38847 lines
1.9 MiB
38847 lines
1.9 MiB
#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"
|
|
|
|
template <typename T1>
|
|
struct VirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <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);
|
|
}
|
|
};
|
|
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);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// FairyGUI.GPath/Segment[]
|
|
struct SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9;
|
|
// FairyGUI.GPathPoint[]
|
|
struct GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5;
|
|
// FairyGUI.IMeshFactory
|
|
struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA;
|
|
// FairyGUI.MaterialManager
|
|
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
|
|
// FairyGUI.NGraphics
|
|
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
|
|
// FairyGUI.NGraphics/MeshModifier
|
|
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
|
|
// FairyGUI.NTexture
|
|
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
|
|
// FairyGUI.StencilEraser
|
|
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
|
|
// FairyGUI.TextField/CharPosition[]
|
|
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4;
|
|
// FairyGUI.UpdateContext/ClipInfo[]
|
|
struct ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D;
|
|
// LuaInterface.LuaBaseRef
|
|
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4;
|
|
// LuaInterface.LuaException
|
|
struct LuaException_t362D5A575564491633FB3233987012974B1564C4;
|
|
// LuaInterface.LuaFunction
|
|
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B;
|
|
// LuaInterface.LuaFunction/FuncData[]
|
|
struct FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904;
|
|
// LuaInterface.LuaReflection
|
|
struct LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F;
|
|
// LuaInterface.LuaState
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE;
|
|
// LuaInterface.LuaStatePtr
|
|
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C;
|
|
// LuaInterface.LuaTable
|
|
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
|
|
// LuaInterface.ObjectTranslator
|
|
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF;
|
|
// LuaInterface.ToLua/LuaTableToVar[]
|
|
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6;
|
|
// MS.Internal.Xml.Cache.XPathNodeInfoAtom
|
|
struct XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7;
|
|
// MS.Internal.Xml.Cache.XPathNode[]
|
|
struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B;
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
|
|
// System.Action`2<System.IntPtr,System.Boolean>
|
|
struct Action_2_tA2F1146E5EB31D9899B65735B2A04D9A9AE9632B;
|
|
// System.Action`2<System.IntPtr,System.Decimal>
|
|
struct Action_2_tD4BA29D5230903F73864185980DA93AE7D681041;
|
|
// System.Action`2<System.IntPtr,System.Double>
|
|
struct Action_2_t83A36F1AF809407488C9A0986741EEC98B1575FB;
|
|
// System.Action`2<System.IntPtr,System.Int16>
|
|
struct Action_2_tB4EB59FEEEE3A79E2D0DC290EFC62488E3AE22B5;
|
|
// System.Action`2<System.IntPtr,System.Int32>
|
|
struct Action_2_t5D128DEEE684E5B4ACF255DAF52F60E897D89C03;
|
|
// System.Action`2<System.IntPtr,System.Int64>
|
|
struct Action_2_t425DB54857351FDDD41CD38792DC89142C373B87;
|
|
// System.Action`2<System.IntPtr,System.Object>
|
|
struct Action_2_t61CD99B992F0B4609297F8B282196191515B6FF1;
|
|
// System.Action`2<System.IntPtr,System.Reflection.ParameterModifier>
|
|
struct Action_2_t5A2F481EF671D109D3A71BD077E47BF5BB8CF1D8;
|
|
// System.Action`2<System.IntPtr,System.SByte>
|
|
struct Action_2_t10C97B7716A2EAFA26256DB8D88EA71A154C487A;
|
|
// System.Action`2<System.IntPtr,System.Single>
|
|
struct Action_2_tB2E51277AB175E591CCF3542F19327C77D2CBA3C;
|
|
// System.Action`2<System.IntPtr,System.UInt16>
|
|
struct Action_2_t2F9BCFF93E195509B4DC4E738F1E21F5C070B8D1;
|
|
// System.Action`2<System.IntPtr,System.UInt32>
|
|
struct Action_2_tEE29E7426BDBEDB295A888A0D4DF8BA125ED0004;
|
|
// System.Action`2<System.IntPtr,System.UInt64>
|
|
struct Action_2_t4D0411C06C3A47724695B30CC8BE985930BF2436;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Color32>
|
|
struct Action_2_t7AA4F2D7A4F7055943F5AEC139C5C2DCF3E42D63;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Color>
|
|
struct Action_2_tB5E72C6F3E69F059B8498E0548614B9F36F2A241;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Matrix4x4>
|
|
struct Action_2_t62B95FD1F996A8C890AC855CCC6BA26A7000F3A8;
|
|
// System.Action`2<System.IntPtr,UnityEngine.ParticleSystem/Particle>
|
|
struct Action_2_t41DE774AA7F0A8590EBB0089CBD3BACA560E0484;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Quaternion>
|
|
struct Action_2_t6BF7422CD273BCC5955510DA1507F106B244B798;
|
|
// System.Action`2<System.IntPtr,UnityEngine.RaycastHit>
|
|
struct Action_2_tF98211F1A494E977B98A78567E55A5D6EF31C6C7;
|
|
// System.Action`2<System.IntPtr,UnityEngine.RenderBuffer>
|
|
struct Action_2_t4FEA086DB2115636CCC3FCFC0E1F8DD745406A58;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Vector2>
|
|
struct Action_2_t1E49E77C3955CCBEAD23DFFD2CDAA8CAC6CFC14D;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Vector3>
|
|
struct Action_2_tFC2DE741F0345F46320F65979198A5F1998734D3;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Vector4>
|
|
struct Action_2_tC0026A57545BFAC4DA61F48E7BE936AD83E89FD1;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,taurus.client.TDataWrapper>[]
|
|
struct EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,taurus.client.TDataWrapper>
|
|
struct KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,taurus.client.TDataWrapper>
|
|
struct ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2;
|
|
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
|
|
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
|
|
struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type>
|
|
struct Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>
|
|
struct Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593;
|
|
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>
|
|
struct Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9;
|
|
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>
|
|
struct Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean>
|
|
struct Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>>
|
|
struct Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>
|
|
struct Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle>
|
|
struct Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>
|
|
struct Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig>
|
|
struct Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity>
|
|
struct Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack>
|
|
struct Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>
|
|
struct Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>
|
|
struct Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32>
|
|
struct Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F;
|
|
// System.Collections.Generic.HashSet`1<System.String>
|
|
struct HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A;
|
|
// System.Collections.Generic.HashSet`1<System.Type>
|
|
struct HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
|
|
// System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>
|
|
struct IReadOnlyDictionary_2_tF12AC6C54B252680968AC58C45E1522DA1C72D03;
|
|
// System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>[]
|
|
struct KeyValuePair_2U5BU5D_tAC201058159F8B6B433415A0AB937BD11FC8A36F;
|
|
// System.Collections.Generic.List`1<LuaInterface.GCRef>
|
|
struct List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F;
|
|
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>
|
|
struct List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1;
|
|
// System.Collections.Generic.List`1<System.Byte>
|
|
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<System.Single>
|
|
struct List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
|
|
// System.Collections.Generic.List`1<UnityEngine.Color32>
|
|
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5;
|
|
// System.Collections.Generic.List`1<UnityEngine.Color>
|
|
struct List_1_t58F16637E97A6CB82317080828F7A4783F007FBB;
|
|
// System.Collections.Generic.List`1<UnityEngine.Matrix4x4>
|
|
struct List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7;
|
|
// System.Collections.Generic.List`1<UnityEngine.Rect>
|
|
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>
|
|
struct List_1_tC6DEF7083E8206203302B1B25E23947E49BBD537;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
|
|
struct List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756;
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector4>
|
|
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955;
|
|
// System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>
|
|
struct Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871;
|
|
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
|
|
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Converter`2<System.Object,System.Object>
|
|
struct Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979;
|
|
// System.DateTimeOffset[]
|
|
struct DateTimeOffsetU5BU5D_tBE5BF156BB0B9FFFC5B216B0D02C0D44288FCA25;
|
|
// System.DateTime[]
|
|
struct DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1;
|
|
// System.Decimal[]
|
|
struct DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Double[]
|
|
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Func`1<System.Object>
|
|
struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386;
|
|
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
|
|
struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F;
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879;
|
|
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.Int32>>
|
|
struct Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24;
|
|
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.Object>>
|
|
struct Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Decimal>
|
|
struct Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Double>
|
|
struct Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int16>
|
|
struct Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int32>
|
|
struct Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int64>
|
|
struct Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Object>
|
|
struct Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>
|
|
struct Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.SByte>
|
|
struct Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Single>
|
|
struct Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt16>
|
|
struct Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt32>
|
|
struct Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt64>
|
|
struct Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>
|
|
struct Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>
|
|
struct Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>
|
|
struct Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem/Particle>
|
|
struct Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>
|
|
struct Func_3_t938F7E4991B81D6DC680FD30554C97908093E235;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>
|
|
struct Func_3_tC94C73897E50F862E175636BE65E525BDB58F200;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>
|
|
struct Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>
|
|
struct Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>
|
|
struct Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>
|
|
struct Func_3_t24F26D43B70B8803063E27509568F824F5C610D5;
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
|
|
// System.IO.TextReader
|
|
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
|
|
// System.Int16[]
|
|
struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28;
|
|
// System.Int32Enum[]
|
|
struct Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.Int64[]
|
|
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
|
|
// System.MissingMethodException
|
|
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498;
|
|
// System.MonoTypeInfo
|
|
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
|
|
// System.Predicate`1<System.Threading.Tasks.Task>
|
|
struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335;
|
|
// System.Reflection.Assembly
|
|
struct Assembly_t;
|
|
// System.Reflection.Assembly/ResolveEventHolder
|
|
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
|
|
// System.Reflection.RuntimeConstructorInfo
|
|
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.RuntimeType
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
|
|
// System.SByte[]
|
|
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889;
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
|
|
// System.Single[]
|
|
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
|
|
// System.String
|
|
struct String_t;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Text.Decoder
|
|
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
|
|
// System.Threading.CancellationCallbackInfo
|
|
struct CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36;
|
|
// System.Threading.ContextCallback
|
|
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676;
|
|
// System.Threading.ManualResetEvent
|
|
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
|
|
// System.Threading.SendOrPostCallback
|
|
struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01;
|
|
// System.Threading.SparselyPopulatedArrayFragment`1<System.Threading.CancellationCallbackInfo>
|
|
struct SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7;
|
|
// System.Threading.Tasks.StackGuard
|
|
struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9;
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
|
|
// System.Threading.Tasks.Task/ContingentProperties
|
|
struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08;
|
|
// System.Threading.Tasks.TaskFactory
|
|
struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Int32>
|
|
struct TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Object>
|
|
struct TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C;
|
|
// System.Threading.Tasks.TaskScheduler
|
|
struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114;
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
|
|
// System.Threading.Tasks.Task`1<System.Object>
|
|
struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09;
|
|
// System.TimeSpan[]
|
|
struct TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
// System.UInt64[]
|
|
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
|
|
// System.Uri
|
|
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// System.Xml.IDtdEntityInfo
|
|
struct IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2;
|
|
// System.Xml.Schema.BitSet
|
|
struct BitSet_t0E4C53EC600670A4B74C5671553596978880138C;
|
|
// System.Xml.Schema.SequenceNode
|
|
struct SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608;
|
|
// UnityEngine.AnimatorClipInfo[]
|
|
struct AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6;
|
|
// UnityEngine.BeforeRenderHelper/OrderBlock[]
|
|
struct OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101;
|
|
// UnityEngine.Camera
|
|
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
|
|
// UnityEngine.Color[]
|
|
struct ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399;
|
|
// UnityEngine.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
|
|
// UnityEngine.DisallowMultipleComponent[]
|
|
struct DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3;
|
|
// UnityEngine.Event
|
|
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210;
|
|
// UnityEngine.Events.UnityAction
|
|
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4;
|
|
// UnityEngine.ExecuteInEditMode[]
|
|
struct ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem/UpdateFunction
|
|
struct UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem[]
|
|
struct PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77;
|
|
// UnityEngine.Material
|
|
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
|
|
// UnityEngine.Matrix4x4[]
|
|
struct Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9;
|
|
// UnityEngine.Mesh
|
|
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
|
|
// UnityEngine.MeshFilter
|
|
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
|
|
// UnityEngine.MeshRenderer
|
|
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED;
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
|
|
// UnityEngine.ParticleSystem/Particle[]
|
|
struct ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513;
|
|
// UnityEngine.Playables.PlayableBinding/CreateOutputMethod
|
|
struct CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3;
|
|
// UnityEngine.Playables.PlayableBinding[]
|
|
struct PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB;
|
|
// UnityEngine.Quaternion[]
|
|
struct QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3;
|
|
// UnityEngine.RaycastHit2D[]
|
|
struct RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165;
|
|
// UnityEngine.RaycastHit[]
|
|
struct RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57;
|
|
// UnityEngine.Rect[]
|
|
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B;
|
|
// UnityEngine.ReflectionProbe
|
|
struct ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C;
|
|
// UnityEngine.RenderBuffer[]
|
|
struct RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3;
|
|
// UnityEngine.Rendering.ReflectionProbeBlendInfo[]
|
|
struct ReflectionProbeBlendInfoU5BU5D_tDF9E6D40BFB7638253999D6F08C67661B4EA7578;
|
|
// UnityEngine.RequireComponent[]
|
|
struct RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D;
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel
|
|
struct BaseVisualElementPanel_t508E21628181848188EE9CDA4C4AF692FB574C90;
|
|
// UnityEngine.UIElements.EventBase
|
|
struct EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD;
|
|
// UnityEngine.UIElements.EventCallbackRegistry
|
|
struct EventCallbackRegistry_t0E675C9EC7F38446B7A42C43115CEDB7BE67776D;
|
|
// UnityEngine.UIElements.FocusController/FocusedElement[]
|
|
struct FocusedElementU5BU5D_t64FC9A029ED86FA4C46BC885D17EB0FCE386BB13;
|
|
// UnityEngine.UIElements.Focusable
|
|
struct Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B;
|
|
// UnityEngine.UIElements.IEventHandler
|
|
struct IEventHandler_t404CEA309DA7B5B5EB5536186E3F34645F0372B2;
|
|
// UnityEngine.UIElements.IMouseEvent
|
|
struct IMouseEvent_t46F36E91C0689C43AEEE5C7C1354C8112D64113D;
|
|
// UnityEngine.UIElements.IPanel
|
|
struct IPanel_t3AAE62317DEE1C12E547C78C27556B659DE4F20A;
|
|
// UnityEngine.UIElements.IPointerEvent
|
|
struct IPointerEvent_t9961D65B2C344F89413595E31CBCD1DCE0F47BEA;
|
|
// UnityEngine.UIElements.PropagationPaths
|
|
struct PropagationPaths_t59C288865B38FA5B8E17CA28D79FC4E1C58CE10D;
|
|
// UnityEngine.UIElements.StyleSheets.InheritedStylesData
|
|
struct InheritedStylesData_t03E6A5F7D9F2C86527C534C7A1A76EBAA039AE2E;
|
|
// UnityEngine.UIElements.StyleSheets.VisualElementStylesData
|
|
struct VisualElementStylesData_tA65DA46967965C0F2B590B64C424DBCE087CF867;
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57;
|
|
// UnityEngine.UIElements.VisualElement[]
|
|
struct VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19;
|
|
// UnityEngine.UnityException
|
|
struct UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28;
|
|
// UnityEngine.UnitySynchronizationContext/WorkRequest[]
|
|
struct WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
|
|
// UnityEngine.Vector4[]
|
|
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
|
|
// UnityEngine.Yoga.YogaNode
|
|
struct YogaNode_tFCB801A447DAC7A335C686ABC5941A4357102A2C;
|
|
// taurus.client.TDataWrapper
|
|
struct TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797;
|
|
// taurus.client.TObject
|
|
struct TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElementListPool_tC86DFF93B88CCF4BA2FA05CA6CAF27C44A3968DA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral04444310B8C9D216A6BC1D1CC9542ECC75BC02DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56EB1C433748E5EF9B4DB1C73820724497D429D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64358BBCCF8C380C05E774933982A64691BCEB28;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F21CBA58007DD2948E09F425535D825423801C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF077A5DDDFA362E2EE48FEBBAD7CC35A4A6952D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF18BFB74E613AFB11F36BDD80CF05CD5DFAD98D6;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Activator_CreateInstance_TisRuntimeObject_mDA89B83096094F5172A908AB1A58EF573D6B80F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_ConvertAll_TisRuntimeObject_TisRuntimeObject_m4EB6BCB9266D31902A76F2F846B438DDC3B6A79D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_FindLast_TisRuntimeObject_m4E31CFB84B91215A9C9C168FA4ECB1DF3EA123AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m9239081B834BB2D36A1786D39C3CB3EDD6317A9A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mCC50E84382F89F8A8D69FF9C1644B9F967CEE41E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m30C0C47C4512435E439A7ED471BBEED9083E49CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m9C019F7339BC69751ACFB181F26B4D5496D53A70_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m4569173BF88BC0385D8CD65FDC8A79D3A51F4F33_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m35D71EC8F506ABBDEAB4DA491A0C39F130AAA398_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mEE9ABF660DF9400655FCBBC39853AB19E90D8147_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mA20976BDE39E7CDFAE80707F5D7B8782D2DB26F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m53E8625AE904443A1E1DBCCF105D4577B179F5C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mB66E14C3214C99935503724CDF7A66872DE28D05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m8A9BCF051C369596DC54FFC5AF2E53311B3085AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m05785461A1D8F33D2B0D0944A994F53611E1DCA6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m5B1598323DDCFCA00E53E5D898D026781060AB03_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mAE8C26288A76C7FDAB31F74D866F5D3108D4931A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD68E6BB921EFA3B762CFAB6A1C463A58F26FC3C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m9EBDE7DEA2408A7206ADAB86BD45E77DF5C63A81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m7FE4474292FC7BC61503EBAA451177566C7A11F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m782303121097277DB87E5CF415EF0465C4B4A1B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m9E51575D9471CD8161CA628DC8C0EAAE977349F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mCD6665078DDF4047758A406CD953DBD6FFB70478_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA5EA9A997E687B2A740812E57305FAD0B5428F3F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m68307563E8A8612829E8C8D1010115AF810C2A27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mEAEE44CEFED0CD0EE8E0BF3A22F0AAA79445AF54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m89B0E816317A499BFFFF1F32EC99B68D1045E6C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m5BB4D70758EF8C6AFCFC3A0CE70EB0BA56014BDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_mA1993BD92A566CB774DB1DB93E022FEE3C178CE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4A0D0EC450F15E8034A61185E0386E54440D3776_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m03BB601855DAFE54A6016C51D353B902E0C3E399_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mC099DD418D278998A0483D54A4FAC69A3FDB1620_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_mF3E2A13D4BD085CA428612D706A3AA4F1618A3A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m0938D47F5377DA871FB2B9A0AA5973E4A32B8A4F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_mB3C474F3735CB29A88EDFC6538335A3A7758789B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_mA2FC496917E2C24B671ABF09415CADE84F51A0EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_mAAE71C310334EE11DC1D444BD6EA661C941744EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2EF1D9F09F92669866646A5F2C6D9FC33644FF5C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m86B1FFC30578DC2EA51C7DE37CCB717E731BD475_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mBB9351B9A332C5E66A4C12BE34CB36FB09A0AD84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m89251178931C679623BE173C7D6D1F8616C81713_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_mC589CACC4057C62660809BA5B931732016FD271B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m9AE27399BB6EC825F7276F24EECB292251BD0CB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mAB5413860CB11C4079C1BB386E21AF2E0BDF3321_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE5069CB522407E3AF2570AEAC3F93068B02E6D29_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mD6681AE79D36A30F4221773F7C81849508F84B69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m90C1DA8A90349E98D0CAE4E6E9F8B13CDD9D383F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m799CEFFA3891D75ADCAF0224B866C90C77617D34_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC2EC9BDCF259FBF41231168EB670844F06EA064F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_mBD7E48A84E0DEA444CED89A053A1C8E60A7D9EC7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m39952434C44AD3DC50E3B088D2AB7BB9DF4BF6A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m795F49361982E404E95390015D517257EE067216_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisGuid_t_mC7579366A25132E1C71A250DBB784A903BCADCCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m08A1B99FF2DC953F17F785AE3A39B22F9FF090E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m2C75C255E63AFB4C7EBD1905AD57D4E50E534FED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mC0FBBA64A8AD9D86D56FED81BFDE1F2F06F88490_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mD7D437DF6139243DC88F2B7DE2305205C2905D26_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEFD1A61B0B41A9FFD0F040F4A1A07220F8F0CD90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m1CF13A729DFD610EBB2D8C060C5AF62C6F1CBBE9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisIntPtr_t_m97F983B47BBAF278F9F2B9B14AAD5D1639754C48_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m27C62570D0F265FD04FA8E6A480284B26DB44AE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mCE86842C0F97A7F4669040429C23BF3438BDB39B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m4DA38E9BBB4E8F4F316CE3368A7F959667A8613B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mECE7262EDC6FF89B631C2E5CD5226D54A831C693_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_mD8E7932136B09DB9DEF32AA6FE217F32D860C43D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mA6FA92FD002D406D05A07134DC2BC8135E874B3F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mEBF0FA040E7F47BBB25F2E8B521190971A4F94BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m7D4580C3ECEB096DB88FFBC6A7AEBA19E43A8F56_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m676742808E0D191E88E26AD6FA6DCDBD3810CA41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m1FDA4C119EA5BEDA9E3E30256B1B1C366E3F41B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3F744EE2E8838757F1B2394B38127D6B06E09F0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mA321EB7B1E42054EF08C52B026A33B72CD2FB7F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m9E0A113A588F7E9E44AA39B72D1098BAB846928D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m305BCF02736742F9523AB7FF405371F673F49CC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m2DBFC4C0BC45931B4D4356A58C2D2D67D1DE17A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m1AF51A35EF6BFAFF7B2A441CBD977B4EDE3D18B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m8C70310D622A1B1605DD6D7ACFFC611C08B41272_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_mDA1A739C9EB6157F2E31EDF38096C5FEF2378A5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m8DDC76FBDB0615049BFC9B791A99E7AB829F1B3E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mCBEC9342279EF9BEBF1624F73A8C3183F053E823_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC184A789622183B538CC90CBA7EB19F5B307DF31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m63AAEF4BA3CC016E2F8D6A5D0EC53D359279C943_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mD7D7A79412C7E29169396436BA436626AC99ACA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9E76CE91B6B7AE24112E0F4CE737B65E2366DC81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_m7FD201E54B19206C8E8B6A6EDB7199887454148F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m94E895CCCCDCD0DD134330ED0174959EEFFC9D86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD0FE97B15C9FA8B66BB462AA2A30F988EA03299C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m20B1886525CDB86FF07F92A29DFF25F3C3297949_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mD05584BC369E044EB7BFEB23C5627E8F2E173E35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m5BB7567143FD9BB7777A6122408DDFA7FFD162A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mE3F758712EFE7BDB3C8AD4CA776F4C5FCED20F45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mC49BE7A8A1BE4C13417FE433DCBD6A2D3CFBBDCA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mD61813CAC4FE2250B610F87BEC367B6549704F3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m674983896102314F1C0420FB22A64171DFB32A4F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m457F0431F183E566CCF01D8E5227545FDC429B35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mE238673BEA35FF1C73A13F79FCDC634CA5020A64_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m24B19E88F629A9D33CAE78E0DF0FE886540C1563_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mC53E35B9A79EBAE286EBDB26A53DA3BBCB78084B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_mC710FBBF874841CA13FFD028013E5675BBE792A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m47598CFE371AC94CC96ED797AE4FD883D01D42AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_m71AD268C4F22FBEF72B2CA7AF0ABA8C52B4E669E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mAE9047DFAA2BB7016E21BFAFA99BCD7C274D6119_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisRuntimeObject_m08E712C1A936A68ACBDDDB3BD61F20658A5A1F59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m542710B68FCD399C6523BAA5B1E342DB12FA6C41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m2ED1E38A75B6F77B9ADF71A2D128853563E43CFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m81A7ED1BE698A115FF91F2DDBD92E5DB730705A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mEBEE6D1EFAA61C571223A8A9BB1FD6A4DBDDE784_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m08091EB834286C575732D7E88D50862B35589EC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m045B811FF1EB9EB084635F408D509B2081199C98_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mC434DB2148B3A100442F3253A1CDE56C6003F76E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mC22677B8BB3C2E2FD6E8EFEDAE1263F7C1552473_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m93D12659ECC6ACF46A99426A649429C9A1105821_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m88846F3234320F9EE591BFE5F2F05FA1A915E970_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m50C17816856C83AC643E0C9514C311816C06ADFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m07A7E48E610F3C1FD1EF58B644A9D6670686FFAC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m2B7FB0ED3DA28370BCFA32E9A00F14D3A340E247_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m333BB1E13495F525681D8CD750954CB38787E0E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mD65F815115740A84FDFD8203B7FF48BBD6A2455B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFA15CACC0FB406A96AEE4FB4C35AA6C3DF7CDB94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m8AAD596833F8BEBCA1E526874718756C351CEE01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m58CB9D8DD8FDA9FBF4246FC337C2EA8B2F1956B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m5CAED87CB0DBEE91B20FFA4AC49CE8295CC39888_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mC022982B678F2CE77FE94F96EBFAFA37C557681E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1315FF1DB9DF79D3E27EC2FEC0AB27D883DE4FF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m3F09800A0C792413A927D72A12670BC9A86EA4A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mC500BEBCAE65267ED127EE4EF03640ED52CB5A76_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m107B8642521F620678DE7AE61C5E448B47271B62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m862E0BCEA3712BAB0A1BEE4D8BBC6E87686DF516_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m54F45337FA46764AA68FAD3302BA63452D1127C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m0F9E7F24987CE293C28F6C14F3075C20F505C26B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__IReadOnlyList_get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m13BB9184D068AC28ABE77162F3AD05E5013ED7B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m8EFFFA5F582AA6C016332B6A82C2B59B9A2526BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mE521D55417ACFC8E293A50D6FC38B81FD620282D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m34FFF3F2DD9F225183E4AAB65F391DA3B64C4C23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6F4A72F8A583971EF4A7C25FED3B8DC0ED4B033A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_mBA598D1852E66122156731750BBF1D8EDFEBAC55_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m629BA5846BCC1FB720C82F465DBEDC7CC35C9923_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m27D893903F8C2E986454785C13419465E9B9B058_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mE0AC51BD7B42B61EADFED85793540510F5513D8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m0318D47BE2AB57E53839293C15DD335B8B0583AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mCFB9B0E94C8665FFD48AFDF3D6FD26F480CEE9D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m7910AF4B30BD106F78DE0F14393EA2FA9165302D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m94ACA80313AA7DF7BD37F78D9094981540176953_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m690637A6E30AAACC2D08D07F0107FFFE45B9AA25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m9C0BDF53905610F83940A5D6B6607B9E4029E024_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mC0BA868364A2EC9CBE08EEE61C17C9909356B644_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m1A4B88B46CEC94307CF29224873D7CE4027C40C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m2FD87C18D9E6848633DF705BFFAFEB78D9396EA4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_mB284F11FF6EAAF07725EE9EEECAAD865E149E9CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m1B3CE49ACECB85D0FE583E99A762ADAEE25B0FD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mAFF3D10D243FFDDEA2E5BE47A3D72269875C515D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA29C644E6B30AA8FF56106A39C9E7530CE6AD04D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_mE027C77C0133B05655D10BE4BAB17CCBEA45C34E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mC33D6ABB178E8C2278C6332BE95736B6CB4A209E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m91B1B86B2435BE0A25761F475691E825DDAD39A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m61ECA245B1071FDB6DB79FE4A5AE6362A5381DF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m8CC22EADB453439C66E587109B90CCA60E03233A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4AD5118ECE0674645515414C181202A540E8C97E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_mF893CB2376528A058625863D8BED236A4D1FE2FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m25FEA9EB39C841593DBEA7B877EA0B89A64239F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m1E004F7E9582945B0D2A32F365EFE5981C9B07B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_mFA629B1D96B7C00DA6DD1067369B970C3773D02B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_m563A8446B6169FDBA32A96CAD61A6AC45DDB1193_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m9B026276CF1F1D5C24019A4D0B278326A2C30D83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m634A8804837CC44712DFE5ABE37B3F0D96EF9FC0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m5B5080C767DABE40CCE0074014FA8F33EA1BAFE1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m4D6B27440F4914F63EB32CB2369B7D06B9E0246A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m5E18D1F3D75951F12CB606D6CEB7A156A5C6C8BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m47FB31F669126CE7B2B2866D1EACEF0AABF135E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m6F1DA561287511E4762366059D2A6D32075C2EC6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m00CEFC0E6EB5C4E6286E76754603C701C01C8813_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m4277A55FF0F7CC43A28269EF99E761F3BA612EE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE20F2191021A63D63DC75A822BC4E1FF16BA192E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m2F109FA818CBB4CAA857EEC633B5364DC2A9F9FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m47A9D1BA5A97752AF36397686537AB4612A836EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m1C614B859DA53366FD00DD4B9C8590108942F301_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mBB81776EBAE07C3F1598652B60A70D03C8C1B423_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m37B3164C789102BA38285AF30B83CEC0F6119AB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m9D0452CD1962BBA9DAE3FC2B0EC0429F65CF1103_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_mD10502BEA559D905BB0619CB8D721895595CC9A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisGuid_t_m979DD807F084EEDE01F888F9957547DE23BCABBA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7BBE7FCBA19B65E2562B6429A111AEA6BAEBD70D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m02FDDCF30AEA5010D3F032AAD267FCB98051A142_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m646E9CD2F8B82E5F35FBDE2A0EFD98A0F195D680_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mB47101014CAE26A07ACE2888ADF044342599F247_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mC0D56DB29145576351D3144C0174C3DB3DFF9C84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m69766EC28E50BA89284F2D32C8684A401A19B346_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisIntPtr_t_mDAAED5E34FC82EC1CE912628ED6EFA3FD73BF68D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m61D9DED5DD618D348B1BADD336B69E7902CC5424_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mDDF4AC156930E20611FCFB76DFC231AE7903FEE0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m5CD11CB99F07C1817279B68D2C92C19ED407A1F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mAA3F18FD7529066EA64833DD11068130E64292C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m07DCF9692981AEACAD04D98EA58EC5727A57F24E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m869CD39A2A3CBBF2661E51A2C3F817DDE806C357_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mBCE929EFD88213430B14BD2CF31A583723522143_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m3DD0A9EC3298FEFB9F15B20760BC2A77A0A271F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m8536BC7C83A5804CD2556055115C90FE8E986287_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_mCE796920ABC11A9902FC9F9D6160642A63D433FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m85147EDACB780ABC166099B909362465315859B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mB557C112EEE2DD7286257ED1367511E4CB9EBCA9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m710267C3B3F0503C42A4C903ED41E44882A3FFB4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mF3EE4F17D88096039A37D7F1D2E3CEC9CE40E837_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m5788BB7068B44882041E8F21C250C34901ECDF11_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m9F18D534073EB714A33DD07BC19837F08129B5F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mE46942032A5444788C9BD3E4B05C8A9BD2DCA803_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_m98456D231691613A58F88EDAA7C48E68451E1440_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m40C3EC3F33D4F510902E7A42ACEB78B9711BEA74_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mD6A0D9843EAA93E58C03D148C4944DA9AA85608A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m3B53EB9E61040DA92DCE1D4373F9ECFC85FE5651_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_mE5257779A8486E28FF4CE35150FACFDEF3E4C3A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mC2E7BBF1B790D2F2EF6A36D0B3BD62E8A5382ADE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mDD19CAC68186909695744BD2BEBED272E06F3DC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_mB4F42679D302D93537CED1EA50A2ED5C31A9F2D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mDD6F13694E31E87E7BD9B0F15FA7BF8AC01A1403_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m3A94BC2B4F31DBA1005FB94913C3130C69A2E39F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m83A26FF89E9009B96B3B82235BC9508BB8406D77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mF56EF579430DAFFC3B7177CCB28E6DE900F1C448_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_mC3F7477A2E7A7BA9FB7152143DC40F7E4FFF96BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_m3B2A6B15ACEDDD69DFC2A7B1F1549239040CC12D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m362D4C945930128AB5451EC5F1413FB6543D01C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mADFAEA14DF51FA2CBF3AE91F680FC1DDA4766E36_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6C7302CB1A59CBFD489974DC20A09E78E689557_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m343C0DB5D50F0936952CCACC386228F2ACC5A796_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mDCDC36064BB0FF4DC76546ED1CA3DDB6C303F4FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m395C0A3C04B17FF1BFA62DCB5D094848456E2E70_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m7D33821125FED438FEA5A27C3E28D6DA12A5D634_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m497928A4629D76C7F258D8A2D62BEF32B2F20ED2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m08E56064B62B0C357C2010E09FB44889D1161BB2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mB5C6E5B7F1C350E71053D2D5FD835723ADC76618_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m6880A2B25322CD928A2218BAC463B0F9D7450BD2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisRuntimeObject_m98D2A0CAA60FCDAD14B318032271D194A0FC463A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m288F7FA25642BAF460C919173FFBACFF200256FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_mE2A683F19B1128BEB678730271780D5D01723479_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m9D04DB4C361049610CFEC25A599205A36ADA17D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m9FC4A6D84EB525F2FCDFF79BEE53B87241D81397_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m77CE54A431B9137F71AE4EB8DD6BD6896CAD51D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m38844CFC22B83289886F6AD309D8861827A1A40F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE675C75E7BF99989E70BB9359E62A72D0BBD2CB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m1CF557045E7E734993401587A6B95688A830C1C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m03BA3AF14B8FFF11C9982E44BCADA699E319D598_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_mE764DC14EFFB521E40A2913228697A04D9CA2B68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m6F26E3B1889F792C114EA852B45C022258DDF5D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m1A9DC9373316DB755F222D79C0CA465C44173767_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_mEA75710F556455DDA166CF95C1D96CE26B2085CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m92C7FC890AD3637D775B949E40AC58993090D84D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE645727106010AD46674E179F71A1E8C5FDD7AEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m92E8524E021B44BD9FBA8B7B532C1C1D1AE2591E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m67422E4BCD6185FCCC24C2E10B17354B5CA4881F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_mEA49875D1FB214962F5FB6E865AE018A1670338E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m838F955DD9621FF5361500D081CC22FE49049581_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m526D0C17B58AAB83A25B74C2462E165995C9DE2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mFB7A377E49F0D9217F0C8F3C4105B731581E20FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m7C76B27D3E4BC6D2DA07088A801DBABE51FDEA0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mE136BEFAFFA4D20AC5F03D08E9E761773B432A66_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mA4007DD15F683C09EF27EB643D94120451187BE1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m356C8C17E7711A9C275FC31D271735EEBDD822EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m5A42870552FE9DF7293DA8FB6DD10E78F99DD93D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_mFBBF1D38CCDA2D13FFA16BC0CE1E5987639162FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_InternalArray__get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mDBCC0EDA1351D0C8CD9E092FCEE99C99E0E2F487_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5D116C3383F95724C01C628C0D0069F3D7F65621_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitializedCore_TisRuntimeObject_m4289829E8C0F3DA67A5B3E27721CF5D1C203CED2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m57F228A57F4615429556B31AC5AA7D291C85BC96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_CheckValue_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mCFB4CB79C3FF3EC076EDEF6869E495196B327DBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_CheckValue_TisRuntimeObject_m80A82C4518BFF631E1ED11AA4639CB19B978B813_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaState_LuaLoadBuffer_TisRuntimeObject_mBF8FECC202F3BF2098F1B8A3E471786789552C25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaState_Require_TisRuntimeObject_m3643F8EC988B42F64F8C5D719A4543C39499B49A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_GetTable_TisRuntimeObject_m90E499B83B0EF5CA375C6DD2131FAA8F8EF83D07_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaTable_RawGetIndex_TisRuntimeObject_m84EB40B0D88DC28F22DB39E4980E065336B9A143_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mCEAE17A9E55910D9C67EA386A8BFC8F2FD1EF16C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m7DE227E725B3958D8FEE87BC91C6461D6AA062EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mA65D784092C29173BA4A340F79A197B96B19125D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m6235E05D400DC52025D7236945E9F6D3E16B0C7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisRuntimeObject_m2F23833EB7D37B9F89F716EADAAA9780347C4939_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m680BEC6B1E6397D32591C96C7FBDC21E9AF67791_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mD7698E39B4283AC00C09091BAC60976375D0B0E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const uint32_t Activator_CreateInstance_TisRuntimeObject_mDA89B83096094F5172A908AB1A58EF573D6B80F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_ConvertAll_TisRuntimeObject_TisRuntimeObject_m4EB6BCB9266D31902A76F2F846B438DDC3B6A79D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_FindLast_TisRuntimeObject_m4E31CFB84B91215A9C9C168FA4ECB1DF3EA123AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m9239081B834BB2D36A1786D39C3CB3EDD6317A9A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mCC50E84382F89F8A8D69FF9C1644B9F967CEE41E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m30C0C47C4512435E439A7ED471BBEED9083E49CB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m9C019F7339BC69751ACFB181F26B4D5496D53A70_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m4569173BF88BC0385D8CD65FDC8A79D3A51F4F33_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m35D71EC8F506ABBDEAB4DA491A0C39F130AAA398_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mEE9ABF660DF9400655FCBBC39853AB19E90D8147_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mA20976BDE39E7CDFAE80707F5D7B8782D2DB26F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m53E8625AE904443A1E1DBCCF105D4577B179F5C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mB66E14C3214C99935503724CDF7A66872DE28D05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m8A9BCF051C369596DC54FFC5AF2E53311B3085AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m05785461A1D8F33D2B0D0944A994F53611E1DCA6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m5B1598323DDCFCA00E53E5D898D026781060AB03_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mAE8C26288A76C7FDAB31F74D866F5D3108D4931A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD68E6BB921EFA3B762CFAB6A1C463A58F26FC3C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m9EBDE7DEA2408A7206ADAB86BD45E77DF5C63A81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m7FE4474292FC7BC61503EBAA451177566C7A11F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m782303121097277DB87E5CF415EF0465C4B4A1B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m9E51575D9471CD8161CA628DC8C0EAAE977349F6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mCD6665078DDF4047758A406CD953DBD6FFB70478_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA5EA9A997E687B2A740812E57305FAD0B5428F3F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m68307563E8A8612829E8C8D1010115AF810C2A27_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mEAEE44CEFED0CD0EE8E0BF3A22F0AAA79445AF54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m89B0E816317A499BFFFF1F32EC99B68D1045E6C9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m5BB4D70758EF8C6AFCFC3A0CE70EB0BA56014BDF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_mA1993BD92A566CB774DB1DB93E022FEE3C178CE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4A0D0EC450F15E8034A61185E0386E54440D3776_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m03BB601855DAFE54A6016C51D353B902E0C3E399_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mC099DD418D278998A0483D54A4FAC69A3FDB1620_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_mF3E2A13D4BD085CA428612D706A3AA4F1618A3A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m0938D47F5377DA871FB2B9A0AA5973E4A32B8A4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_mB3C474F3735CB29A88EDFC6538335A3A7758789B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_mA2FC496917E2C24B671ABF09415CADE84F51A0EF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_mAAE71C310334EE11DC1D444BD6EA661C941744EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2EF1D9F09F92669866646A5F2C6D9FC33644FF5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m86B1FFC30578DC2EA51C7DE37CCB717E731BD475_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mBB9351B9A332C5E66A4C12BE34CB36FB09A0AD84_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m89251178931C679623BE173C7D6D1F8616C81713_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_mC589CACC4057C62660809BA5B931732016FD271B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m9AE27399BB6EC825F7276F24EECB292251BD0CB7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mAB5413860CB11C4079C1BB386E21AF2E0BDF3321_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE5069CB522407E3AF2570AEAC3F93068B02E6D29_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mD6681AE79D36A30F4221773F7C81849508F84B69_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m90C1DA8A90349E98D0CAE4E6E9F8B13CDD9D383F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m799CEFFA3891D75ADCAF0224B866C90C77617D34_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC2EC9BDCF259FBF41231168EB670844F06EA064F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_mBD7E48A84E0DEA444CED89A053A1C8E60A7D9EC7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m39952434C44AD3DC50E3B088D2AB7BB9DF4BF6A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m795F49361982E404E95390015D517257EE067216_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisGuid_t_mC7579366A25132E1C71A250DBB784A903BCADCCC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m08A1B99FF2DC953F17F785AE3A39B22F9FF090E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m2C75C255E63AFB4C7EBD1905AD57D4E50E534FED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mC0FBBA64A8AD9D86D56FED81BFDE1F2F06F88490_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mD7D437DF6139243DC88F2B7DE2305205C2905D26_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEFD1A61B0B41A9FFD0F040F4A1A07220F8F0CD90_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m1CF13A729DFD610EBB2D8C060C5AF62C6F1CBBE9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisIntPtr_t_m97F983B47BBAF278F9F2B9B14AAD5D1639754C48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m27C62570D0F265FD04FA8E6A480284B26DB44AE2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mCE86842C0F97A7F4669040429C23BF3438BDB39B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m4DA38E9BBB4E8F4F316CE3368A7F959667A8613B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mECE7262EDC6FF89B631C2E5CD5226D54A831C693_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_mD8E7932136B09DB9DEF32AA6FE217F32D860C43D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mA6FA92FD002D406D05A07134DC2BC8135E874B3F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mEBF0FA040E7F47BBB25F2E8B521190971A4F94BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m7D4580C3ECEB096DB88FFBC6A7AEBA19E43A8F56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m676742808E0D191E88E26AD6FA6DCDBD3810CA41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m1FDA4C119EA5BEDA9E3E30256B1B1C366E3F41B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3F744EE2E8838757F1B2394B38127D6B06E09F0E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mA321EB7B1E42054EF08C52B026A33B72CD2FB7F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m9E0A113A588F7E9E44AA39B72D1098BAB846928D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m305BCF02736742F9523AB7FF405371F673F49CC5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m2DBFC4C0BC45931B4D4356A58C2D2D67D1DE17A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m1AF51A35EF6BFAFF7B2A441CBD977B4EDE3D18B2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m8C70310D622A1B1605DD6D7ACFFC611C08B41272_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_mDA1A739C9EB6157F2E31EDF38096C5FEF2378A5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m8DDC76FBDB0615049BFC9B791A99E7AB829F1B3E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mCBEC9342279EF9BEBF1624F73A8C3183F053E823_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC184A789622183B538CC90CBA7EB19F5B307DF31_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m63AAEF4BA3CC016E2F8D6A5D0EC53D359279C943_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mD7D7A79412C7E29169396436BA436626AC99ACA8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9E76CE91B6B7AE24112E0F4CE737B65E2366DC81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_m7FD201E54B19206C8E8B6A6EDB7199887454148F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m94E895CCCCDCD0DD134330ED0174959EEFFC9D86_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD0FE97B15C9FA8B66BB462AA2A30F988EA03299C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m20B1886525CDB86FF07F92A29DFF25F3C3297949_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mD05584BC369E044EB7BFEB23C5627E8F2E173E35_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m5BB7567143FD9BB7777A6122408DDFA7FFD162A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mE3F758712EFE7BDB3C8AD4CA776F4C5FCED20F45_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mC49BE7A8A1BE4C13417FE433DCBD6A2D3CFBBDCA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mD61813CAC4FE2250B610F87BEC367B6549704F3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m674983896102314F1C0420FB22A64171DFB32A4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m457F0431F183E566CCF01D8E5227545FDC429B35_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mE238673BEA35FF1C73A13F79FCDC634CA5020A64_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m24B19E88F629A9D33CAE78E0DF0FE886540C1563_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mC53E35B9A79EBAE286EBDB26A53DA3BBCB78084B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_mC710FBBF874841CA13FFD028013E5675BBE792A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m47598CFE371AC94CC96ED797AE4FD883D01D42AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_m71AD268C4F22FBEF72B2CA7AF0ABA8C52B4E669E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mAE9047DFAA2BB7016E21BFAFA99BCD7C274D6119_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisRuntimeObject_m08E712C1A936A68ACBDDDB3BD61F20658A5A1F59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m542710B68FCD399C6523BAA5B1E342DB12FA6C41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m2ED1E38A75B6F77B9ADF71A2D128853563E43CFF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m81A7ED1BE698A115FF91F2DDBD92E5DB730705A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mEBEE6D1EFAA61C571223A8A9BB1FD6A4DBDDE784_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m08091EB834286C575732D7E88D50862B35589EC5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m045B811FF1EB9EB084635F408D509B2081199C98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mC434DB2148B3A100442F3253A1CDE56C6003F76E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mC22677B8BB3C2E2FD6E8EFEDAE1263F7C1552473_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m93D12659ECC6ACF46A99426A649429C9A1105821_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m88846F3234320F9EE591BFE5F2F05FA1A915E970_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m50C17816856C83AC643E0C9514C311816C06ADFB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m07A7E48E610F3C1FD1EF58B644A9D6670686FFAC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m2B7FB0ED3DA28370BCFA32E9A00F14D3A340E247_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m333BB1E13495F525681D8CD750954CB38787E0E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mD65F815115740A84FDFD8203B7FF48BBD6A2455B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFA15CACC0FB406A96AEE4FB4C35AA6C3DF7CDB94_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m8AAD596833F8BEBCA1E526874718756C351CEE01_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m58CB9D8DD8FDA9FBF4246FC337C2EA8B2F1956B2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m5CAED87CB0DBEE91B20FFA4AC49CE8295CC39888_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mC022982B678F2CE77FE94F96EBFAFA37C557681E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1315FF1DB9DF79D3E27EC2FEC0AB27D883DE4FF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m3F09800A0C792413A927D72A12670BC9A86EA4A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mC500BEBCAE65267ED127EE4EF03640ED52CB5A76_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m107B8642521F620678DE7AE61C5E448B47271B62_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m862E0BCEA3712BAB0A1BEE4D8BBC6E87686DF516_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m54F45337FA46764AA68FAD3302BA63452D1127C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m0F9E7F24987CE293C28F6C14F3075C20F505C26B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__IReadOnlyList_get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m13BB9184D068AC28ABE77162F3AD05E5013ED7B2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m8EFFFA5F582AA6C016332B6A82C2B59B9A2526BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mE521D55417ACFC8E293A50D6FC38B81FD620282D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m34FFF3F2DD9F225183E4AAB65F391DA3B64C4C23_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6F4A72F8A583971EF4A7C25FED3B8DC0ED4B033A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_mBA598D1852E66122156731750BBF1D8EDFEBAC55_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m629BA5846BCC1FB720C82F465DBEDC7CC35C9923_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m27D893903F8C2E986454785C13419465E9B9B058_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mE0AC51BD7B42B61EADFED85793540510F5513D8E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m0318D47BE2AB57E53839293C15DD335B8B0583AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mCFB9B0E94C8665FFD48AFDF3D6FD26F480CEE9D8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m7910AF4B30BD106F78DE0F14393EA2FA9165302D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m94ACA80313AA7DF7BD37F78D9094981540176953_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m690637A6E30AAACC2D08D07F0107FFFE45B9AA25_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m9C0BDF53905610F83940A5D6B6607B9E4029E024_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mC0BA868364A2EC9CBE08EEE61C17C9909356B644_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m1A4B88B46CEC94307CF29224873D7CE4027C40C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m2FD87C18D9E6848633DF705BFFAFEB78D9396EA4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_mB284F11FF6EAAF07725EE9EEECAAD865E149E9CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m1B3CE49ACECB85D0FE583E99A762ADAEE25B0FD1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mAFF3D10D243FFDDEA2E5BE47A3D72269875C515D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA29C644E6B30AA8FF56106A39C9E7530CE6AD04D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_mE027C77C0133B05655D10BE4BAB17CCBEA45C34E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mC33D6ABB178E8C2278C6332BE95736B6CB4A209E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m91B1B86B2435BE0A25761F475691E825DDAD39A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m61ECA245B1071FDB6DB79FE4A5AE6362A5381DF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m8CC22EADB453439C66E587109B90CCA60E03233A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4AD5118ECE0674645515414C181202A540E8C97E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_mF893CB2376528A058625863D8BED236A4D1FE2FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m25FEA9EB39C841593DBEA7B877EA0B89A64239F3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m1E004F7E9582945B0D2A32F365EFE5981C9B07B3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_mFA629B1D96B7C00DA6DD1067369B970C3773D02B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_m563A8446B6169FDBA32A96CAD61A6AC45DDB1193_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m9B026276CF1F1D5C24019A4D0B278326A2C30D83_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m634A8804837CC44712DFE5ABE37B3F0D96EF9FC0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m5B5080C767DABE40CCE0074014FA8F33EA1BAFE1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m4D6B27440F4914F63EB32CB2369B7D06B9E0246A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m5E18D1F3D75951F12CB606D6CEB7A156A5C6C8BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m47FB31F669126CE7B2B2866D1EACEF0AABF135E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m6F1DA561287511E4762366059D2A6D32075C2EC6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m00CEFC0E6EB5C4E6286E76754603C701C01C8813_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m4277A55FF0F7CC43A28269EF99E761F3BA612EE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE20F2191021A63D63DC75A822BC4E1FF16BA192E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m2F109FA818CBB4CAA857EEC633B5364DC2A9F9FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m47A9D1BA5A97752AF36397686537AB4612A836EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m1C614B859DA53366FD00DD4B9C8590108942F301_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mBB81776EBAE07C3F1598652B60A70D03C8C1B423_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m37B3164C789102BA38285AF30B83CEC0F6119AB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m9D0452CD1962BBA9DAE3FC2B0EC0429F65CF1103_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_mD10502BEA559D905BB0619CB8D721895595CC9A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisGuid_t_m979DD807F084EEDE01F888F9957547DE23BCABBA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7BBE7FCBA19B65E2562B6429A111AEA6BAEBD70D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m02FDDCF30AEA5010D3F032AAD267FCB98051A142_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m646E9CD2F8B82E5F35FBDE2A0EFD98A0F195D680_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mB47101014CAE26A07ACE2888ADF044342599F247_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mC0D56DB29145576351D3144C0174C3DB3DFF9C84_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m69766EC28E50BA89284F2D32C8684A401A19B346_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisIntPtr_t_mDAAED5E34FC82EC1CE912628ED6EFA3FD73BF68D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m61D9DED5DD618D348B1BADD336B69E7902CC5424_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mDDF4AC156930E20611FCFB76DFC231AE7903FEE0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m5CD11CB99F07C1817279B68D2C92C19ED407A1F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mAA3F18FD7529066EA64833DD11068130E64292C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m07DCF9692981AEACAD04D98EA58EC5727A57F24E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m869CD39A2A3CBBF2661E51A2C3F817DDE806C357_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mBCE929EFD88213430B14BD2CF31A583723522143_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m3DD0A9EC3298FEFB9F15B20760BC2A77A0A271F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m8536BC7C83A5804CD2556055115C90FE8E986287_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_mCE796920ABC11A9902FC9F9D6160642A63D433FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m85147EDACB780ABC166099B909362465315859B2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mB557C112EEE2DD7286257ED1367511E4CB9EBCA9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m710267C3B3F0503C42A4C903ED41E44882A3FFB4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mF3EE4F17D88096039A37D7F1D2E3CEC9CE40E837_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m5788BB7068B44882041E8F21C250C34901ECDF11_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m9F18D534073EB714A33DD07BC19837F08129B5F7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mE46942032A5444788C9BD3E4B05C8A9BD2DCA803_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_m98456D231691613A58F88EDAA7C48E68451E1440_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m40C3EC3F33D4F510902E7A42ACEB78B9711BEA74_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mD6A0D9843EAA93E58C03D148C4944DA9AA85608A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m3B53EB9E61040DA92DCE1D4373F9ECFC85FE5651_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_mE5257779A8486E28FF4CE35150FACFDEF3E4C3A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mC2E7BBF1B790D2F2EF6A36D0B3BD62E8A5382ADE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mDD19CAC68186909695744BD2BEBED272E06F3DC4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_mB4F42679D302D93537CED1EA50A2ED5C31A9F2D7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mDD6F13694E31E87E7BD9B0F15FA7BF8AC01A1403_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m3A94BC2B4F31DBA1005FB94913C3130C69A2E39F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m83A26FF89E9009B96B3B82235BC9508BB8406D77_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mF56EF579430DAFFC3B7177CCB28E6DE900F1C448_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_mC3F7477A2E7A7BA9FB7152143DC40F7E4FFF96BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_m3B2A6B15ACEDDD69DFC2A7B1F1549239040CC12D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m362D4C945930128AB5451EC5F1413FB6543D01C9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mADFAEA14DF51FA2CBF3AE91F680FC1DDA4766E36_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6C7302CB1A59CBFD489974DC20A09E78E689557_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m343C0DB5D50F0936952CCACC386228F2ACC5A796_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mDCDC36064BB0FF4DC76546ED1CA3DDB6C303F4FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m395C0A3C04B17FF1BFA62DCB5D094848456E2E70_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m7D33821125FED438FEA5A27C3E28D6DA12A5D634_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m497928A4629D76C7F258D8A2D62BEF32B2F20ED2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m08E56064B62B0C357C2010E09FB44889D1161BB2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mB5C6E5B7F1C350E71053D2D5FD835723ADC76618_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m6880A2B25322CD928A2218BAC463B0F9D7450BD2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisRuntimeObject_m98D2A0CAA60FCDAD14B318032271D194A0FC463A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m288F7FA25642BAF460C919173FFBACFF200256FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_mE2A683F19B1128BEB678730271780D5D01723479_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m9D04DB4C361049610CFEC25A599205A36ADA17D3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m9FC4A6D84EB525F2FCDFF79BEE53B87241D81397_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m77CE54A431B9137F71AE4EB8DD6BD6896CAD51D5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m38844CFC22B83289886F6AD309D8861827A1A40F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE675C75E7BF99989E70BB9359E62A72D0BBD2CB1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m1CF557045E7E734993401587A6B95688A830C1C1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m03BA3AF14B8FFF11C9982E44BCADA699E319D598_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_mE764DC14EFFB521E40A2913228697A04D9CA2B68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m6F26E3B1889F792C114EA852B45C022258DDF5D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m1A9DC9373316DB755F222D79C0CA465C44173767_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_mEA75710F556455DDA166CF95C1D96CE26B2085CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m92C7FC890AD3637D775B949E40AC58993090D84D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE645727106010AD46674E179F71A1E8C5FDD7AEA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m92E8524E021B44BD9FBA8B7B532C1C1D1AE2591E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m67422E4BCD6185FCCC24C2E10B17354B5CA4881F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_mEA49875D1FB214962F5FB6E865AE018A1670338E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m838F955DD9621FF5361500D081CC22FE49049581_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m526D0C17B58AAB83A25B74C2462E165995C9DE2A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mFB7A377E49F0D9217F0C8F3C4105B731581E20FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m7C76B27D3E4BC6D2DA07088A801DBABE51FDEA0B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mE136BEFAFFA4D20AC5F03D08E9E761773B432A66_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mA4007DD15F683C09EF27EB643D94120451187BE1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m356C8C17E7711A9C275FC31D271735EEBDD822EA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m5A42870552FE9DF7293DA8FB6DD10E78F99DD93D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_mFBBF1D38CCDA2D13FFA16BC0CE1E5987639162FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Array_InternalArray__get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mDBCC0EDA1351D0C8CD9E092FCEE99C99E0E2F487_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t AttributeHelperEngine_GetCustomAttributeOfType_TisRuntimeObject_m7AEF0374A18EED15CB2B6318117FDC6364AC2F3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5D116C3383F95724C01C628C0D0069F3D7F65621_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mA75245E8BF9FAB8A58686B2B26E4FC342453E774_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LazyInitializer_EnsureInitializedCore_TisRuntimeObject_m4289829E8C0F3DA67A5B3E27721CF5D1C203CED2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaFunction_CheckValue_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mCFB4CB79C3FF3EC076EDEF6869E495196B327DBE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaFunction_CheckValue_TisRuntimeObject_m80A82C4518BFF631E1ED11AA4639CB19B978B813_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaState_LuaLoadBuffer_TisRuntimeObject_mBF8FECC202F3BF2098F1B8A3E471786789552C25_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaState_Require_TisRuntimeObject_m3643F8EC988B42F64F8C5D719A4543C39499B49A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_GetTable_TisRuntimeObject_m90E499B83B0EF5CA375C6DD2131FAA8F8EF83D07_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LuaTable_RawGetIndex_TisRuntimeObject_m84EB40B0D88DC28F22DB39E4980E065336B9A143_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Marshal_PtrToStructure_TisRuntimeObject_mDB88EE58460703A7A664B670DE68020F9D1CAD72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t MouseEventsHelper_SendEnterLeave_TisRuntimeObject_TisRuntimeObject_m743CA210DE44F8AAA7DCA1CD6E356076366CEECB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NoAllocHelpers_ResizeList_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mCEAE17A9E55910D9C67EA386A8BFC8F2FD1EF16C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NoAllocHelpers_ResizeList_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m7DE227E725B3958D8FEE87BC91C6461D6AA062EF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NoAllocHelpers_ResizeList_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mA65D784092C29173BA4A340F79A197B96B19125D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NoAllocHelpers_ResizeList_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m6235E05D400DC52025D7236945E9F6D3E16B0C7F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NoAllocHelpers_ResizeList_TisRuntimeObject_m2F23833EB7D37B9F89F716EADAAA9780347C4939_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NoAllocHelpers_ResizeList_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m680BEC6B1E6397D32591C96C7FBDC21E9AF67791_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t NoAllocHelpers_ResizeList_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mD7698E39B4283AC00C09091BAC60976375D0B0E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Object_FindObjectOfType_TisRuntimeObject_m251F203B12669585A5E663F529F6DF09F931B5DA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t PointerEventsHelper_SendEnterLeave_TisRuntimeObject_TisRuntimeObject_m2B96D0A01BD08DB2D0B0DFFDD697433331267D04_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ResourcesManager_LoadObjectByGroup_TisRuntimeObject_mF16815A5CEB8CF2B1513E6A4E7DE9604A5F013C4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ScriptableObject_CreateInstance_TisRuntimeObject_m7A8F75139352BA04C2EEC1D72D430FAC94C753DE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TObject_getValue_TisRuntimeObject_m3B7D4C1D571110DD337EC98C431ACA25C34EDFEB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TaskToApm_End_TisRuntimeObject_m5B4926B1E892216126696393D8316A1E707B9A85_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m8DCF08873B95AFBFCF90D9155B62ED6C095EE9FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m194B5D137A2BAAEFFD3707F435034974217F7D28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mDE4206122DFD7A1898F1EF1FE1948ABA61B5F94A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mA12834A4F35CFED82B26CA2C4C8BED443880E9DB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_mE92F38D5BB12E9010317DB53A8D082D7C7D9548F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC4F7D84F3E4B6CC900FBB54F44800352289709F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mD86B8407D96153C15BDA5003D0B4366C5D50F88B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckNumberArray_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m65AA75778F278B829B14AC96B7BB7261188C0863_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckObjectArray_TisRuntimeObject_m7390929E807D5D8B295E6710DBC8F812865BF754_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mBE4D9208E918E1C32F5C82E9FC46E0BEEB817EB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m3EB37845B50798CC20A0A02E222067F9A462BFDA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6E9907912769AE31BA286794FA4429AAAB70FEE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m511F17CB5AAC24058F1AE03435C44073C233241C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mD28742B455F2C7B1A5843FCE96622B7656684F8C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m68A11DBA3049DFBE2AD7A2BA84407B7716D113F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m0EAB36C7DE5870C1CE7903ECE945D0D2FB7E3296_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_CheckStructArray_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mC460807DF1C92DBD410035C7EAFA9359865718F6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mE6A5CD8CCF03B2A952C6134BBEA34EFF9EBBDCAA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m4525F538558C49B6D844FCDCC9FF60FEB1F5FF2D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mA77493AB4734F6C8E906A26AD3053CA578EBC791_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEDFC4D7D883D75A2880EC717B61CCAF2C341AB6F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m78B8EEE670C6FBAEE1DF13B92018384EFF589ED8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4A85D3D262986BB2BED61564DB5976564F43F859_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mCA8C1D5D217844500A1573886D6AF6A763821A06_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToNumberArray_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m0660E8CF490F4E6B0ECBB94648E0D4C38D676710_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToObjectArray_TisRuntimeObject_m844468FDFA6E7B445E392D13C6AD726C34B9BB88_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m8C88ECC9767D7607D53449FD4027797F3B22809A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mAD300BDE3B98C5082E9AD3C1AF421155432D9B2C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mCDDA1A093C98566F556C7F0EBEE0CFEA3D32052A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m60925B1EFB4E7351806EC9D3EF710DE971730941_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m70BB8FD3BEEA6438CB1E5BE20FFF39098BDE35EE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m4AC5C23785FBD18279588A160380D5E41EB1B794_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m0D015C04C84A31031EC1FD3F01BEDB1B43EBCB8E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m61F2C381902867B762B78131D028D286385057EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m98DCC5231278EDD3CE2D2ADBFAD74F593FD80CCF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m76120D06B1E915F888FDDE9E7924B3D3F0C6732D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m5520049FC45BFECBB194FCAD586F74A9BBF6B8DF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ToLua_ToStructArray_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1FEED9DB33F1FA2FA2918799687F3A78EEC6C794_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TypeChecker_ChangeType_TisRuntimeObject_mBE23314724250CDA6B87CADD48C681A52483A0F5_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com;
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_com;
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_pinvoke;
|
|
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com;
|
|
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke;
|
|
|
|
struct SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9;
|
|
struct GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5;
|
|
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4;
|
|
struct ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D;
|
|
struct FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904;
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct KeyValuePair_2U5BU5D_tAC201058159F8B6B433415A0AB937BD11FC8A36F;
|
|
struct DateTimeOffsetU5BU5D_tBE5BF156BB0B9FFFC5B216B0D02C0D44288FCA25;
|
|
struct DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1;
|
|
struct DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F;
|
|
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D;
|
|
struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28;
|
|
struct Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A;
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
|
|
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889;
|
|
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
|
|
struct TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5;
|
|
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
|
|
struct AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6;
|
|
struct OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101;
|
|
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
|
|
struct ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399;
|
|
struct Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9;
|
|
struct ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513;
|
|
struct QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3;
|
|
struct RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165;
|
|
struct RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57;
|
|
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B;
|
|
struct RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3;
|
|
struct ReflectionProbeBlendInfoU5BU5D_tDF9E6D40BFB7638253999D6F08C67661B4EA7578;
|
|
struct FocusedElementU5BU5D_t64FC9A029ED86FA4C46BC885D17EB0FCE386BB13;
|
|
struct WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0;
|
|
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
|
|
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
|
|
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
|
|
|
|
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
|
|
|
|
|
|
// LuaInterface.LuaDLL
|
|
struct LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields
|
|
{
|
|
public:
|
|
// System.String LuaInterface.LuaDLL::version
|
|
String_t* ___version_0;
|
|
// System.Int32 LuaInterface.LuaDLL::LUA_MULTRET
|
|
int32_t ___LUA_MULTRET_1;
|
|
// System.String[] LuaInterface.LuaDLL::LuaTypeName
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___LuaTypeName_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_version_0() { return static_cast<int32_t>(offsetof(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields, ___version_0)); }
|
|
inline String_t* get_version_0() const { return ___version_0; }
|
|
inline String_t** get_address_of_version_0() { return &___version_0; }
|
|
inline void set_version_0(String_t* value)
|
|
{
|
|
___version_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___version_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LUA_MULTRET_1() { return static_cast<int32_t>(offsetof(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields, ___LUA_MULTRET_1)); }
|
|
inline int32_t get_LUA_MULTRET_1() const { return ___LUA_MULTRET_1; }
|
|
inline int32_t* get_address_of_LUA_MULTRET_1() { return &___LUA_MULTRET_1; }
|
|
inline void set_LUA_MULTRET_1(int32_t value)
|
|
{
|
|
___LUA_MULTRET_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LuaTypeName_2() { return static_cast<int32_t>(offsetof(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields, ___LuaTypeName_2)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_LuaTypeName_2() const { return ___LuaTypeName_2; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_LuaTypeName_2() { return &___LuaTypeName_2; }
|
|
inline void set_LuaTypeName_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___LuaTypeName_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LuaTypeName_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Boolean>
|
|
struct StackTraits_1_t21683E0982971E95525D370D956697B29CB149E1 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t21683E0982971E95525D370D956697B29CB149E1_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tA2F1146E5EB31D9899B65735B2A04D9A9AE9632B * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t21683E0982971E95525D370D956697B29CB149E1_StaticFields, ___Push_0)); }
|
|
inline Action_2_tA2F1146E5EB31D9899B65735B2A04D9A9AE9632B * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tA2F1146E5EB31D9899B65735B2A04D9A9AE9632B ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tA2F1146E5EB31D9899B65735B2A04D9A9AE9632B * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t21683E0982971E95525D370D956697B29CB149E1_StaticFields, ___Check_1)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t21683E0982971E95525D370D956697B29CB149E1_StaticFields, ___To_2)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Decimal>
|
|
struct StackTraits_1_t087A6DCB7D5875FE1C0FA8CA9E3B5CB400299A54 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t087A6DCB7D5875FE1C0FA8CA9E3B5CB400299A54_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tD4BA29D5230903F73864185980DA93AE7D681041 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t087A6DCB7D5875FE1C0FA8CA9E3B5CB400299A54_StaticFields, ___Push_0)); }
|
|
inline Action_2_tD4BA29D5230903F73864185980DA93AE7D681041 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tD4BA29D5230903F73864185980DA93AE7D681041 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tD4BA29D5230903F73864185980DA93AE7D681041 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t087A6DCB7D5875FE1C0FA8CA9E3B5CB400299A54_StaticFields, ___Check_1)); }
|
|
inline Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t087A6DCB7D5875FE1C0FA8CA9E3B5CB400299A54_StaticFields, ___To_2)); }
|
|
inline Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Double>
|
|
struct StackTraits_1_t80A7AF3CE89A5B257C96BC5971C27BD7EF1E66F0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t80A7AF3CE89A5B257C96BC5971C27BD7EF1E66F0_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t83A36F1AF809407488C9A0986741EEC98B1575FB * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t80A7AF3CE89A5B257C96BC5971C27BD7EF1E66F0_StaticFields, ___Push_0)); }
|
|
inline Action_2_t83A36F1AF809407488C9A0986741EEC98B1575FB * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t83A36F1AF809407488C9A0986741EEC98B1575FB ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t83A36F1AF809407488C9A0986741EEC98B1575FB * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t80A7AF3CE89A5B257C96BC5971C27BD7EF1E66F0_StaticFields, ___Check_1)); }
|
|
inline Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t80A7AF3CE89A5B257C96BC5971C27BD7EF1E66F0_StaticFields, ___To_2)); }
|
|
inline Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Int16>
|
|
struct StackTraits_1_t788776AD36995C16223282C02AC5383C5F86DA74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t788776AD36995C16223282C02AC5383C5F86DA74_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tB4EB59FEEEE3A79E2D0DC290EFC62488E3AE22B5 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t788776AD36995C16223282C02AC5383C5F86DA74_StaticFields, ___Push_0)); }
|
|
inline Action_2_tB4EB59FEEEE3A79E2D0DC290EFC62488E3AE22B5 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tB4EB59FEEEE3A79E2D0DC290EFC62488E3AE22B5 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tB4EB59FEEEE3A79E2D0DC290EFC62488E3AE22B5 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t788776AD36995C16223282C02AC5383C5F86DA74_StaticFields, ___Check_1)); }
|
|
inline Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t788776AD36995C16223282C02AC5383C5F86DA74_StaticFields, ___To_2)); }
|
|
inline Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Int32>
|
|
struct StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t5D128DEEE684E5B4ACF255DAF52F60E897D89C03 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84_StaticFields, ___Push_0)); }
|
|
inline Action_2_t5D128DEEE684E5B4ACF255DAF52F60E897D89C03 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t5D128DEEE684E5B4ACF255DAF52F60E897D89C03 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t5D128DEEE684E5B4ACF255DAF52F60E897D89C03 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84_StaticFields, ___Check_1)); }
|
|
inline Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84_StaticFields, ___To_2)); }
|
|
inline Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Int64>
|
|
struct StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t425DB54857351FDDD41CD38792DC89142C373B87 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD_StaticFields, ___Push_0)); }
|
|
inline Action_2_t425DB54857351FDDD41CD38792DC89142C373B87 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t425DB54857351FDDD41CD38792DC89142C373B87 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t425DB54857351FDDD41CD38792DC89142C373B87 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD_StaticFields, ___Check_1)); }
|
|
inline Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD_StaticFields, ___To_2)); }
|
|
inline Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Object>
|
|
struct StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t61CD99B992F0B4609297F8B282196191515B6FF1 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields, ___Push_0)); }
|
|
inline Action_2_t61CD99B992F0B4609297F8B282196191515B6FF1 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t61CD99B992F0B4609297F8B282196191515B6FF1 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t61CD99B992F0B4609297F8B282196191515B6FF1 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields, ___Check_1)); }
|
|
inline Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields, ___To_2)); }
|
|
inline Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Reflection.ParameterModifier>
|
|
struct StackTraits_1_tCE6E458731D72ADA684CAFAB41203CBD5C4F98B8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tCE6E458731D72ADA684CAFAB41203CBD5C4F98B8_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t5A2F481EF671D109D3A71BD077E47BF5BB8CF1D8 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tCE6E458731D72ADA684CAFAB41203CBD5C4F98B8_StaticFields, ___Push_0)); }
|
|
inline Action_2_t5A2F481EF671D109D3A71BD077E47BF5BB8CF1D8 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t5A2F481EF671D109D3A71BD077E47BF5BB8CF1D8 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t5A2F481EF671D109D3A71BD077E47BF5BB8CF1D8 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tCE6E458731D72ADA684CAFAB41203CBD5C4F98B8_StaticFields, ___Check_1)); }
|
|
inline Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tCE6E458731D72ADA684CAFAB41203CBD5C4F98B8_StaticFields, ___To_2)); }
|
|
inline Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.SByte>
|
|
struct StackTraits_1_t868D9899F63CB72599481CD50FA6FFE4C057C699 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t868D9899F63CB72599481CD50FA6FFE4C057C699_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t10C97B7716A2EAFA26256DB8D88EA71A154C487A * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t868D9899F63CB72599481CD50FA6FFE4C057C699_StaticFields, ___Push_0)); }
|
|
inline Action_2_t10C97B7716A2EAFA26256DB8D88EA71A154C487A * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t10C97B7716A2EAFA26256DB8D88EA71A154C487A ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t10C97B7716A2EAFA26256DB8D88EA71A154C487A * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t868D9899F63CB72599481CD50FA6FFE4C057C699_StaticFields, ___Check_1)); }
|
|
inline Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t868D9899F63CB72599481CD50FA6FFE4C057C699_StaticFields, ___To_2)); }
|
|
inline Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.Single>
|
|
struct StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tB2E51277AB175E591CCF3542F19327C77D2CBA3C * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E_StaticFields, ___Push_0)); }
|
|
inline Action_2_tB2E51277AB175E591CCF3542F19327C77D2CBA3C * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tB2E51277AB175E591CCF3542F19327C77D2CBA3C ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tB2E51277AB175E591CCF3542F19327C77D2CBA3C * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E_StaticFields, ___Check_1)); }
|
|
inline Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E_StaticFields, ___To_2)); }
|
|
inline Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.UInt16>
|
|
struct StackTraits_1_tEF6F8E80E41263660F324EE464970D7A7AE722DA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tEF6F8E80E41263660F324EE464970D7A7AE722DA_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t2F9BCFF93E195509B4DC4E738F1E21F5C070B8D1 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tEF6F8E80E41263660F324EE464970D7A7AE722DA_StaticFields, ___Push_0)); }
|
|
inline Action_2_t2F9BCFF93E195509B4DC4E738F1E21F5C070B8D1 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t2F9BCFF93E195509B4DC4E738F1E21F5C070B8D1 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t2F9BCFF93E195509B4DC4E738F1E21F5C070B8D1 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tEF6F8E80E41263660F324EE464970D7A7AE722DA_StaticFields, ___Check_1)); }
|
|
inline Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tEF6F8E80E41263660F324EE464970D7A7AE722DA_StaticFields, ___To_2)); }
|
|
inline Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.UInt32>
|
|
struct StackTraits_1_tD3033B7A7B264F6355FBD4913486B9E6D690248B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tD3033B7A7B264F6355FBD4913486B9E6D690248B_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tEE29E7426BDBEDB295A888A0D4DF8BA125ED0004 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tD3033B7A7B264F6355FBD4913486B9E6D690248B_StaticFields, ___Push_0)); }
|
|
inline Action_2_tEE29E7426BDBEDB295A888A0D4DF8BA125ED0004 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tEE29E7426BDBEDB295A888A0D4DF8BA125ED0004 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tEE29E7426BDBEDB295A888A0D4DF8BA125ED0004 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tD3033B7A7B264F6355FBD4913486B9E6D690248B_StaticFields, ___Check_1)); }
|
|
inline Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tD3033B7A7B264F6355FBD4913486B9E6D690248B_StaticFields, ___To_2)); }
|
|
inline Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.UInt64>
|
|
struct StackTraits_1_t840CB1AE1EAC01C46A45124D9DB214FE8BE53E47 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t840CB1AE1EAC01C46A45124D9DB214FE8BE53E47_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t4D0411C06C3A47724695B30CC8BE985930BF2436 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t840CB1AE1EAC01C46A45124D9DB214FE8BE53E47_StaticFields, ___Push_0)); }
|
|
inline Action_2_t4D0411C06C3A47724695B30CC8BE985930BF2436 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t4D0411C06C3A47724695B30CC8BE985930BF2436 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t4D0411C06C3A47724695B30CC8BE985930BF2436 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t840CB1AE1EAC01C46A45124D9DB214FE8BE53E47_StaticFields, ___Check_1)); }
|
|
inline Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t840CB1AE1EAC01C46A45124D9DB214FE8BE53E47_StaticFields, ___To_2)); }
|
|
inline Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Color32>
|
|
struct StackTraits_1_t88E4D7BEDC7B40E6EA39022CEE65D490E8231FC3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t88E4D7BEDC7B40E6EA39022CEE65D490E8231FC3_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t7AA4F2D7A4F7055943F5AEC139C5C2DCF3E42D63 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t88E4D7BEDC7B40E6EA39022CEE65D490E8231FC3_StaticFields, ___Push_0)); }
|
|
inline Action_2_t7AA4F2D7A4F7055943F5AEC139C5C2DCF3E42D63 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t7AA4F2D7A4F7055943F5AEC139C5C2DCF3E42D63 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t7AA4F2D7A4F7055943F5AEC139C5C2DCF3E42D63 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t88E4D7BEDC7B40E6EA39022CEE65D490E8231FC3_StaticFields, ___Check_1)); }
|
|
inline Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t88E4D7BEDC7B40E6EA39022CEE65D490E8231FC3_StaticFields, ___To_2)); }
|
|
inline Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Color>
|
|
struct StackTraits_1_t84C2CCF0829FC1354BDF38661E1E886F6D79E4DD : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t84C2CCF0829FC1354BDF38661E1E886F6D79E4DD_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tB5E72C6F3E69F059B8498E0548614B9F36F2A241 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t84C2CCF0829FC1354BDF38661E1E886F6D79E4DD_StaticFields, ___Push_0)); }
|
|
inline Action_2_tB5E72C6F3E69F059B8498E0548614B9F36F2A241 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tB5E72C6F3E69F059B8498E0548614B9F36F2A241 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tB5E72C6F3E69F059B8498E0548614B9F36F2A241 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t84C2CCF0829FC1354BDF38661E1E886F6D79E4DD_StaticFields, ___Check_1)); }
|
|
inline Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t84C2CCF0829FC1354BDF38661E1E886F6D79E4DD_StaticFields, ___To_2)); }
|
|
inline Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Matrix4x4>
|
|
struct StackTraits_1_tA58CA567EB350302C87A52495E2E0235BE35B07A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tA58CA567EB350302C87A52495E2E0235BE35B07A_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t62B95FD1F996A8C890AC855CCC6BA26A7000F3A8 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tA58CA567EB350302C87A52495E2E0235BE35B07A_StaticFields, ___Push_0)); }
|
|
inline Action_2_t62B95FD1F996A8C890AC855CCC6BA26A7000F3A8 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t62B95FD1F996A8C890AC855CCC6BA26A7000F3A8 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t62B95FD1F996A8C890AC855CCC6BA26A7000F3A8 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tA58CA567EB350302C87A52495E2E0235BE35B07A_StaticFields, ___Check_1)); }
|
|
inline Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tA58CA567EB350302C87A52495E2E0235BE35B07A_StaticFields, ___To_2)); }
|
|
inline Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.ParticleSystem_Particle>
|
|
struct StackTraits_1_t8CEEA7A8694CD25D8F4A33F157C6EE69ADA0797C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t8CEEA7A8694CD25D8F4A33F157C6EE69ADA0797C_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t41DE774AA7F0A8590EBB0089CBD3BACA560E0484 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t8CEEA7A8694CD25D8F4A33F157C6EE69ADA0797C_StaticFields, ___Push_0)); }
|
|
inline Action_2_t41DE774AA7F0A8590EBB0089CBD3BACA560E0484 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t41DE774AA7F0A8590EBB0089CBD3BACA560E0484 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t41DE774AA7F0A8590EBB0089CBD3BACA560E0484 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t8CEEA7A8694CD25D8F4A33F157C6EE69ADA0797C_StaticFields, ___Check_1)); }
|
|
inline Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t8CEEA7A8694CD25D8F4A33F157C6EE69ADA0797C_StaticFields, ___To_2)); }
|
|
inline Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Quaternion>
|
|
struct StackTraits_1_t3F11351A91B55160252616D1DC69F26D72064AA9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t3F11351A91B55160252616D1DC69F26D72064AA9_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t6BF7422CD273BCC5955510DA1507F106B244B798 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t3F11351A91B55160252616D1DC69F26D72064AA9_StaticFields, ___Push_0)); }
|
|
inline Action_2_t6BF7422CD273BCC5955510DA1507F106B244B798 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t6BF7422CD273BCC5955510DA1507F106B244B798 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t6BF7422CD273BCC5955510DA1507F106B244B798 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t3F11351A91B55160252616D1DC69F26D72064AA9_StaticFields, ___Check_1)); }
|
|
inline Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t3F11351A91B55160252616D1DC69F26D72064AA9_StaticFields, ___To_2)); }
|
|
inline Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.RaycastHit>
|
|
struct StackTraits_1_tA569B361BF1E1C9E790F866D37FCD3A44C9EB45A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tA569B361BF1E1C9E790F866D37FCD3A44C9EB45A_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tF98211F1A494E977B98A78567E55A5D6EF31C6C7 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tA569B361BF1E1C9E790F866D37FCD3A44C9EB45A_StaticFields, ___Push_0)); }
|
|
inline Action_2_tF98211F1A494E977B98A78567E55A5D6EF31C6C7 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tF98211F1A494E977B98A78567E55A5D6EF31C6C7 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tF98211F1A494E977B98A78567E55A5D6EF31C6C7 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tA569B361BF1E1C9E790F866D37FCD3A44C9EB45A_StaticFields, ___Check_1)); }
|
|
inline Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tA569B361BF1E1C9E790F866D37FCD3A44C9EB45A_StaticFields, ___To_2)); }
|
|
inline Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.RenderBuffer>
|
|
struct StackTraits_1_t43148F16326E95316A7F6182235E03C0FE4466C1 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t43148F16326E95316A7F6182235E03C0FE4466C1_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t4FEA086DB2115636CCC3FCFC0E1F8DD745406A58 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t43148F16326E95316A7F6182235E03C0FE4466C1_StaticFields, ___Push_0)); }
|
|
inline Action_2_t4FEA086DB2115636CCC3FCFC0E1F8DD745406A58 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t4FEA086DB2115636CCC3FCFC0E1F8DD745406A58 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t4FEA086DB2115636CCC3FCFC0E1F8DD745406A58 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t43148F16326E95316A7F6182235E03C0FE4466C1_StaticFields, ___Check_1)); }
|
|
inline Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t43148F16326E95316A7F6182235E03C0FE4466C1_StaticFields, ___To_2)); }
|
|
inline Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Vector2>
|
|
struct StackTraits_1_t98E7672E5E333947002251C3C383BF449231F91A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t98E7672E5E333947002251C3C383BF449231F91A_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t1E49E77C3955CCBEAD23DFFD2CDAA8CAC6CFC14D * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t98E7672E5E333947002251C3C383BF449231F91A_StaticFields, ___Push_0)); }
|
|
inline Action_2_t1E49E77C3955CCBEAD23DFFD2CDAA8CAC6CFC14D * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t1E49E77C3955CCBEAD23DFFD2CDAA8CAC6CFC14D ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t1E49E77C3955CCBEAD23DFFD2CDAA8CAC6CFC14D * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t98E7672E5E333947002251C3C383BF449231F91A_StaticFields, ___Check_1)); }
|
|
inline Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t98E7672E5E333947002251C3C383BF449231F91A_StaticFields, ___To_2)); }
|
|
inline Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Vector3>
|
|
struct StackTraits_1_t1BAAA2FC291F0A06D850A5174AB7A44F8D7B99EA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t1BAAA2FC291F0A06D850A5174AB7A44F8D7B99EA_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tFC2DE741F0345F46320F65979198A5F1998734D3 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t1BAAA2FC291F0A06D850A5174AB7A44F8D7B99EA_StaticFields, ___Push_0)); }
|
|
inline Action_2_tFC2DE741F0345F46320F65979198A5F1998734D3 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tFC2DE741F0345F46320F65979198A5F1998734D3 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tFC2DE741F0345F46320F65979198A5F1998734D3 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t1BAAA2FC291F0A06D850A5174AB7A44F8D7B99EA_StaticFields, ___Check_1)); }
|
|
inline Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t1BAAA2FC291F0A06D850A5174AB7A44F8D7B99EA_StaticFields, ___To_2)); }
|
|
inline Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Vector4>
|
|
struct StackTraits_1_tF4A8213E2D2EF65FCA092F1CF0A8D1F50CDBC29B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tF4A8213E2D2EF65FCA092F1CF0A8D1F50CDBC29B_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tC0026A57545BFAC4DA61F48E7BE936AD83E89FD1 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tF4A8213E2D2EF65FCA092F1CF0A8D1F50CDBC29B_StaticFields, ___Push_0)); }
|
|
inline Action_2_tC0026A57545BFAC4DA61F48E7BE936AD83E89FD1 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tC0026A57545BFAC4DA61F48E7BE936AD83E89FD1 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tC0026A57545BFAC4DA61F48E7BE936AD83E89FD1 * value)
|
|
{
|
|
___Push_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tF4A8213E2D2EF65FCA092F1CF0A8D1F50CDBC29B_StaticFields, ___Check_1)); }
|
|
inline Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * value)
|
|
{
|
|
___Check_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tF4A8213E2D2EF65FCA092F1CF0A8D1F50CDBC29B_StaticFields, ___To_2)); }
|
|
inline Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.ToLua
|
|
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields
|
|
{
|
|
public:
|
|
// System.Type LuaInterface.ToLua::monoType
|
|
Type_t * ___monoType_0;
|
|
// LuaInterface.ToLua_LuaTableToVar[] LuaInterface.ToLua::ToVarMap
|
|
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* ___ToVarMap_1;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua_LuaPushVarObject> LuaInterface.ToLua::VarPushMap
|
|
Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * ___VarPushMap_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_monoType_0() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___monoType_0)); }
|
|
inline Type_t * get_monoType_0() const { return ___monoType_0; }
|
|
inline Type_t ** get_address_of_monoType_0() { return &___monoType_0; }
|
|
inline void set_monoType_0(Type_t * value)
|
|
{
|
|
___monoType_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monoType_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ToVarMap_1() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___ToVarMap_1)); }
|
|
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* get_ToVarMap_1() const { return ___ToVarMap_1; }
|
|
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6** get_address_of_ToVarMap_1() { return &___ToVarMap_1; }
|
|
inline void set_ToVarMap_1(LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* value)
|
|
{
|
|
___ToVarMap_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ToVarMap_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_VarPushMap_2() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___VarPushMap_2)); }
|
|
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * get_VarPushMap_2() const { return ___VarPushMap_2; }
|
|
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA ** get_address_of_VarPushMap_2() { return &___VarPushMap_2; }
|
|
inline void set_VarPushMap_2(Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * value)
|
|
{
|
|
___VarPushMap_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___VarPushMap_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeChecker
|
|
struct TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields
|
|
{
|
|
public:
|
|
// System.Type[] LuaInterface.TypeChecker::LuaValueTypeMap
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___LuaValueTypeMap_0;
|
|
// System.Type LuaInterface.TypeChecker::monoType
|
|
Type_t * ___monoType_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_LuaValueTypeMap_0() { return static_cast<int32_t>(offsetof(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields, ___LuaValueTypeMap_0)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_LuaValueTypeMap_0() const { return ___LuaValueTypeMap_0; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_LuaValueTypeMap_0() { return &___LuaValueTypeMap_0; }
|
|
inline void set_LuaValueTypeMap_0(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___LuaValueTypeMap_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___LuaValueTypeMap_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_monoType_1() { return static_cast<int32_t>(offsetof(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields, ___monoType_1)); }
|
|
inline Type_t * get_monoType_1() const { return ___monoType_1; }
|
|
inline Type_t ** get_address_of_monoType_1() { return &___monoType_1; }
|
|
inline void set_monoType_1(Type_t * value)
|
|
{
|
|
___monoType_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monoType_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Decimal>
|
|
struct TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Double>
|
|
struct TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Int16>
|
|
struct TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Int32>
|
|
struct TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Int64>
|
|
struct TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Object>
|
|
struct TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Reflection.ParameterModifier>
|
|
struct TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.SByte>
|
|
struct TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.Single>
|
|
struct TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.UInt16>
|
|
struct TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.UInt32>
|
|
struct TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<System.UInt64>
|
|
struct TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Color32>
|
|
struct TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Color>
|
|
struct TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Matrix4x4>
|
|
struct TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.ParticleSystem_Particle>
|
|
struct TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Quaternion>
|
|
struct TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.RaycastHit>
|
|
struct TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.RenderBuffer>
|
|
struct TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Vector2>
|
|
struct TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Vector3>
|
|
struct TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.TypeTraits`1<UnityEngine.Vector4>
|
|
struct TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean> LuaInterface.TypeTraits`1::Check
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___Check_0;
|
|
// System.Type LuaInterface.TypeTraits`1::type
|
|
Type_t * ___type_1;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsValueType
|
|
bool ___IsValueType_2;
|
|
// System.Boolean LuaInterface.TypeTraits`1::IsArray
|
|
bool ___IsArray_3;
|
|
// System.String LuaInterface.TypeTraits`1::typeName
|
|
String_t* ___typeName_4;
|
|
// System.Int32 LuaInterface.TypeTraits`1::nilType
|
|
int32_t ___nilType_5;
|
|
// System.Int32 LuaInterface.TypeTraits`1::metaref
|
|
int32_t ___metaref_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Check_0() { return static_cast<int32_t>(offsetof(TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields, ___Check_0)); }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * get_Check_0() const { return ___Check_0; }
|
|
inline Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E ** get_address_of_Check_0() { return &___Check_0; }
|
|
inline void set_Check_0(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * value)
|
|
{
|
|
___Check_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Check_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields, ___type_1)); }
|
|
inline Type_t * get_type_1() const { return ___type_1; }
|
|
inline Type_t ** get_address_of_type_1() { return &___type_1; }
|
|
inline void set_type_1(Type_t * value)
|
|
{
|
|
___type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsValueType_2() { return static_cast<int32_t>(offsetof(TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields, ___IsValueType_2)); }
|
|
inline bool get_IsValueType_2() const { return ___IsValueType_2; }
|
|
inline bool* get_address_of_IsValueType_2() { return &___IsValueType_2; }
|
|
inline void set_IsValueType_2(bool value)
|
|
{
|
|
___IsValueType_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsArray_3() { return static_cast<int32_t>(offsetof(TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields, ___IsArray_3)); }
|
|
inline bool get_IsArray_3() const { return ___IsArray_3; }
|
|
inline bool* get_address_of_IsArray_3() { return &___IsArray_3; }
|
|
inline void set_IsArray_3(bool value)
|
|
{
|
|
___IsArray_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeName_4() { return static_cast<int32_t>(offsetof(TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields, ___typeName_4)); }
|
|
inline String_t* get_typeName_4() const { return ___typeName_4; }
|
|
inline String_t** get_address_of_typeName_4() { return &___typeName_4; }
|
|
inline void set_typeName_4(String_t* value)
|
|
{
|
|
___typeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nilType_5() { return static_cast<int32_t>(offsetof(TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields, ___nilType_5)); }
|
|
inline int32_t get_nilType_5() const { return ___nilType_5; }
|
|
inline int32_t* get_address_of_nilType_5() { return &___nilType_5; }
|
|
inline void set_nilType_5(int32_t value)
|
|
{
|
|
___nilType_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaref_6() { return static_cast<int32_t>(offsetof(TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields, ___metaref_6)); }
|
|
inline int32_t get_metaref_6() const { return ___metaref_6; }
|
|
inline int32_t* get_address_of_metaref_6() { return &___metaref_6; }
|
|
inline void set_metaref_6(int32_t value)
|
|
{
|
|
___metaref_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Activator
|
|
struct Activator_tB50E7575818FE43EB3B56CA3880E7C80D884C1CC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.CollectionExtensions
|
|
struct CollectionExtensions_t1943508648E4A2A0FBCF65503E3BD7032F003E0A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>
|
|
struct Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___entries_1)); }
|
|
inline EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tA05158E326261C940EFFEB3D4027557B1F671D78* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___version_3)); }
|
|
inline int32_t get_version_3() const { return ___version_3; }
|
|
inline int32_t* get_address_of_version_3() { return &___version_3; }
|
|
inline void set_version_3(int32_t value)
|
|
{
|
|
___version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___keys_7)); }
|
|
inline KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_tF09EC41ABE4051D10E1DEDFB2ABD78B0C0842650 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ___values_8)); }
|
|
inline ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t9E560EA13A4358B825CBB3F6D9FBE278CC7C1EE2 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Single>
|
|
struct List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____items_1)); }
|
|
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__items_1() const { return ____items_1; }
|
|
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* 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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields, ____emptyArray_5)); }
|
|
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Color32>
|
|
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ____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_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____items_1)); }
|
|
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get__items_1() const { return ____items_1; }
|
|
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* 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_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____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_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____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_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____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_t749ADA5233D9B421293A000DCB83608A24C3D5D5_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5_StaticFields, ____emptyArray_5)); }
|
|
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Color>
|
|
struct List_1_t58F16637E97A6CB82317080828F7A4783F007FBB : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* ____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_t58F16637E97A6CB82317080828F7A4783F007FBB, ____items_1)); }
|
|
inline ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* get__items_1() const { return ____items_1; }
|
|
inline ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* 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_t58F16637E97A6CB82317080828F7A4783F007FBB, ____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_t58F16637E97A6CB82317080828F7A4783F007FBB, ____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_t58F16637E97A6CB82317080828F7A4783F007FBB, ____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_t58F16637E97A6CB82317080828F7A4783F007FBB_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t58F16637E97A6CB82317080828F7A4783F007FBB_StaticFields, ____emptyArray_5)); }
|
|
inline ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Matrix4x4>
|
|
struct List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* ____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_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7, ____items_1)); }
|
|
inline Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* get__items_1() const { return ____items_1; }
|
|
inline Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* 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_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7, ____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_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7, ____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_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7, ____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_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7_StaticFields, ____emptyArray_5)); }
|
|
inline Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Rect>
|
|
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____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_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____items_1)); }
|
|
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__items_1() const { return ____items_1; }
|
|
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* 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_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____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_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____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_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____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_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields, ____emptyArray_5)); }
|
|
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
|
|
struct List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19* ____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_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756, ____items_1)); }
|
|
inline VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19* get__items_1() const { return ____items_1; }
|
|
inline VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19* 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_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756, ____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_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756, ____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_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756, ____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_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756_StaticFields, ____emptyArray_5)); }
|
|
inline VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(VisualElementU5BU5D_t4C80EBA10FD46936B42FD3578C55901A83406A19* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.Vector4>
|
|
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ____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_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____items_1)); }
|
|
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get__items_1() const { return ____items_1; }
|
|
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* 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_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____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_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____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_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____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_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_StaticFields, ____emptyArray_5)); }
|
|
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EmptyArray`1<FairyGUI.UpdateContext_ClipInfo>
|
|
struct EmptyArray_1_tDE9A11EA9B1C97DAD44C669077D254B085857506 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyArray_1_tDE9A11EA9B1C97DAD44C669077D254B085857506_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.EmptyArray`1::Value
|
|
ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tDE9A11EA9B1C97DAD44C669077D254B085857506_StaticFields, ___Value_0)); }
|
|
inline ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* get_Value_0() const { return ___Value_0; }
|
|
inline ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EmptyArray`1<LuaInterface.LuaFunction_FuncData>
|
|
struct EmptyArray_1_tDCB6D188A9B366F1DA3BBAFF0332E691E260AE7A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyArray_1_tDCB6D188A9B366F1DA3BBAFF0332E691E260AE7A_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.EmptyArray`1::Value
|
|
FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904* ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tDCB6D188A9B366F1DA3BBAFF0332E691E260AE7A_StaticFields, ___Value_0)); }
|
|
inline FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904* get_Value_0() const { return ___Value_0; }
|
|
inline FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EmptyArray`1<System.Char>
|
|
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.EmptyArray`1::Value
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields, ___Value_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Value_0() const { return ___Value_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Linq.Enumerable
|
|
struct Enumerable_tECC271C86C6E8F72E4E27C7C8FD5DB7B63D5D737 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.CustomAttributeExtensions
|
|
struct CustomAttributeExtensions_t46E823943384E2B9D2E7A6A492117E1A2331F5D3 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.CompilerServices.JitHelpers
|
|
struct JitHelpers_t6BCD6CAFCA9C54EDD15CC80B7D7416E8711E8AAB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.InteropServices.Marshal
|
|
struct Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.InteropServices.Marshal::SystemMaxDBCSCharSize
|
|
int32_t ___SystemMaxDBCSCharSize_0;
|
|
// System.Int32 System.Runtime.InteropServices.Marshal::SystemDefaultCharSize
|
|
int32_t ___SystemDefaultCharSize_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_SystemMaxDBCSCharSize_0() { return static_cast<int32_t>(offsetof(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_StaticFields, ___SystemMaxDBCSCharSize_0)); }
|
|
inline int32_t get_SystemMaxDBCSCharSize_0() const { return ___SystemMaxDBCSCharSize_0; }
|
|
inline int32_t* get_address_of_SystemMaxDBCSCharSize_0() { return &___SystemMaxDBCSCharSize_0; }
|
|
inline void set_SystemMaxDBCSCharSize_0(int32_t value)
|
|
{
|
|
___SystemMaxDBCSCharSize_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SystemDefaultCharSize_1() { return static_cast<int32_t>(offsetof(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_StaticFields, ___SystemDefaultCharSize_1)); }
|
|
inline int32_t get_SystemDefaultCharSize_1() const { return ___SystemDefaultCharSize_1; }
|
|
inline int32_t* get_address_of_SystemDefaultCharSize_1() { return &___SystemDefaultCharSize_1; }
|
|
inline void set_SystemDefaultCharSize_1(int32_t value)
|
|
{
|
|
___SystemDefaultCharSize_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<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);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.Encoding::m_codePage
|
|
int32_t ___m_codePage_9;
|
|
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
|
|
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
|
|
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
|
|
bool ___m_deserializedFromEverett_11;
|
|
// System.Boolean System.Text.Encoding::m_isReadOnly
|
|
bool ___m_isReadOnly_12;
|
|
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
|
|
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
|
|
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
|
|
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
|
|
inline void set_m_codePage_9(int32_t value)
|
|
{
|
|
___m_codePage_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
|
|
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
|
|
{
|
|
___dataItem_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
|
|
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
|
|
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
|
|
inline void set_m_deserializedFromEverett_11(bool value)
|
|
{
|
|
___m_deserializedFromEverett_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
|
|
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
|
|
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
|
|
inline void set_m_isReadOnly_12(bool value)
|
|
{
|
|
___m_isReadOnly_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
|
|
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___encoderFallback_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
|
|
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___decoderFallback_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
|
|
// System.Object System.Text.Encoding::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
|
|
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___defaultEncoding_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
|
|
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___unicodeEncoding_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
|
|
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___bigEndianUnicode_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
|
|
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf7Encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
|
|
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf8Encoding_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
|
|
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf32Encoding_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
|
|
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___asciiEncoding_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
|
|
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___latin1Encoding_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
|
|
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___encodings_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
|
|
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Interlocked
|
|
struct Interlocked_tFC2D55B9E6E624D5151A9DC89A50567677F7F433 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.LazyInitializer
|
|
struct LazyInitializer_tFC4C124B28D8DA023D36F3298FC7EA95653CB8A7 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.Tasks.TaskToApm
|
|
struct TaskToApm_tF25594732C9CF1F3AB4F2D74381577956E6B271E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult
|
|
struct TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::Task
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___Task_0;
|
|
// System.Object System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::m_state
|
|
RuntimeObject * ___m_state_1;
|
|
// System.Boolean System.Threading.Tasks.TaskToApm_TaskWrapperAsyncResult::m_completedSynchronously
|
|
bool ___m_completedSynchronously_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Task_0() { return static_cast<int32_t>(offsetof(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE, ___Task_0)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_Task_0() const { return ___Task_0; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_Task_0() { return &___Task_0; }
|
|
inline void set_Task_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
___Task_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Task_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE, ___m_state_1)); }
|
|
inline RuntimeObject * get_m_state_1() const { return ___m_state_1; }
|
|
inline RuntimeObject ** get_address_of_m_state_1() { return &___m_state_1; }
|
|
inline void set_m_state_1(RuntimeObject * value)
|
|
{
|
|
___m_state_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_state_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_completedSynchronously_2() { return static_cast<int32_t>(offsetof(TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE, ___m_completedSynchronously_2)); }
|
|
inline bool get_m_completedSynchronously_2() const { return ___m_completedSynchronously_2; }
|
|
inline bool* get_address_of_m_completedSynchronously_2() { return &___m_completedSynchronously_2; }
|
|
inline void set_m_completedSynchronously_2(bool value)
|
|
{
|
|
___m_completedSynchronously_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Volatile
|
|
struct Volatile_tE96815F4BB2ADA7D8E4005AD52AC020C22856632 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility
|
|
struct NativeArrayUnsafeUtility_t2B01CE90013CE5874AC6E98925C55FA6C1F5F4BA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// Unity.Collections.LowLevel.Unsafe.UnsafeUtility
|
|
struct UnsafeUtility_t78D5F2C60E6994F1B44020D1B4368BB8DD559AA8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.AttributeHelperEngine
|
|
struct AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.DisallowMultipleComponent[] UnityEngine.AttributeHelperEngine::_disallowMultipleComponentArray
|
|
DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3* ____disallowMultipleComponentArray_0;
|
|
// UnityEngine.ExecuteInEditMode[] UnityEngine.AttributeHelperEngine::_executeInEditModeArray
|
|
ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80* ____executeInEditModeArray_1;
|
|
// UnityEngine.RequireComponent[] UnityEngine.AttributeHelperEngine::_requireComponentArray
|
|
RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* ____requireComponentArray_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__disallowMultipleComponentArray_0() { return static_cast<int32_t>(offsetof(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields, ____disallowMultipleComponentArray_0)); }
|
|
inline DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3* get__disallowMultipleComponentArray_0() const { return ____disallowMultipleComponentArray_0; }
|
|
inline DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3** get_address_of__disallowMultipleComponentArray_0() { return &____disallowMultipleComponentArray_0; }
|
|
inline void set__disallowMultipleComponentArray_0(DisallowMultipleComponentU5BU5D_t59E317D853AAC982D5D18D4C1581422FC151F7E3* value)
|
|
{
|
|
____disallowMultipleComponentArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____disallowMultipleComponentArray_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__executeInEditModeArray_1() { return static_cast<int32_t>(offsetof(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields, ____executeInEditModeArray_1)); }
|
|
inline ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80* get__executeInEditModeArray_1() const { return ____executeInEditModeArray_1; }
|
|
inline ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80** get_address_of__executeInEditModeArray_1() { return &____executeInEditModeArray_1; }
|
|
inline void set__executeInEditModeArray_1(ExecuteInEditModeU5BU5D_tAE8DA030BEBA505907556F161EB49FD565976C80* value)
|
|
{
|
|
____executeInEditModeArray_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____executeInEditModeArray_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__requireComponentArray_2() { return static_cast<int32_t>(offsetof(AttributeHelperEngine_t22E0A0A6E68E2DFAFB28B91CC8AFCE4630723601_StaticFields, ____requireComponentArray_2)); }
|
|
inline RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* get__requireComponentArray_2() const { return ____requireComponentArray_2; }
|
|
inline RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D** get_address_of__requireComponentArray_2() { return &____requireComponentArray_2; }
|
|
inline void set__requireComponentArray_2(RequireComponentU5BU5D_t4295259AA991FCAA75878E4731813266CFC5351D* value)
|
|
{
|
|
____requireComponentArray_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____requireComponentArray_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.NoAllocHelpers
|
|
struct NoAllocHelpers_t4BC4E5F5C10AE3134CFD94FF764240E3B1E45270 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.CallbackEventHandler
|
|
struct CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB : public RuntimeObject
|
|
{
|
|
public:
|
|
// UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry
|
|
EventCallbackRegistry_t0E675C9EC7F38446B7A42C43115CEDB7BE67776D * ___m_CallbackRegistry_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_CallbackRegistry_0() { return static_cast<int32_t>(offsetof(CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB, ___m_CallbackRegistry_0)); }
|
|
inline EventCallbackRegistry_t0E675C9EC7F38446B7A42C43115CEDB7BE67776D * get_m_CallbackRegistry_0() const { return ___m_CallbackRegistry_0; }
|
|
inline EventCallbackRegistry_t0E675C9EC7F38446B7A42C43115CEDB7BE67776D ** get_address_of_m_CallbackRegistry_0() { return &___m_CallbackRegistry_0; }
|
|
inline void set_m_CallbackRegistry_0(EventCallbackRegistry_t0E675C9EC7F38446B7A42C43115CEDB7BE67776D * value)
|
|
{
|
|
___m_CallbackRegistry_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CallbackRegistry_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.MouseEventsHelper
|
|
struct MouseEventsHelper_t515D5626FEFC7A09B89DAAA31F6CAB40D3063C42 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.PointerEventsHelper
|
|
struct PointerEventsHelper_t8C63177292A6A6DF462CF30FE6B885EABF82DE1D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// ZXing.SupportClass
|
|
struct SupportClass_t69CFC3A5D88580FE7343B4F0FC434C59D4888F80 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// taurus.client.TObject
|
|
struct TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper> taurus.client.TObject::dataHolder
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * ___dataHolder_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dataHolder_0() { return static_cast<int32_t>(offsetof(TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD, ___dataHolder_0)); }
|
|
inline Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * get_dataHolder_0() const { return ___dataHolder_0; }
|
|
inline Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 ** get_address_of_dataHolder_0() { return &___dataHolder_0; }
|
|
inline void set_dataHolder_0(Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * value)
|
|
{
|
|
___dataHolder_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataHolder_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// taurus.unity.ResourcesManager
|
|
struct ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetConfig> taurus.unity.ResourcesManager::_assetConfigMapByPath
|
|
Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 * ____assetConfigMapByPath_0;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetPack> taurus.unity.ResourcesManager::_packMap
|
|
Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC * ____packMap_1;
|
|
// System.Collections.Generic.Dictionary`2<System.String,taurus.unity.AssetEntity> taurus.unity.ResourcesManager::_resMap
|
|
Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 * ____resMap_2;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AssetBundle> taurus.unity.ResourcesManager::_bundleMap
|
|
Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA * ____bundleMap_3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean> taurus.unity.ResourcesManager::_config_load_map
|
|
Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * ____config_load_map_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.List`1<taurus.unity.AssetEntity>> taurus.unity.ResourcesManager::_groupMap
|
|
Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F * ____groupMap_5;
|
|
// System.String taurus.unity.ResourcesManager::OS_Dir
|
|
String_t* ___OS_Dir_6;
|
|
// System.String taurus.unity.ResourcesManager::RES_PATH
|
|
String_t* ___RES_PATH_7;
|
|
// System.String taurus.unity.ResourcesManager::PACK_PATH
|
|
String_t* ___PACK_PATH_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__assetConfigMapByPath_0() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____assetConfigMapByPath_0)); }
|
|
inline Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 * get__assetConfigMapByPath_0() const { return ____assetConfigMapByPath_0; }
|
|
inline Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 ** get_address_of__assetConfigMapByPath_0() { return &____assetConfigMapByPath_0; }
|
|
inline void set__assetConfigMapByPath_0(Dictionary_2_tBE7E701AAE9FFB72282933F87F7F982A9A3101D3 * value)
|
|
{
|
|
____assetConfigMapByPath_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____assetConfigMapByPath_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__packMap_1() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____packMap_1)); }
|
|
inline Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC * get__packMap_1() const { return ____packMap_1; }
|
|
inline Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC ** get_address_of__packMap_1() { return &____packMap_1; }
|
|
inline void set__packMap_1(Dictionary_2_t03D9CCDAE197F765067E955798A9B865501546AC * value)
|
|
{
|
|
____packMap_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packMap_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__resMap_2() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____resMap_2)); }
|
|
inline Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 * get__resMap_2() const { return ____resMap_2; }
|
|
inline Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 ** get_address_of__resMap_2() { return &____resMap_2; }
|
|
inline void set__resMap_2(Dictionary_2_t8EEB90D3AA4C58DE8DD6E135B93B327F5BE0C319 * value)
|
|
{
|
|
____resMap_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____resMap_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__bundleMap_3() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____bundleMap_3)); }
|
|
inline Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA * get__bundleMap_3() const { return ____bundleMap_3; }
|
|
inline Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA ** get_address_of__bundleMap_3() { return &____bundleMap_3; }
|
|
inline void set__bundleMap_3(Dictionary_2_t9119D8967869E96A9D001B5D96F65C462E234BEA * value)
|
|
{
|
|
____bundleMap_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____bundleMap_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__config_load_map_4() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____config_load_map_4)); }
|
|
inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * get__config_load_map_4() const { return ____config_load_map_4; }
|
|
inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B ** get_address_of__config_load_map_4() { return &____config_load_map_4; }
|
|
inline void set__config_load_map_4(Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * value)
|
|
{
|
|
____config_load_map_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____config_load_map_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__groupMap_5() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ____groupMap_5)); }
|
|
inline Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F * get__groupMap_5() const { return ____groupMap_5; }
|
|
inline Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F ** get_address_of__groupMap_5() { return &____groupMap_5; }
|
|
inline void set__groupMap_5(Dictionary_2_t296DB25273CE4CE3D4D5B7FCA95E3214DF18B51F * value)
|
|
{
|
|
____groupMap_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____groupMap_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OS_Dir_6() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ___OS_Dir_6)); }
|
|
inline String_t* get_OS_Dir_6() const { return ___OS_Dir_6; }
|
|
inline String_t** get_address_of_OS_Dir_6() { return &___OS_Dir_6; }
|
|
inline void set_OS_Dir_6(String_t* value)
|
|
{
|
|
___OS_Dir_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OS_Dir_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_RES_PATH_7() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ___RES_PATH_7)); }
|
|
inline String_t* get_RES_PATH_7() const { return ___RES_PATH_7; }
|
|
inline String_t** get_address_of_RES_PATH_7() { return &___RES_PATH_7; }
|
|
inline void set_RES_PATH_7(String_t* value)
|
|
{
|
|
___RES_PATH_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___RES_PATH_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_PACK_PATH_8() { return static_cast<int32_t>(offsetof(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields, ___PACK_PATH_8)); }
|
|
inline String_t* get_PACK_PATH_8() const { return ___PACK_PATH_8; }
|
|
inline String_t** get_address_of_PACK_PATH_8() { return &___PACK_PATH_8; }
|
|
inline void set_PACK_PATH_8(String_t* value)
|
|
{
|
|
___PACK_PATH_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___PACK_PATH_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.TextField_CharPosition
|
|
struct CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.TextField_CharPosition::charIndex
|
|
int32_t ___charIndex_0;
|
|
// System.Int16 FairyGUI.TextField_CharPosition::lineIndex
|
|
int16_t ___lineIndex_1;
|
|
// System.Int32 FairyGUI.TextField_CharPosition::offsetX
|
|
int32_t ___offsetX_2;
|
|
// System.Int16 FairyGUI.TextField_CharPosition::vertCount
|
|
int16_t ___vertCount_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_charIndex_0() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___charIndex_0)); }
|
|
inline int32_t get_charIndex_0() const { return ___charIndex_0; }
|
|
inline int32_t* get_address_of_charIndex_0() { return &___charIndex_0; }
|
|
inline void set_charIndex_0(int32_t value)
|
|
{
|
|
___charIndex_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lineIndex_1() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___lineIndex_1)); }
|
|
inline int16_t get_lineIndex_1() const { return ___lineIndex_1; }
|
|
inline int16_t* get_address_of_lineIndex_1() { return &___lineIndex_1; }
|
|
inline void set_lineIndex_1(int16_t value)
|
|
{
|
|
___lineIndex_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_offsetX_2() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___offsetX_2)); }
|
|
inline int32_t get_offsetX_2() const { return ___offsetX_2; }
|
|
inline int32_t* get_address_of_offsetX_2() { return &___offsetX_2; }
|
|
inline void set_offsetX_2(int32_t value)
|
|
{
|
|
___offsetX_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_vertCount_3() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___vertCount_3)); }
|
|
inline int16_t get_vertCount_3() const { return ___vertCount_3; }
|
|
inline int16_t* get_address_of_vertCount_3() { return &___vertCount_3; }
|
|
inline void set_vertCount_3(int16_t value)
|
|
{
|
|
___vertCount_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaDictEntry`2<System.Object,System.Object>
|
|
struct LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5
|
|
{
|
|
public:
|
|
// K LuaInterface.LuaDictEntry`2::<Key>k__BackingField
|
|
RuntimeObject * ___U3CKeyU3Ek__BackingField_0;
|
|
// V LuaInterface.LuaDictEntry`2::<Value>k__BackingField
|
|
RuntimeObject * ___U3CValueU3Ek__BackingField_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CKeyU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5, ___U3CKeyU3Ek__BackingField_0)); }
|
|
inline RuntimeObject * get_U3CKeyU3Ek__BackingField_0() const { return ___U3CKeyU3Ek__BackingField_0; }
|
|
inline RuntimeObject ** get_address_of_U3CKeyU3Ek__BackingField_0() { return &___U3CKeyU3Ek__BackingField_0; }
|
|
inline void set_U3CKeyU3Ek__BackingField_0(RuntimeObject * value)
|
|
{
|
|
___U3CKeyU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5, ___U3CValueU3Ek__BackingField_1)); }
|
|
inline RuntimeObject * get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; }
|
|
inline RuntimeObject ** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; }
|
|
inline void set_U3CValueU3Ek__BackingField_1(RuntimeObject * value)
|
|
{
|
|
___U3CValueU3Ek__BackingField_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaFunction_FuncData
|
|
struct FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaFunction_FuncData::oldTop
|
|
int32_t ___oldTop_0;
|
|
// System.Int32 LuaInterface.LuaFunction_FuncData::stackPos
|
|
int32_t ___stackPos_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_oldTop_0() { return static_cast<int32_t>(offsetof(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61, ___oldTop_0)); }
|
|
inline int32_t get_oldTop_0() const { return ___oldTop_0; }
|
|
inline int32_t* get_address_of_oldTop_0() { return &___oldTop_0; }
|
|
inline void set_oldTop_0(int32_t value)
|
|
{
|
|
___oldTop_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stackPos_1() { return static_cast<int32_t>(offsetof(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61, ___stackPos_1)); }
|
|
inline int32_t get_stackPos_1() const { return ___stackPos_1; }
|
|
inline int32_t* get_address_of_stackPos_1() { return &___stackPos_1; }
|
|
inline void set_stackPos_1(int32_t value)
|
|
{
|
|
___stackPos_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// MS.Internal.Xml.Cache.XPathNode
|
|
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0
|
|
{
|
|
public:
|
|
// MS.Internal.Xml.Cache.XPathNodeInfoAtom MS.Internal.Xml.Cache.XPathNode::info
|
|
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0;
|
|
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSibling
|
|
uint16_t ___idxSibling_1;
|
|
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxParent
|
|
uint16_t ___idxParent_2;
|
|
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSimilar
|
|
uint16_t ___idxSimilar_3;
|
|
// System.UInt16 MS.Internal.Xml.Cache.XPathNode::posOffset
|
|
uint16_t ___posOffset_4;
|
|
// System.UInt32 MS.Internal.Xml.Cache.XPathNode::props
|
|
uint32_t ___props_5;
|
|
// System.String MS.Internal.Xml.Cache.XPathNode::value
|
|
String_t* ___value_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_info_0() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___info_0)); }
|
|
inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * get_info_0() const { return ___info_0; }
|
|
inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 ** get_address_of_info_0() { return &___info_0; }
|
|
inline void set_info_0(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * value)
|
|
{
|
|
___info_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___info_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idxSibling_1() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSibling_1)); }
|
|
inline uint16_t get_idxSibling_1() const { return ___idxSibling_1; }
|
|
inline uint16_t* get_address_of_idxSibling_1() { return &___idxSibling_1; }
|
|
inline void set_idxSibling_1(uint16_t value)
|
|
{
|
|
___idxSibling_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idxParent_2() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxParent_2)); }
|
|
inline uint16_t get_idxParent_2() const { return ___idxParent_2; }
|
|
inline uint16_t* get_address_of_idxParent_2() { return &___idxParent_2; }
|
|
inline void set_idxParent_2(uint16_t value)
|
|
{
|
|
___idxParent_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idxSimilar_3() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSimilar_3)); }
|
|
inline uint16_t get_idxSimilar_3() const { return ___idxSimilar_3; }
|
|
inline uint16_t* get_address_of_idxSimilar_3() { return &___idxSimilar_3; }
|
|
inline void set_idxSimilar_3(uint16_t value)
|
|
{
|
|
___idxSimilar_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_posOffset_4() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___posOffset_4)); }
|
|
inline uint16_t get_posOffset_4() const { return ___posOffset_4; }
|
|
inline uint16_t* get_address_of_posOffset_4() { return &___posOffset_4; }
|
|
inline void set_posOffset_4(uint16_t value)
|
|
{
|
|
___posOffset_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_props_5() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___props_5)); }
|
|
inline uint32_t get_props_5() const { return ___props_5; }
|
|
inline uint32_t* get_address_of_props_5() { return &___props_5; }
|
|
inline void set_props_5(uint32_t value)
|
|
{
|
|
___props_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_6() { return static_cast<int32_t>(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___value_6)); }
|
|
inline String_t* get_value_6() const { return ___value_6; }
|
|
inline String_t** get_address_of_value_6() { return &___value_6; }
|
|
inline void set_value_6(String_t* value)
|
|
{
|
|
___value_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNode
|
|
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke
|
|
{
|
|
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0;
|
|
uint16_t ___idxSibling_1;
|
|
uint16_t ___idxParent_2;
|
|
uint16_t ___idxSimilar_3;
|
|
uint16_t ___posOffset_4;
|
|
uint32_t ___props_5;
|
|
char* ___value_6;
|
|
};
|
|
// Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNode
|
|
struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com
|
|
{
|
|
XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0;
|
|
uint16_t ___idxSibling_1;
|
|
uint16_t ___idxParent_2;
|
|
uint16_t ___idxSimilar_3;
|
|
uint16_t ___posOffset_4;
|
|
uint32_t ___props_5;
|
|
Il2CppChar* ___value_6;
|
|
};
|
|
|
|
// MS.Internal.Xml.Cache.XPathNodeRef
|
|
struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14
|
|
{
|
|
public:
|
|
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::page
|
|
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___page_0;
|
|
// System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::idx
|
|
int32_t ___idx_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_page_0() { return static_cast<int32_t>(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___page_0)); }
|
|
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_page_0() const { return ___page_0; }
|
|
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_page_0() { return &___page_0; }
|
|
inline void set_page_0(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
|
|
{
|
|
___page_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___page_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_idx_1() { return static_cast<int32_t>(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___idx_1)); }
|
|
inline int32_t get_idx_1() const { return ___idx_1; }
|
|
inline int32_t* get_address_of_idx_1() { return &___idx_1; }
|
|
inline void set_idx_1(int32_t value)
|
|
{
|
|
___idx_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef
|
|
struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_pinvoke
|
|
{
|
|
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke* ___page_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
// Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef
|
|
struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_com
|
|
{
|
|
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com* ___page_0;
|
|
int32_t ___idx_1;
|
|
};
|
|
|
|
// Mono.Globalization.Unicode.CodePointIndexer_TableRange
|
|
struct TableRange_t485CF0807771CC05023466CFCB0AE25C46648100
|
|
{
|
|
public:
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::Start
|
|
int32_t ___Start_0;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::End
|
|
int32_t ___End_1;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::Count
|
|
int32_t ___Count_2;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::IndexStart
|
|
int32_t ___IndexStart_3;
|
|
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::IndexEnd
|
|
int32_t ___IndexEnd_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Start_0() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___Start_0)); }
|
|
inline int32_t get_Start_0() const { return ___Start_0; }
|
|
inline int32_t* get_address_of_Start_0() { return &___Start_0; }
|
|
inline void set_Start_0(int32_t value)
|
|
{
|
|
___Start_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_End_1() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___End_1)); }
|
|
inline int32_t get_End_1() const { return ___End_1; }
|
|
inline int32_t* get_address_of_End_1() { return &___End_1; }
|
|
inline void set_End_1(int32_t value)
|
|
{
|
|
___End_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Count_2() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___Count_2)); }
|
|
inline int32_t get_Count_2() const { return ___Count_2; }
|
|
inline int32_t* get_address_of_Count_2() { return &___Count_2; }
|
|
inline void set_Count_2(int32_t value)
|
|
{
|
|
___Count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IndexStart_3() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___IndexStart_3)); }
|
|
inline int32_t get_IndexStart_3() const { return ___IndexStart_3; }
|
|
inline int32_t* get_address_of_IndexStart_3() { return &___IndexStart_3; }
|
|
inline void set_IndexStart_3(int32_t value)
|
|
{
|
|
___IndexStart_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IndexEnd_4() { return static_cast<int32_t>(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___IndexEnd_4)); }
|
|
inline int32_t get_IndexEnd_4() const { return ___IndexEnd_4; }
|
|
inline int32_t* get_address_of_IndexEnd_4() { return &___IndexEnd_4; }
|
|
inline void set_IndexEnd_4(int32_t value)
|
|
{
|
|
___IndexEnd_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Mono.Security.Uri_UriScheme
|
|
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089
|
|
{
|
|
public:
|
|
// System.String Mono.Security.Uri_UriScheme::scheme
|
|
String_t* ___scheme_0;
|
|
// System.String Mono.Security.Uri_UriScheme::delimiter
|
|
String_t* ___delimiter_1;
|
|
// System.Int32 Mono.Security.Uri_UriScheme::defaultPort
|
|
int32_t ___defaultPort_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_scheme_0() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___scheme_0)); }
|
|
inline String_t* get_scheme_0() const { return ___scheme_0; }
|
|
inline String_t** get_address_of_scheme_0() { return &___scheme_0; }
|
|
inline void set_scheme_0(String_t* value)
|
|
{
|
|
___scheme_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___scheme_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delimiter_1() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___delimiter_1)); }
|
|
inline String_t* get_delimiter_1() const { return ___delimiter_1; }
|
|
inline String_t** get_address_of_delimiter_1() { return &___delimiter_1; }
|
|
inline void set_delimiter_1(String_t* value)
|
|
{
|
|
___delimiter_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delimiter_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultPort_2() { return static_cast<int32_t>(offsetof(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089, ___defaultPort_2)); }
|
|
inline int32_t get_defaultPort_2() const { return ___defaultPort_2; }
|
|
inline int32_t* get_address_of_defaultPort_2() { return &___defaultPort_2; }
|
|
inline void set_defaultPort_2(int32_t value)
|
|
{
|
|
___defaultPort_2 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme
|
|
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_pinvoke
|
|
{
|
|
char* ___scheme_0;
|
|
char* ___delimiter_1;
|
|
int32_t ___defaultPort_2;
|
|
};
|
|
// Native definition for COM marshalling of Mono.Security.Uri/UriScheme
|
|
struct UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_marshaled_com
|
|
{
|
|
Il2CppChar* ___scheme_0;
|
|
Il2CppChar* ___delimiter_1;
|
|
int32_t ___defaultPort_2;
|
|
};
|
|
|
|
// System.ArraySegment`1<System.Byte>
|
|
struct ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA
|
|
{
|
|
public:
|
|
// T[] System.ArraySegment`1::_array
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____array_0;
|
|
// System.Int32 System.ArraySegment`1::_offset
|
|
int32_t ____offset_1;
|
|
// System.Int32 System.ArraySegment`1::_count
|
|
int32_t ____count_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____array_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__array_0() const { return ____array_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__offset_1() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____offset_1)); }
|
|
inline int32_t get__offset_1() const { return ____offset_1; }
|
|
inline int32_t* get_address_of__offset_1() { return &____offset_1; }
|
|
inline void set__offset_1(int32_t value)
|
|
{
|
|
____offset_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____count_2)); }
|
|
inline int32_t get__count_2() const { return ____count_2; }
|
|
inline int32_t* get_address_of__count_2() { return &____count_2; }
|
|
inline void set__count_2(int32_t value)
|
|
{
|
|
____count_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
|
|
{
|
|
public:
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
|
|
inline uint8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.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.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4
|
|
{
|
|
public:
|
|
// System.Object System.Collections.DictionaryEntry::_key
|
|
RuntimeObject * ____key_0;
|
|
// System.Object System.Collections.DictionaryEntry::_value
|
|
RuntimeObject * ____value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____key_0)); }
|
|
inline RuntimeObject * get__key_0() const { return ____key_0; }
|
|
inline RuntimeObject ** get_address_of__key_0() { return &____key_0; }
|
|
inline void set__key_0(RuntimeObject * value)
|
|
{
|
|
____key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____value_1)); }
|
|
inline RuntimeObject * get__value_1() const { return ____value_1; }
|
|
inline RuntimeObject ** get_address_of__value_1() { return &____value_1; }
|
|
inline void set__value_1(RuntimeObject * value)
|
|
{
|
|
____value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Collections.DictionaryEntry
|
|
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____key_0;
|
|
Il2CppIUnknown* ____value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>
|
|
struct Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int32_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___key_2)); }
|
|
inline int32_t get_key_2() const { return ___key_2; }
|
|
inline int32_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int32_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>
|
|
struct Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int64_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___key_2)); }
|
|
inline int64_t get_key_2() const { return ___key_2; }
|
|
inline int64_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int64_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>
|
|
struct Entry_t495C47A91D5A1899AF832D603308B663495EC5A8
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
bool ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___value_3)); }
|
|
inline bool get_value_3() const { return ___value_3; }
|
|
inline bool* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(bool value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>
|
|
struct Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
int32_t ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___value_3)); }
|
|
inline int32_t get_value_3() const { return ___value_3; }
|
|
inline int32_t* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(int32_t value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>
|
|
struct Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>
|
|
struct Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
uint32_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___key_2)); }
|
|
inline uint32_t get_key_2() const { return ___key_2; }
|
|
inline uint32_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(uint32_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.HashSet`1_Slot<System.Object>
|
|
struct Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.HashSet`1_Slot::next
|
|
int32_t ___next_1;
|
|
// T System.Collections.Generic.HashSet`1_Slot::value
|
|
RuntimeObject * ___value_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_2() { return static_cast<int32_t>(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___value_2)); }
|
|
inline RuntimeObject * get_value_2() const { return ___value_2; }
|
|
inline RuntimeObject ** get_address_of_value_2() { return &___value_2; }
|
|
inline void set_value_2(RuntimeObject * value)
|
|
{
|
|
___value_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
|
|
struct KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___key_0)); }
|
|
inline int32_t get_key_0() const { return ___key_0; }
|
|
inline int32_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int32_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>
|
|
struct KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int64_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA, ___key_0)); }
|
|
inline int64_t get_key_0() const { return ___key_0; }
|
|
inline int64_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int64_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>
|
|
struct KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
bool ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___value_1)); }
|
|
inline bool get_value_1() const { return ___value_1; }
|
|
inline bool* get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(bool value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>
|
|
struct KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
int32_t ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___value_1)); }
|
|
inline int32_t get_value_1() const { return ___value_1; }
|
|
inline int32_t* get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(int32_t value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
|
|
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>
|
|
struct KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
uint32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA, ___key_0)); }
|
|
inline uint32_t get_key_0() const { return ___key_0; }
|
|
inline uint32_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(uint32_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Hashtable_bucket
|
|
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083
|
|
{
|
|
public:
|
|
// System.Object System.Collections.Hashtable_bucket::key
|
|
RuntimeObject * ___key_0;
|
|
// System.Object System.Collections.Hashtable_bucket::val
|
|
RuntimeObject * ___val_1;
|
|
// System.Int32 System.Collections.Hashtable_bucket::hash_coll
|
|
int32_t ___hash_coll_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_val_1() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___val_1)); }
|
|
inline RuntimeObject * get_val_1() const { return ___val_1; }
|
|
inline RuntimeObject ** get_address_of_val_1() { return &___val_1; }
|
|
inline void set_val_1(RuntimeObject * value)
|
|
{
|
|
___val_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___val_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hash_coll_2() { return static_cast<int32_t>(offsetof(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083, ___hash_coll_2)); }
|
|
inline int32_t get_hash_coll_2() const { return ___hash_coll_2; }
|
|
inline int32_t* get_address_of_hash_coll_2() { return &___hash_coll_2; }
|
|
inline void set_hash_coll_2(int32_t value)
|
|
{
|
|
___hash_coll_2 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Collections.Hashtable/bucket
|
|
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___val_1;
|
|
int32_t ___hash_coll_2;
|
|
};
|
|
// Native definition for COM marshalling of System.Collections.Hashtable/bucket
|
|
struct bucket_t1C848488DF65838689F7773D46F9E7E8C881B083_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___val_1;
|
|
int32_t ___hash_coll_2;
|
|
};
|
|
|
|
// System.ComponentModel.AttributeCollection_AttributeEntry
|
|
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD
|
|
{
|
|
public:
|
|
// System.Type System.ComponentModel.AttributeCollection_AttributeEntry::type
|
|
Type_t * ___type_0;
|
|
// System.Int32 System.ComponentModel.AttributeCollection_AttributeEntry::index
|
|
int32_t ___index_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD, ___type_0)); }
|
|
inline Type_t * get_type_0() const { return ___type_0; }
|
|
inline Type_t ** get_address_of_type_0() { return &___type_0; }
|
|
inline void set_type_0(Type_t * value)
|
|
{
|
|
___type_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ComponentModel.AttributeCollection/AttributeEntry
|
|
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_pinvoke
|
|
{
|
|
Type_t * ___type_0;
|
|
int32_t ___index_1;
|
|
};
|
|
// Native definition for COM marshalling of System.ComponentModel.AttributeCollection/AttributeEntry
|
|
struct AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_marshaled_com
|
|
{
|
|
Type_t * ___type_0;
|
|
int32_t ___index_1;
|
|
};
|
|
|
|
// 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.Decimal
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
|
|
{
|
|
public:
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_14;
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_15;
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_16;
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
|
|
inline int32_t get_flags_14() const { return ___flags_14; }
|
|
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
|
|
inline void set_flags_14(int32_t value)
|
|
{
|
|
___flags_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
|
|
inline int32_t get_hi_15() const { return ___hi_15; }
|
|
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
|
|
inline void set_hi_15(int32_t value)
|
|
{
|
|
___hi_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
|
|
inline int32_t get_lo_16() const { return ___lo_16; }
|
|
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
|
|
inline void set_lo_16(int32_t value)
|
|
{
|
|
___lo_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
|
|
inline int32_t get_mid_17() const { return ___mid_17; }
|
|
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
|
|
inline void set_mid_17(int32_t value)
|
|
{
|
|
___mid_17 = value;
|
|
}
|
|
};
|
|
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt32[] System.Decimal::Powers10
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
|
|
// System.Decimal System.Decimal::NearNegativeZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
|
|
// System.Decimal System.Decimal::NearPositiveZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
|
|
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
|
|
{
|
|
___Powers10_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
|
|
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___Zero_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
|
|
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___One_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
|
|
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinusOne_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
|
|
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MaxValue_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
|
|
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinValue_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
|
|
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearNegativeZero_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
|
|
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearPositiveZero_13 = 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
|
|
{
|
|
};
|
|
|
|
// System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4
|
|
{
|
|
public:
|
|
// System.UInt16 System.Globalization.InternalCodePageDataItem::codePage
|
|
uint16_t ___codePage_0;
|
|
// System.UInt16 System.Globalization.InternalCodePageDataItem::uiFamilyCodePage
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
// System.UInt32 System.Globalization.InternalCodePageDataItem::flags
|
|
uint32_t ___flags_2;
|
|
// System.String System.Globalization.InternalCodePageDataItem::Names
|
|
String_t* ___Names_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_codePage_0() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___codePage_0)); }
|
|
inline uint16_t get_codePage_0() const { return ___codePage_0; }
|
|
inline uint16_t* get_address_of_codePage_0() { return &___codePage_0; }
|
|
inline void set_codePage_0(uint16_t value)
|
|
{
|
|
___codePage_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_uiFamilyCodePage_1() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___uiFamilyCodePage_1)); }
|
|
inline uint16_t get_uiFamilyCodePage_1() const { return ___uiFamilyCodePage_1; }
|
|
inline uint16_t* get_address_of_uiFamilyCodePage_1() { return &___uiFamilyCodePage_1; }
|
|
inline void set_uiFamilyCodePage_1(uint16_t value)
|
|
{
|
|
___uiFamilyCodePage_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_flags_2() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___flags_2)); }
|
|
inline uint32_t get_flags_2() const { return ___flags_2; }
|
|
inline uint32_t* get_address_of_flags_2() { return &___flags_2; }
|
|
inline void set_flags_2(uint32_t value)
|
|
{
|
|
___flags_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Names_3() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___Names_3)); }
|
|
inline String_t* get_Names_3() const { return ___Names_3; }
|
|
inline String_t** get_address_of_Names_3() { return &___Names_3; }
|
|
inline void set_Names_3(String_t* value)
|
|
{
|
|
___Names_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Names_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_marshaled_pinvoke
|
|
{
|
|
uint16_t ___codePage_0;
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
uint32_t ___flags_2;
|
|
char* ___Names_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_marshaled_com
|
|
{
|
|
uint16_t ___codePage_0;
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
uint32_t ___flags_2;
|
|
Il2CppChar* ___Names_3;
|
|
};
|
|
|
|
// System.Globalization.InternalEncodingDataItem
|
|
struct InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211
|
|
{
|
|
public:
|
|
// System.String System.Globalization.InternalEncodingDataItem::webName
|
|
String_t* ___webName_0;
|
|
// System.UInt16 System.Globalization.InternalEncodingDataItem::codePage
|
|
uint16_t ___codePage_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_webName_0() { return static_cast<int32_t>(offsetof(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211, ___webName_0)); }
|
|
inline String_t* get_webName_0() const { return ___webName_0; }
|
|
inline String_t** get_address_of_webName_0() { return &___webName_0; }
|
|
inline void set_webName_0(String_t* value)
|
|
{
|
|
___webName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___webName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_codePage_1() { return static_cast<int32_t>(offsetof(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211, ___codePage_1)); }
|
|
inline uint16_t get_codePage_1() const { return ___codePage_1; }
|
|
inline uint16_t* get_address_of_codePage_1() { return &___codePage_1; }
|
|
inline void set_codePage_1(uint16_t value)
|
|
{
|
|
___codePage_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.InternalEncodingDataItem
|
|
struct InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_marshaled_pinvoke
|
|
{
|
|
char* ___webName_0;
|
|
uint16_t ___codePage_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.InternalEncodingDataItem
|
|
struct InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_marshaled_com
|
|
{
|
|
Il2CppChar* ___webName_0;
|
|
uint16_t ___codePage_1;
|
|
};
|
|
|
|
// System.Guid
|
|
struct Guid_t
|
|
{
|
|
public:
|
|
// System.Int32 System.Guid::_a
|
|
int32_t ____a_1;
|
|
// System.Int16 System.Guid::_b
|
|
int16_t ____b_2;
|
|
// System.Int16 System.Guid::_c
|
|
int16_t ____c_3;
|
|
// System.Byte System.Guid::_d
|
|
uint8_t ____d_4;
|
|
// System.Byte System.Guid::_e
|
|
uint8_t ____e_5;
|
|
// System.Byte System.Guid::_f
|
|
uint8_t ____f_6;
|
|
// System.Byte System.Guid::_g
|
|
uint8_t ____g_7;
|
|
// System.Byte System.Guid::_h
|
|
uint8_t ____h_8;
|
|
// System.Byte System.Guid::_i
|
|
uint8_t ____i_9;
|
|
// System.Byte System.Guid::_j
|
|
uint8_t ____j_10;
|
|
// System.Byte System.Guid::_k
|
|
uint8_t ____k_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
|
|
inline int32_t get__a_1() const { return ____a_1; }
|
|
inline int32_t* get_address_of__a_1() { return &____a_1; }
|
|
inline void set__a_1(int32_t value)
|
|
{
|
|
____a_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
|
|
inline int16_t get__b_2() const { return ____b_2; }
|
|
inline int16_t* get_address_of__b_2() { return &____b_2; }
|
|
inline void set__b_2(int16_t value)
|
|
{
|
|
____b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
|
|
inline int16_t get__c_3() const { return ____c_3; }
|
|
inline int16_t* get_address_of__c_3() { return &____c_3; }
|
|
inline void set__c_3(int16_t value)
|
|
{
|
|
____c_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
|
|
inline uint8_t get__d_4() const { return ____d_4; }
|
|
inline uint8_t* get_address_of__d_4() { return &____d_4; }
|
|
inline void set__d_4(uint8_t value)
|
|
{
|
|
____d_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
|
|
inline uint8_t get__e_5() const { return ____e_5; }
|
|
inline uint8_t* get_address_of__e_5() { return &____e_5; }
|
|
inline void set__e_5(uint8_t value)
|
|
{
|
|
____e_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
|
|
inline uint8_t get__f_6() const { return ____f_6; }
|
|
inline uint8_t* get_address_of__f_6() { return &____f_6; }
|
|
inline void set__f_6(uint8_t value)
|
|
{
|
|
____f_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
|
|
inline uint8_t get__g_7() const { return ____g_7; }
|
|
inline uint8_t* get_address_of__g_7() { return &____g_7; }
|
|
inline void set__g_7(uint8_t value)
|
|
{
|
|
____g_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
|
|
inline uint8_t get__h_8() const { return ____h_8; }
|
|
inline uint8_t* get_address_of__h_8() { return &____h_8; }
|
|
inline void set__h_8(uint8_t value)
|
|
{
|
|
____h_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
|
|
inline uint8_t get__i_9() const { return ____i_9; }
|
|
inline uint8_t* get_address_of__i_9() { return &____i_9; }
|
|
inline void set__i_9(uint8_t value)
|
|
{
|
|
____i_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
|
|
inline uint8_t get__j_10() const { return ____j_10; }
|
|
inline uint8_t* get_address_of__j_10() { return &____j_10; }
|
|
inline void set__j_10(uint8_t value)
|
|
{
|
|
____j_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
|
|
inline uint8_t get__k_11() const { return ____k_11; }
|
|
inline uint8_t* get_address_of__k_11() { return &____k_11; }
|
|
inline void set__k_11(uint8_t value)
|
|
{
|
|
____k_11 = value;
|
|
}
|
|
};
|
|
|
|
struct Guid_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
// System.Object System.Guid::_rngAccess
|
|
RuntimeObject * ____rngAccess_12;
|
|
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
|
|
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
|
|
inline Guid_t get_Empty_0() const { return ___Empty_0; }
|
|
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
|
|
inline void set_Empty_0(Guid_t value)
|
|
{
|
|
___Empty_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
|
|
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
|
|
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
|
|
inline void set__rngAccess_12(RuntimeObject * value)
|
|
{
|
|
____rngAccess_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
|
|
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
|
|
{
|
|
____rng_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int16
|
|
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
|
|
{
|
|
public:
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
|
|
inline int16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32
|
|
struct Int32_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.ParameterizedStrings_FormatParam
|
|
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800
|
|
{
|
|
public:
|
|
// System.Int32 System.ParameterizedStrings_FormatParam::_int32
|
|
int32_t ____int32_0;
|
|
// System.String System.ParameterizedStrings_FormatParam::_string
|
|
String_t* ____string_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__int32_0() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____int32_0)); }
|
|
inline int32_t get__int32_0() const { return ____int32_0; }
|
|
inline int32_t* get_address_of__int32_0() { return &____int32_0; }
|
|
inline void set__int32_0(int32_t value)
|
|
{
|
|
____int32_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__string_1() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____string_1)); }
|
|
inline String_t* get__string_1() const { return ____string_1; }
|
|
inline String_t** get_address_of__string_1() { return &____string_1; }
|
|
inline void set__string_1(String_t* value)
|
|
{
|
|
____string_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam
|
|
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke
|
|
{
|
|
int32_t ____int32_0;
|
|
char* ____string_1;
|
|
};
|
|
// Native definition for COM marshalling of System.ParameterizedStrings/FormatParam
|
|
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com
|
|
{
|
|
int32_t ____int32_0;
|
|
Il2CppChar* ____string_1;
|
|
};
|
|
|
|
// System.Reflection.CustomAttributeTypedArgument
|
|
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8
|
|
{
|
|
public:
|
|
// System.Type System.Reflection.CustomAttributeTypedArgument::argumentType
|
|
Type_t * ___argumentType_0;
|
|
// System.Object System.Reflection.CustomAttributeTypedArgument::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_argumentType_0() { return static_cast<int32_t>(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___argumentType_0)); }
|
|
inline Type_t * get_argumentType_0() const { return ___argumentType_0; }
|
|
inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; }
|
|
inline void set_argumentType_0(Type_t * value)
|
|
{
|
|
___argumentType_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument
|
|
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke
|
|
{
|
|
Type_t * ___argumentType_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument
|
|
struct CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com
|
|
{
|
|
Type_t * ___argumentType_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
|
|
// System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
|
|
{
|
|
public:
|
|
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
|
|
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
|
|
{
|
|
____byRef_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
|
|
// System.Resources.ResourceLocator
|
|
struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C
|
|
{
|
|
public:
|
|
// System.Object System.Resources.ResourceLocator::_value
|
|
RuntimeObject * ____value_0;
|
|
// System.Int32 System.Resources.ResourceLocator::_dataPos
|
|
int32_t ____dataPos_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__value_0() { return static_cast<int32_t>(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____value_0)); }
|
|
inline RuntimeObject * get__value_0() const { return ____value_0; }
|
|
inline RuntimeObject ** get_address_of__value_0() { return &____value_0; }
|
|
inline void set__value_0(RuntimeObject * value)
|
|
{
|
|
____value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dataPos_1() { return static_cast<int32_t>(offsetof(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C, ____dataPos_1)); }
|
|
inline int32_t get__dataPos_1() const { return ____dataPos_1; }
|
|
inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; }
|
|
inline void set__dataPos_1(int32_t value)
|
|
{
|
|
____dataPos_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Resources.ResourceLocator
|
|
struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____value_0;
|
|
int32_t ____dataPos_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Resources.ResourceLocator
|
|
struct ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____value_0;
|
|
int32_t ____dataPos_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA
|
|
{
|
|
public:
|
|
// System.Object System.Runtime.CompilerServices.Ephemeron::key
|
|
RuntimeObject * ___key_0;
|
|
// System.Object System.Runtime.CompilerServices.Ephemeron::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>
|
|
struct TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.TaskAwaiter`1::m_task
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ___m_task_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24, ___m_task_0)); }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get_m_task_0() const { return ___m_task_0; }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of_m_task_0() { return &___m_task_0; }
|
|
inline void set_m_task_0(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
|
|
{
|
|
___m_task_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>
|
|
struct TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.TaskAwaiter`1::m_task
|
|
Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * ___m_task_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977, ___m_task_0)); }
|
|
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * get_m_task_0() const { return ___m_task_0; }
|
|
inline Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 ** get_address_of_m_task_0() { return &___m_task_0; }
|
|
inline void set_m_task_0(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * value)
|
|
{
|
|
___m_task_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.InteropServices.GCHandle::handle
|
|
int32_t ___handle_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); }
|
|
inline int32_t get_handle_0() const { return ___handle_0; }
|
|
inline int32_t* get_address_of_handle_0() { return &___handle_0; }
|
|
inline void set_handle_0(int32_t value)
|
|
{
|
|
___handle_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.SByte
|
|
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
|
|
{
|
|
public:
|
|
// System.SByte System.SByte::m_value
|
|
int8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
|
|
inline int8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Single
|
|
struct Single_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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping
|
|
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B
|
|
{
|
|
public:
|
|
// System.Char System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_chMin
|
|
Il2CppChar ____chMin_0;
|
|
// System.Char System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_chMax
|
|
Il2CppChar ____chMax_1;
|
|
// System.Int32 System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_lcOp
|
|
int32_t ____lcOp_2;
|
|
// System.Int32 System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping::_data
|
|
int32_t ____data_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__chMin_0() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____chMin_0)); }
|
|
inline Il2CppChar get__chMin_0() const { return ____chMin_0; }
|
|
inline Il2CppChar* get_address_of__chMin_0() { return &____chMin_0; }
|
|
inline void set__chMin_0(Il2CppChar value)
|
|
{
|
|
____chMin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__chMax_1() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____chMax_1)); }
|
|
inline Il2CppChar get__chMax_1() const { return ____chMax_1; }
|
|
inline Il2CppChar* get_address_of__chMax_1() { return &____chMax_1; }
|
|
inline void set__chMax_1(Il2CppChar value)
|
|
{
|
|
____chMax_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lcOp_2() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____lcOp_2)); }
|
|
inline int32_t get__lcOp_2() const { return ____lcOp_2; }
|
|
inline int32_t* get_address_of__lcOp_2() { return &____lcOp_2; }
|
|
inline void set__lcOp_2(int32_t value)
|
|
{
|
|
____lcOp_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B, ____data_3)); }
|
|
inline int32_t get__data_3() const { return ____data_3; }
|
|
inline int32_t* get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(int32_t value)
|
|
{
|
|
____data_3 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
|
|
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_pinvoke
|
|
{
|
|
uint8_t ____chMin_0;
|
|
uint8_t ____chMax_1;
|
|
int32_t ____lcOp_2;
|
|
int32_t ____data_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping
|
|
struct LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_marshaled_com
|
|
{
|
|
uint8_t ____chMin_0;
|
|
uint8_t ____chMax_1;
|
|
int32_t ____lcOp_2;
|
|
int32_t ____data_3;
|
|
};
|
|
|
|
// System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo>
|
|
struct SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE
|
|
{
|
|
public:
|
|
// System.Threading.SparselyPopulatedArrayFragment`1<T> System.Threading.SparselyPopulatedArrayAddInfo`1::m_source
|
|
SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * ___m_source_0;
|
|
// System.Int32 System.Threading.SparselyPopulatedArrayAddInfo`1::m_index
|
|
int32_t ___m_index_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE, ___m_source_0)); }
|
|
inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * get_m_source_0() const { return ___m_source_0; }
|
|
inline SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 ** get_address_of_m_source_0() { return &___m_source_0; }
|
|
inline void set_m_source_0(SparselyPopulatedArrayFragment_1_tA54224D01E2FDC03AC2867CDDC8C53E17FA933D7 * value)
|
|
{
|
|
___m_source_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_index_1() { return static_cast<int32_t>(offsetof(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE, ___m_index_1)); }
|
|
inline int32_t get_m_index_1() const { return ___m_index_1; }
|
|
inline int32_t* get_address_of_m_index_1() { return &___m_index_1; }
|
|
inline void set_m_index_1(int32_t value)
|
|
{
|
|
___m_index_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16
|
|
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
|
|
inline uint16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32
|
|
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
|
|
{
|
|
public:
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
|
|
inline uint32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt64
|
|
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
|
|
{
|
|
public:
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
|
|
inline uint64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Xml.Schema.SequenceNode_SequenceConstructPosContext
|
|
struct SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1
|
|
{
|
|
public:
|
|
// System.Xml.Schema.SequenceNode System.Xml.Schema.SequenceNode_SequenceConstructPosContext::this_
|
|
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___this__0;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::firstpos
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_1;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::lastpos
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos_2;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::lastposLeft
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastposLeft_3;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode_SequenceConstructPosContext::firstposRight
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstposRight_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_this__0() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___this__0)); }
|
|
inline SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * get_this__0() const { return ___this__0; }
|
|
inline SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 ** get_address_of_this__0() { return &___this__0; }
|
|
inline void set_this__0(SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * value)
|
|
{
|
|
___this__0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___this__0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_firstpos_1() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___firstpos_1)); }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_firstpos_1() const { return ___firstpos_1; }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_firstpos_1() { return &___firstpos_1; }
|
|
inline void set_firstpos_1(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
|
|
{
|
|
___firstpos_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___firstpos_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lastpos_2() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___lastpos_2)); }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_lastpos_2() const { return ___lastpos_2; }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_lastpos_2() { return &___lastpos_2; }
|
|
inline void set_lastpos_2(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
|
|
{
|
|
___lastpos_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___lastpos_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lastposLeft_3() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___lastposLeft_3)); }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_lastposLeft_3() const { return ___lastposLeft_3; }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_lastposLeft_3() { return &___lastposLeft_3; }
|
|
inline void set_lastposLeft_3(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
|
|
{
|
|
___lastposLeft_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___lastposLeft_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_firstposRight_4() { return static_cast<int32_t>(offsetof(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1, ___firstposRight_4)); }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C * get_firstposRight_4() const { return ___firstposRight_4; }
|
|
inline BitSet_t0E4C53EC600670A4B74C5671553596978880138C ** get_address_of_firstposRight_4() { return &___firstposRight_4; }
|
|
inline void set_firstposRight_4(BitSet_t0E4C53EC600670A4B74C5671553596978880138C * value)
|
|
{
|
|
___firstposRight_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___firstposRight_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
struct SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_pinvoke
|
|
{
|
|
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___this__0;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_1;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos_2;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastposLeft_3;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstposRight_4;
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
struct SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_marshaled_com
|
|
{
|
|
SequenceNode_tAB18F790CB1B5BCD1D984EECC17C841B00881608 * ___this__0;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstpos_1;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastpos_2;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___lastposLeft_3;
|
|
BitSet_t0E4C53EC600670A4B74C5671553596978880138C * ___firstposRight_4;
|
|
};
|
|
|
|
// System.Xml.XmlNamespaceManager_NamespaceDeclaration
|
|
struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A
|
|
{
|
|
public:
|
|
// System.String System.Xml.XmlNamespaceManager_NamespaceDeclaration::prefix
|
|
String_t* ___prefix_0;
|
|
// System.String System.Xml.XmlNamespaceManager_NamespaceDeclaration::uri
|
|
String_t* ___uri_1;
|
|
// System.Int32 System.Xml.XmlNamespaceManager_NamespaceDeclaration::scopeId
|
|
int32_t ___scopeId_2;
|
|
// System.Int32 System.Xml.XmlNamespaceManager_NamespaceDeclaration::previousNsIndex
|
|
int32_t ___previousNsIndex_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_prefix_0() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___prefix_0)); }
|
|
inline String_t* get_prefix_0() const { return ___prefix_0; }
|
|
inline String_t** get_address_of_prefix_0() { return &___prefix_0; }
|
|
inline void set_prefix_0(String_t* value)
|
|
{
|
|
___prefix_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_uri_1() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___uri_1)); }
|
|
inline String_t* get_uri_1() const { return ___uri_1; }
|
|
inline String_t** get_address_of_uri_1() { return &___uri_1; }
|
|
inline void set_uri_1(String_t* value)
|
|
{
|
|
___uri_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_scopeId_2() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___scopeId_2)); }
|
|
inline int32_t get_scopeId_2() const { return ___scopeId_2; }
|
|
inline int32_t* get_address_of_scopeId_2() { return &___scopeId_2; }
|
|
inline void set_scopeId_2(int32_t value)
|
|
{
|
|
___scopeId_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_previousNsIndex_3() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___previousNsIndex_3)); }
|
|
inline int32_t get_previousNsIndex_3() const { return ___previousNsIndex_3; }
|
|
inline int32_t* get_address_of_previousNsIndex_3() { return &___previousNsIndex_3; }
|
|
inline void set_previousNsIndex_3(int32_t value)
|
|
{
|
|
___previousNsIndex_3 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration
|
|
struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke
|
|
{
|
|
char* ___prefix_0;
|
|
char* ___uri_1;
|
|
int32_t ___scopeId_2;
|
|
int32_t ___previousNsIndex_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration
|
|
struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com
|
|
{
|
|
Il2CppChar* ___prefix_0;
|
|
Il2CppChar* ___uri_1;
|
|
int32_t ___scopeId_2;
|
|
int32_t ___previousNsIndex_3;
|
|
};
|
|
|
|
// System.Xml.XmlTextReaderImpl_ParsingState
|
|
struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2
|
|
{
|
|
public:
|
|
// System.Char[] System.Xml.XmlTextReaderImpl_ParsingState::chars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars_0;
|
|
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::charPos
|
|
int32_t ___charPos_1;
|
|
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::charsUsed
|
|
int32_t ___charsUsed_2;
|
|
// System.Text.Encoding System.Xml.XmlTextReaderImpl_ParsingState::encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3;
|
|
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::appendMode
|
|
bool ___appendMode_4;
|
|
// System.IO.Stream System.Xml.XmlTextReaderImpl_ParsingState::stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
|
|
// System.Text.Decoder System.Xml.XmlTextReaderImpl_ParsingState::decoder
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6;
|
|
// System.Byte[] System.Xml.XmlTextReaderImpl_ParsingState::bytes
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes_7;
|
|
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::bytePos
|
|
int32_t ___bytePos_8;
|
|
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::bytesUsed
|
|
int32_t ___bytesUsed_9;
|
|
// System.IO.TextReader System.Xml.XmlTextReaderImpl_ParsingState::textReader
|
|
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10;
|
|
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::lineNo
|
|
int32_t ___lineNo_11;
|
|
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::lineStartPos
|
|
int32_t ___lineStartPos_12;
|
|
// System.String System.Xml.XmlTextReaderImpl_ParsingState::baseUriStr
|
|
String_t* ___baseUriStr_13;
|
|
// System.Uri System.Xml.XmlTextReaderImpl_ParsingState::baseUri
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14;
|
|
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::isEof
|
|
bool ___isEof_15;
|
|
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::isStreamEof
|
|
bool ___isStreamEof_16;
|
|
// System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl_ParsingState::entity
|
|
RuntimeObject* ___entity_17;
|
|
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::entityId
|
|
int32_t ___entityId_18;
|
|
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::eolNormalized
|
|
bool ___eolNormalized_19;
|
|
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::entityResolvedManually
|
|
bool ___entityResolvedManually_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_chars_0() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___chars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_chars_0() const { return ___chars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_chars_0() { return &___chars_0; }
|
|
inline void set_chars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___chars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___chars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charPos_1() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___charPos_1)); }
|
|
inline int32_t get_charPos_1() const { return ___charPos_1; }
|
|
inline int32_t* get_address_of_charPos_1() { return &___charPos_1; }
|
|
inline void set_charPos_1(int32_t value)
|
|
{
|
|
___charPos_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charsUsed_2() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___charsUsed_2)); }
|
|
inline int32_t get_charsUsed_2() const { return ___charsUsed_2; }
|
|
inline int32_t* get_address_of_charsUsed_2() { return &___charsUsed_2; }
|
|
inline void set_charsUsed_2(int32_t value)
|
|
{
|
|
___charsUsed_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoding_3() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_3() const { return ___encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_3() { return &___encoding_3; }
|
|
inline void set_encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_appendMode_4() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___appendMode_4)); }
|
|
inline bool get_appendMode_4() const { return ___appendMode_4; }
|
|
inline bool* get_address_of_appendMode_4() { return &___appendMode_4; }
|
|
inline void set_appendMode_4(bool value)
|
|
{
|
|
___appendMode_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___stream_5)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
|
|
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___stream_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoder_6() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___decoder_6)); }
|
|
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_6() const { return ___decoder_6; }
|
|
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_6() { return &___decoder_6; }
|
|
inline void set_decoder_6(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
|
|
{
|
|
___decoder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoder_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bytes_7() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytes_7)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bytes_7() const { return ___bytes_7; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bytes_7() { return &___bytes_7; }
|
|
inline void set_bytes_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___bytes_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bytes_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bytePos_8() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytePos_8)); }
|
|
inline int32_t get_bytePos_8() const { return ___bytePos_8; }
|
|
inline int32_t* get_address_of_bytePos_8() { return &___bytePos_8; }
|
|
inline void set_bytePos_8(int32_t value)
|
|
{
|
|
___bytePos_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bytesUsed_9() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytesUsed_9)); }
|
|
inline int32_t get_bytesUsed_9() const { return ___bytesUsed_9; }
|
|
inline int32_t* get_address_of_bytesUsed_9() { return &___bytesUsed_9; }
|
|
inline void set_bytesUsed_9(int32_t value)
|
|
{
|
|
___bytesUsed_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textReader_10() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___textReader_10)); }
|
|
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_textReader_10() const { return ___textReader_10; }
|
|
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_textReader_10() { return &___textReader_10; }
|
|
inline void set_textReader_10(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
|
|
{
|
|
___textReader_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textReader_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lineNo_11() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___lineNo_11)); }
|
|
inline int32_t get_lineNo_11() const { return ___lineNo_11; }
|
|
inline int32_t* get_address_of_lineNo_11() { return &___lineNo_11; }
|
|
inline void set_lineNo_11(int32_t value)
|
|
{
|
|
___lineNo_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lineStartPos_12() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___lineStartPos_12)); }
|
|
inline int32_t get_lineStartPos_12() const { return ___lineStartPos_12; }
|
|
inline int32_t* get_address_of_lineStartPos_12() { return &___lineStartPos_12; }
|
|
inline void set_lineStartPos_12(int32_t value)
|
|
{
|
|
___lineStartPos_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_baseUriStr_13() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___baseUriStr_13)); }
|
|
inline String_t* get_baseUriStr_13() const { return ___baseUriStr_13; }
|
|
inline String_t** get_address_of_baseUriStr_13() { return &___baseUriStr_13; }
|
|
inline void set_baseUriStr_13(String_t* value)
|
|
{
|
|
___baseUriStr_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___baseUriStr_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_baseUri_14() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___baseUri_14)); }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_baseUri_14() const { return ___baseUri_14; }
|
|
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_baseUri_14() { return &___baseUri_14; }
|
|
inline void set_baseUri_14(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
|
|
{
|
|
___baseUri_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___baseUri_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isEof_15() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___isEof_15)); }
|
|
inline bool get_isEof_15() const { return ___isEof_15; }
|
|
inline bool* get_address_of_isEof_15() { return &___isEof_15; }
|
|
inline void set_isEof_15(bool value)
|
|
{
|
|
___isEof_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isStreamEof_16() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___isStreamEof_16)); }
|
|
inline bool get_isStreamEof_16() const { return ___isStreamEof_16; }
|
|
inline bool* get_address_of_isStreamEof_16() { return &___isStreamEof_16; }
|
|
inline void set_isStreamEof_16(bool value)
|
|
{
|
|
___isStreamEof_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entity_17() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entity_17)); }
|
|
inline RuntimeObject* get_entity_17() const { return ___entity_17; }
|
|
inline RuntimeObject** get_address_of_entity_17() { return &___entity_17; }
|
|
inline void set_entity_17(RuntimeObject* value)
|
|
{
|
|
___entity_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entity_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entityId_18() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entityId_18)); }
|
|
inline int32_t get_entityId_18() const { return ___entityId_18; }
|
|
inline int32_t* get_address_of_entityId_18() { return &___entityId_18; }
|
|
inline void set_entityId_18(int32_t value)
|
|
{
|
|
___entityId_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_eolNormalized_19() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___eolNormalized_19)); }
|
|
inline bool get_eolNormalized_19() const { return ___eolNormalized_19; }
|
|
inline bool* get_address_of_eolNormalized_19() { return &___eolNormalized_19; }
|
|
inline void set_eolNormalized_19(bool value)
|
|
{
|
|
___eolNormalized_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entityResolvedManually_20() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entityResolvedManually_20)); }
|
|
inline bool get_entityResolvedManually_20() const { return ___entityResolvedManually_20; }
|
|
inline bool* get_address_of_entityResolvedManually_20() { return &___entityResolvedManually_20; }
|
|
inline void set_entityResolvedManually_20(bool value)
|
|
{
|
|
___entityResolvedManually_20 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Xml.XmlTextReaderImpl/ParsingState
|
|
struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_pinvoke
|
|
{
|
|
uint8_t* ___chars_0;
|
|
int32_t ___charPos_1;
|
|
int32_t ___charsUsed_2;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3;
|
|
int32_t ___appendMode_4;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6;
|
|
Il2CppSafeArray/*NONE*/* ___bytes_7;
|
|
int32_t ___bytePos_8;
|
|
int32_t ___bytesUsed_9;
|
|
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10;
|
|
int32_t ___lineNo_11;
|
|
int32_t ___lineStartPos_12;
|
|
char* ___baseUriStr_13;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14;
|
|
int32_t ___isEof_15;
|
|
int32_t ___isStreamEof_16;
|
|
RuntimeObject* ___entity_17;
|
|
int32_t ___entityId_18;
|
|
int32_t ___eolNormalized_19;
|
|
int32_t ___entityResolvedManually_20;
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.XmlTextReaderImpl/ParsingState
|
|
struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_com
|
|
{
|
|
uint8_t* ___chars_0;
|
|
int32_t ___charPos_1;
|
|
int32_t ___charsUsed_2;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3;
|
|
int32_t ___appendMode_4;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6;
|
|
Il2CppSafeArray/*NONE*/* ___bytes_7;
|
|
int32_t ___bytePos_8;
|
|
int32_t ___bytesUsed_9;
|
|
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10;
|
|
int32_t ___lineNo_11;
|
|
int32_t ___lineStartPos_12;
|
|
Il2CppChar* ___baseUriStr_13;
|
|
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14;
|
|
int32_t ___isEof_15;
|
|
int32_t ___isStreamEof_16;
|
|
RuntimeObject* ___entity_17;
|
|
int32_t ___entityId_18;
|
|
int32_t ___eolNormalized_19;
|
|
int32_t ___entityResolvedManually_20;
|
|
};
|
|
|
|
// UnityEngine.AccelerationEvent
|
|
struct AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.AccelerationEvent::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.AccelerationEvent::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.AccelerationEvent::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.AccelerationEvent::m_TimeDelta
|
|
float ___m_TimeDelta_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___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(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___z_2)); }
|
|
inline float get_z_2() const { return ___z_2; }
|
|
inline float* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(float value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TimeDelta_3() { return static_cast<int32_t>(offsetof(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4, ___m_TimeDelta_3)); }
|
|
inline float get_m_TimeDelta_3() const { return ___m_TimeDelta_3; }
|
|
inline float* get_address_of_m_TimeDelta_3() { return &___m_TimeDelta_3; }
|
|
inline void set_m_TimeDelta_3(float value)
|
|
{
|
|
___m_TimeDelta_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorClipInfo
|
|
struct AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorClipInfo::m_ClipInstanceID
|
|
int32_t ___m_ClipInstanceID_0;
|
|
// System.Single UnityEngine.AnimatorClipInfo::m_Weight
|
|
float ___m_Weight_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ClipInstanceID_0() { return static_cast<int32_t>(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_ClipInstanceID_0)); }
|
|
inline int32_t get_m_ClipInstanceID_0() const { return ___m_ClipInstanceID_0; }
|
|
inline int32_t* get_address_of_m_ClipInstanceID_0() { return &___m_ClipInstanceID_0; }
|
|
inline void set_m_ClipInstanceID_0(int32_t value)
|
|
{
|
|
___m_ClipInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Weight_1() { return static_cast<int32_t>(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_Weight_1)); }
|
|
inline float get_m_Weight_1() const { return ___m_Weight_1; }
|
|
inline float* get_address_of_m_Weight_1() { return &___m_Weight_1; }
|
|
inline void set_m_Weight_1(float value)
|
|
{
|
|
___m_Weight_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.BeforeRenderHelper_OrderBlock
|
|
struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.BeforeRenderHelper_OrderBlock::order
|
|
int32_t ___order_0;
|
|
// UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper_OrderBlock::callback
|
|
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_order_0() { return static_cast<int32_t>(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___order_0)); }
|
|
inline int32_t get_order_0() const { return ___order_0; }
|
|
inline int32_t* get_address_of_order_0() { return &___order_0; }
|
|
inline void set_order_0(int32_t value)
|
|
{
|
|
___order_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___callback_1)); }
|
|
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_callback_1() const { return ___callback_1; }
|
|
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_callback_1() { return &___callback_1; }
|
|
inline void set_callback_1(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
|
|
{
|
|
___callback_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock
|
|
struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke
|
|
{
|
|
int32_t ___order_0;
|
|
Il2CppMethodPointer ___callback_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock
|
|
struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com
|
|
{
|
|
int32_t ___order_0;
|
|
Il2CppMethodPointer ___callback_1;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
|
|
inline float get_r_0() const { return ___r_0; }
|
|
inline float* get_address_of_r_0() { return &___r_0; }
|
|
inline void set_r_0(float value)
|
|
{
|
|
___r_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
|
|
inline float get_g_1() const { return ___g_1; }
|
|
inline float* get_address_of_g_1() { return &___g_1; }
|
|
inline void set_g_1(float value)
|
|
{
|
|
___g_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
|
|
inline float get_b_2() const { return ___b_2; }
|
|
inline float* get_address_of_b_2() { return &___b_2; }
|
|
inline void set_b_2(float value)
|
|
{
|
|
___b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
|
|
inline float get_a_3() const { return ___a_3; }
|
|
inline float* get_address_of_a_3() { return &___a_3; }
|
|
inline void set_a_3(float value)
|
|
{
|
|
___a_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.Color32::rgba
|
|
int32_t ___rgba_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.Color32::r
|
|
uint8_t ___r_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding[1];
|
|
// System.Byte UnityEngine.Color32::g
|
|
uint8_t ___g_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_2_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding[2];
|
|
// System.Byte UnityEngine.Color32::b
|
|
uint8_t ___b_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_3_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding[3];
|
|
// System.Byte UnityEngine.Color32::a
|
|
uint8_t ___a_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_4_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
|
|
inline int32_t get_rgba_0() const { return ___rgba_0; }
|
|
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
|
|
inline void set_rgba_0(int32_t value)
|
|
{
|
|
___rgba_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
|
|
inline uint8_t get_r_1() const { return ___r_1; }
|
|
inline uint8_t* get_address_of_r_1() { return &___r_1; }
|
|
inline void set_r_1(uint8_t value)
|
|
{
|
|
___r_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
|
|
inline uint8_t get_g_2() const { return ___g_2; }
|
|
inline uint8_t* get_address_of_g_2() { return &___g_2; }
|
|
inline void set_g_2(uint8_t value)
|
|
{
|
|
___g_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
|
|
inline uint8_t get_b_3() const { return ___b_3; }
|
|
inline uint8_t* get_address_of_b_3() { return &___b_3; }
|
|
inline void set_b_3(uint8_t value)
|
|
{
|
|
___b_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
|
|
inline uint8_t get_a_4() const { return ___a_4; }
|
|
inline uint8_t* get_address_of_a_4() { return &___a_4; }
|
|
inline void set_a_4(uint8_t value)
|
|
{
|
|
___a_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LinearColor
|
|
struct LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_red
|
|
float ___m_red_0;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_green
|
|
float ___m_green_1;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_blue
|
|
float ___m_blue_2;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LinearColor::m_intensity
|
|
float ___m_intensity_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_red_0() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_red_0)); }
|
|
inline float get_m_red_0() const { return ___m_red_0; }
|
|
inline float* get_address_of_m_red_0() { return &___m_red_0; }
|
|
inline void set_m_red_0(float value)
|
|
{
|
|
___m_red_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_green_1() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_green_1)); }
|
|
inline float get_m_green_1() const { return ___m_green_1; }
|
|
inline float* get_address_of_m_green_1() { return &___m_green_1; }
|
|
inline void set_m_green_1(float value)
|
|
{
|
|
___m_green_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_blue_2() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_blue_2)); }
|
|
inline float get_m_blue_2() const { return ___m_blue_2; }
|
|
inline float* get_address_of_m_blue_2() { return &___m_blue_2; }
|
|
inline void set_m_blue_2(float value)
|
|
{
|
|
___m_blue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_intensity_3() { return static_cast<int32_t>(offsetof(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD, ___m_intensity_3)); }
|
|
inline float get_m_intensity_3() const { return ___m_intensity_3; }
|
|
inline float* get_address_of_m_intensity_3() { return &___m_intensity_3; }
|
|
inline void set_m_intensity_3(float value)
|
|
{
|
|
___m_intensity_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord
|
|
struct TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord::tileX
|
|
int32_t ___tileX_0;
|
|
// System.Int32 UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord::tileZ
|
|
int32_t ___tileZ_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_tileX_0() { return static_cast<int32_t>(offsetof(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA, ___tileX_0)); }
|
|
inline int32_t get_tileX_0() const { return ___tileX_0; }
|
|
inline int32_t* get_address_of_tileX_0() { return &___tileX_0; }
|
|
inline void set_tileX_0(int32_t value)
|
|
{
|
|
___tileX_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tileZ_1() { return static_cast<int32_t>(offsetof(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA, ___tileZ_1)); }
|
|
inline int32_t get_tileZ_1() const { return ___tileZ_1; }
|
|
inline int32_t* get_address_of_tileZ_1() { return &___tileZ_1; }
|
|
inline void set_tileZ_1(int32_t value)
|
|
{
|
|
___tileZ_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Keyframe
|
|
struct Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Keyframe::m_Time
|
|
float ___m_Time_0;
|
|
// System.Single UnityEngine.Keyframe::m_Value
|
|
float ___m_Value_1;
|
|
// System.Single UnityEngine.Keyframe::m_InTangent
|
|
float ___m_InTangent_2;
|
|
// System.Single UnityEngine.Keyframe::m_OutTangent
|
|
float ___m_OutTangent_3;
|
|
// System.Int32 UnityEngine.Keyframe::m_WeightedMode
|
|
int32_t ___m_WeightedMode_4;
|
|
// System.Single UnityEngine.Keyframe::m_InWeight
|
|
float ___m_InWeight_5;
|
|
// System.Single UnityEngine.Keyframe::m_OutWeight
|
|
float ___m_OutWeight_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Time_0() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Time_0)); }
|
|
inline float get_m_Time_0() const { return ___m_Time_0; }
|
|
inline float* get_address_of_m_Time_0() { return &___m_Time_0; }
|
|
inline void set_m_Time_0(float value)
|
|
{
|
|
___m_Time_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Value_1() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Value_1)); }
|
|
inline float get_m_Value_1() const { return ___m_Value_1; }
|
|
inline float* get_address_of_m_Value_1() { return &___m_Value_1; }
|
|
inline void set_m_Value_1(float value)
|
|
{
|
|
___m_Value_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InTangent_2() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InTangent_2)); }
|
|
inline float get_m_InTangent_2() const { return ___m_InTangent_2; }
|
|
inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; }
|
|
inline void set_m_InTangent_2(float value)
|
|
{
|
|
___m_InTangent_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutTangent_3)); }
|
|
inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; }
|
|
inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; }
|
|
inline void set_m_OutTangent_3(float value)
|
|
{
|
|
___m_OutTangent_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_WeightedMode_4() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_WeightedMode_4)); }
|
|
inline int32_t get_m_WeightedMode_4() const { return ___m_WeightedMode_4; }
|
|
inline int32_t* get_address_of_m_WeightedMode_4() { return &___m_WeightedMode_4; }
|
|
inline void set_m_WeightedMode_4(int32_t value)
|
|
{
|
|
___m_WeightedMode_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InWeight_5() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InWeight_5)); }
|
|
inline float get_m_InWeight_5() const { return ___m_InWeight_5; }
|
|
inline float* get_address_of_m_InWeight_5() { return &___m_InWeight_5; }
|
|
inline void set_m_InWeight_5(float value)
|
|
{
|
|
___m_InWeight_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OutWeight_6() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutWeight_6)); }
|
|
inline float get_m_OutWeight_6() const { return ___m_OutWeight_6; }
|
|
inline float* get_address_of_m_OutWeight_6() { return &___m_OutWeight_6; }
|
|
inline void set_m_OutWeight_6(float value)
|
|
{
|
|
___m_OutWeight_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
|
|
inline float get_m00_0() const { return ___m00_0; }
|
|
inline float* get_address_of_m00_0() { return &___m00_0; }
|
|
inline void set_m00_0(float value)
|
|
{
|
|
___m00_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
|
|
inline float get_m10_1() const { return ___m10_1; }
|
|
inline float* get_address_of_m10_1() { return &___m10_1; }
|
|
inline void set_m10_1(float value)
|
|
{
|
|
___m10_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
|
|
inline float get_m20_2() const { return ___m20_2; }
|
|
inline float* get_address_of_m20_2() { return &___m20_2; }
|
|
inline void set_m20_2(float value)
|
|
{
|
|
___m20_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
|
|
inline float get_m30_3() const { return ___m30_3; }
|
|
inline float* get_address_of_m30_3() { return &___m30_3; }
|
|
inline void set_m30_3(float value)
|
|
{
|
|
___m30_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
|
|
inline float get_m01_4() const { return ___m01_4; }
|
|
inline float* get_address_of_m01_4() { return &___m01_4; }
|
|
inline void set_m01_4(float value)
|
|
{
|
|
___m01_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
|
|
inline float get_m11_5() const { return ___m11_5; }
|
|
inline float* get_address_of_m11_5() { return &___m11_5; }
|
|
inline void set_m11_5(float value)
|
|
{
|
|
___m11_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
|
|
inline float get_m21_6() const { return ___m21_6; }
|
|
inline float* get_address_of_m21_6() { return &___m21_6; }
|
|
inline void set_m21_6(float value)
|
|
{
|
|
___m21_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
|
|
inline float get_m31_7() const { return ___m31_7; }
|
|
inline float* get_address_of_m31_7() { return &___m31_7; }
|
|
inline void set_m31_7(float value)
|
|
{
|
|
___m31_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
|
|
inline float get_m02_8() const { return ___m02_8; }
|
|
inline float* get_address_of_m02_8() { return &___m02_8; }
|
|
inline void set_m02_8(float value)
|
|
{
|
|
___m02_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
|
|
inline float get_m12_9() const { return ___m12_9; }
|
|
inline float* get_address_of_m12_9() { return &___m12_9; }
|
|
inline void set_m12_9(float value)
|
|
{
|
|
___m12_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
|
|
inline float get_m22_10() const { return ___m22_10; }
|
|
inline float* get_address_of_m22_10() { return &___m22_10; }
|
|
inline void set_m22_10(float value)
|
|
{
|
|
___m22_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
|
|
inline float get_m32_11() const { return ___m32_11; }
|
|
inline float* get_address_of_m32_11() { return &___m32_11; }
|
|
inline void set_m32_11(float value)
|
|
{
|
|
___m32_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
|
|
inline float get_m03_12() const { return ___m03_12; }
|
|
inline float* get_address_of_m03_12() { return &___m03_12; }
|
|
inline void set_m03_12(float value)
|
|
{
|
|
___m03_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
|
|
inline float get_m13_13() const { return ___m13_13; }
|
|
inline float* get_address_of_m13_13() { return &___m13_13; }
|
|
inline void set_m13_13(float value)
|
|
{
|
|
___m13_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
|
|
inline float get_m23_14() const { return ___m23_14; }
|
|
inline float* get_address_of_m23_14() { return &___m23_14; }
|
|
inline void set_m23_14(float value)
|
|
{
|
|
___m23_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
|
|
inline float get_m33_15() const { return ___m33_15; }
|
|
inline float* get_address_of_m33_15() { return &___m33_15; }
|
|
inline void set_m33_15(float value)
|
|
{
|
|
___m33_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
|
|
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___zeroMatrix_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
|
|
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___identityMatrix_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.PropertyName
|
|
struct PropertyName_t75EB843FEA2EC372093479A35C24364D2DF98529
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.PropertyName::id
|
|
int32_t ___id_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_id_0() { return static_cast<int32_t>(offsetof(PropertyName_t75EB843FEA2EC372093479A35C24364D2DF98529, ___id_0)); }
|
|
inline int32_t get_id_0() const { return ___id_0; }
|
|
inline int32_t* get_address_of_id_0() { return &___id_0; }
|
|
inline void set_id_0(int32_t value)
|
|
{
|
|
___id_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); }
|
|
inline float get_x_0() const { return ___x_0; }
|
|
inline float* get_address_of_x_0() { return &___x_0; }
|
|
inline void set_x_0(float value)
|
|
{
|
|
___x_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); }
|
|
inline float get_z_2() const { return ___z_2; }
|
|
inline float* get_address_of_z_2() { return &___z_2; }
|
|
inline void set_z_2(float value)
|
|
{
|
|
___z_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); }
|
|
inline float get_w_3() const { return ___w_3; }
|
|
inline float* get_address_of_w_3() { return &___w_3; }
|
|
inline void set_w_3(float value)
|
|
{
|
|
___w_3 = value;
|
|
}
|
|
};
|
|
|
|
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; }
|
|
inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___identityQuaternion_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Rect::m_XMin
|
|
float ___m_XMin_0;
|
|
// System.Single UnityEngine.Rect::m_YMin
|
|
float ___m_YMin_1;
|
|
// System.Single UnityEngine.Rect::m_Width
|
|
float ___m_Width_2;
|
|
// System.Single UnityEngine.Rect::m_Height
|
|
float ___m_Height_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
|
|
inline float get_m_XMin_0() const { return ___m_XMin_0; }
|
|
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
|
|
inline void set_m_XMin_0(float value)
|
|
{
|
|
___m_XMin_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
|
|
inline float get_m_YMin_1() const { return ___m_YMin_1; }
|
|
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
|
|
inline void set_m_YMin_1(float value)
|
|
{
|
|
___m_YMin_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
|
|
inline float get_m_Width_2() const { return ___m_Width_2; }
|
|
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
|
|
inline void set_m_Width_2(float value)
|
|
{
|
|
___m_Width_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
|
|
inline float get_m_Height_3() const { return ___m_Height_3; }
|
|
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
|
|
inline void set_m_Height_3(float value)
|
|
{
|
|
___m_Height_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.BatchVisibility
|
|
struct BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.BatchVisibility::offset
|
|
int32_t ___offset_0;
|
|
// System.Int32 UnityEngine.Rendering.BatchVisibility::instancesCount
|
|
int32_t ___instancesCount_1;
|
|
// System.Int32 UnityEngine.Rendering.BatchVisibility::visibleCount
|
|
int32_t ___visibleCount_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_offset_0() { return static_cast<int32_t>(offsetof(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062, ___offset_0)); }
|
|
inline int32_t get_offset_0() const { return ___offset_0; }
|
|
inline int32_t* get_address_of_offset_0() { return &___offset_0; }
|
|
inline void set_offset_0(int32_t value)
|
|
{
|
|
___offset_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_instancesCount_1() { return static_cast<int32_t>(offsetof(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062, ___instancesCount_1)); }
|
|
inline int32_t get_instancesCount_1() const { return ___instancesCount_1; }
|
|
inline int32_t* get_address_of_instancesCount_1() { return &___instancesCount_1; }
|
|
inline void set_instancesCount_1(int32_t value)
|
|
{
|
|
___instancesCount_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_visibleCount_2() { return static_cast<int32_t>(offsetof(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062, ___visibleCount_2)); }
|
|
inline int32_t get_visibleCount_2() const { return ___visibleCount_2; }
|
|
inline int32_t* get_address_of_visibleCount_2() { return &___visibleCount_2; }
|
|
inline void set_visibleCount_2(int32_t value)
|
|
{
|
|
___visibleCount_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rendering.ReflectionProbeBlendInfo
|
|
struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F
|
|
{
|
|
public:
|
|
// UnityEngine.ReflectionProbe UnityEngine.Rendering.ReflectionProbeBlendInfo::probe
|
|
ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0;
|
|
// System.Single UnityEngine.Rendering.ReflectionProbeBlendInfo::weight
|
|
float ___weight_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_probe_0() { return static_cast<int32_t>(offsetof(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F, ___probe_0)); }
|
|
inline ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * get_probe_0() const { return ___probe_0; }
|
|
inline ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C ** get_address_of_probe_0() { return &___probe_0; }
|
|
inline void set_probe_0(ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * value)
|
|
{
|
|
___probe_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___probe_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_weight_1() { return static_cast<int32_t>(offsetof(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F, ___weight_1)); }
|
|
inline float get_weight_1() const { return ___weight_1; }
|
|
inline float* get_address_of_weight_1() { return &___weight_1; }
|
|
inline void set_weight_1(float value)
|
|
{
|
|
___weight_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo
|
|
struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_marshaled_pinvoke
|
|
{
|
|
ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0;
|
|
float ___weight_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Rendering.ReflectionProbeBlendInfo
|
|
struct ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_marshaled_com
|
|
{
|
|
ReflectionProbe_t8CA59E05D8F20EDFE174BFF49CD3FB2DC62F207C * ___probe_0;
|
|
float ___weight_1;
|
|
};
|
|
|
|
// UnityEngine.Resolution
|
|
struct Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Resolution::m_Width
|
|
int32_t ___m_Width_0;
|
|
// System.Int32 UnityEngine.Resolution::m_Height
|
|
int32_t ___m_Height_1;
|
|
// System.Int32 UnityEngine.Resolution::m_RefreshRate
|
|
int32_t ___m_RefreshRate_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Width_0() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Width_0)); }
|
|
inline int32_t get_m_Width_0() const { return ___m_Width_0; }
|
|
inline int32_t* get_address_of_m_Width_0() { return &___m_Width_0; }
|
|
inline void set_m_Width_0(int32_t value)
|
|
{
|
|
___m_Width_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Height_1() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_Height_1)); }
|
|
inline int32_t get_m_Height_1() const { return ___m_Height_1; }
|
|
inline int32_t* get_address_of_m_Height_1() { return &___m_Height_1; }
|
|
inline void set_m_Height_1(int32_t value)
|
|
{
|
|
___m_Height_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RefreshRate_2() { return static_cast<int32_t>(offsetof(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90, ___m_RefreshRate_2)); }
|
|
inline int32_t get_m_RefreshRate_2() const { return ___m_RefreshRate_2; }
|
|
inline int32_t* get_address_of_m_RefreshRate_2() { return &___m_RefreshRate_2; }
|
|
inline void set_m_RefreshRate_2(int32_t value)
|
|
{
|
|
___m_RefreshRate_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.SendMouseEvents_HitInfo
|
|
struct HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746
|
|
{
|
|
public:
|
|
// UnityEngine.GameObject UnityEngine.SendMouseEvents_HitInfo::target
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target_0;
|
|
// UnityEngine.Camera UnityEngine.SendMouseEvents_HitInfo::camera
|
|
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_target_0() { return static_cast<int32_t>(offsetof(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746, ___target_0)); }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_target_0() const { return ___target_0; }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_target_0() { return &___target_0; }
|
|
inline void set_target_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
|
|
{
|
|
___target_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___target_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_camera_1() { return static_cast<int32_t>(offsetof(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746, ___camera_1)); }
|
|
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_camera_1() const { return ___camera_1; }
|
|
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_camera_1() { return &___camera_1; }
|
|
inline void set_camera_1(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
|
|
{
|
|
___camera_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___camera_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.SendMouseEvents/HitInfo
|
|
struct HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_marshaled_pinvoke
|
|
{
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target_0;
|
|
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.SendMouseEvents/HitInfo
|
|
struct HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_marshaled_com
|
|
{
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target_0;
|
|
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_1;
|
|
};
|
|
|
|
// UnityEngine.SocialPlatforms.GameCenter.GcAchievementData
|
|
struct GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55
|
|
{
|
|
public:
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Identifier
|
|
String_t* ___m_Identifier_0;
|
|
// System.Double UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_PercentCompleted
|
|
double ___m_PercentCompleted_1;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Completed
|
|
int32_t ___m_Completed_2;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_Hidden
|
|
int32_t ___m_Hidden_3;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::m_LastReportedDate
|
|
int32_t ___m_LastReportedDate_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Identifier_0() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_Identifier_0)); }
|
|
inline String_t* get_m_Identifier_0() const { return ___m_Identifier_0; }
|
|
inline String_t** get_address_of_m_Identifier_0() { return &___m_Identifier_0; }
|
|
inline void set_m_Identifier_0(String_t* value)
|
|
{
|
|
___m_Identifier_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Identifier_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PercentCompleted_1() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_PercentCompleted_1)); }
|
|
inline double get_m_PercentCompleted_1() const { return ___m_PercentCompleted_1; }
|
|
inline double* get_address_of_m_PercentCompleted_1() { return &___m_PercentCompleted_1; }
|
|
inline void set_m_PercentCompleted_1(double value)
|
|
{
|
|
___m_PercentCompleted_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Completed_2() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_Completed_2)); }
|
|
inline int32_t get_m_Completed_2() const { return ___m_Completed_2; }
|
|
inline int32_t* get_address_of_m_Completed_2() { return &___m_Completed_2; }
|
|
inline void set_m_Completed_2(int32_t value)
|
|
{
|
|
___m_Completed_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Hidden_3() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_Hidden_3)); }
|
|
inline int32_t get_m_Hidden_3() const { return ___m_Hidden_3; }
|
|
inline int32_t* get_address_of_m_Hidden_3() { return &___m_Hidden_3; }
|
|
inline void set_m_Hidden_3(int32_t value)
|
|
{
|
|
___m_Hidden_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_LastReportedDate_4() { return static_cast<int32_t>(offsetof(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55, ___m_LastReportedDate_4)); }
|
|
inline int32_t get_m_LastReportedDate_4() const { return ___m_LastReportedDate_4; }
|
|
inline int32_t* get_address_of_m_LastReportedDate_4() { return &___m_LastReportedDate_4; }
|
|
inline void set_m_LastReportedDate_4(int32_t value)
|
|
{
|
|
___m_LastReportedDate_4 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.SocialPlatforms.GameCenter.GcAchievementData
|
|
struct GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_marshaled_pinvoke
|
|
{
|
|
char* ___m_Identifier_0;
|
|
double ___m_PercentCompleted_1;
|
|
int32_t ___m_Completed_2;
|
|
int32_t ___m_Hidden_3;
|
|
int32_t ___m_LastReportedDate_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.SocialPlatforms.GameCenter.GcAchievementData
|
|
struct GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Identifier_0;
|
|
double ___m_PercentCompleted_1;
|
|
int32_t ___m_Completed_2;
|
|
int32_t ___m_Hidden_3;
|
|
int32_t ___m_LastReportedDate_4;
|
|
};
|
|
|
|
// UnityEngine.SocialPlatforms.GameCenter.GcScoreData
|
|
struct GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A
|
|
{
|
|
public:
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Category
|
|
String_t* ___m_Category_0;
|
|
// System.UInt32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_ValueLow
|
|
uint32_t ___m_ValueLow_1;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_ValueHigh
|
|
int32_t ___m_ValueHigh_2;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Date
|
|
int32_t ___m_Date_3;
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_FormattedValue
|
|
String_t* ___m_FormattedValue_4;
|
|
// System.String UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_PlayerID
|
|
String_t* ___m_PlayerID_5;
|
|
// System.Int32 UnityEngine.SocialPlatforms.GameCenter.GcScoreData::m_Rank
|
|
int32_t ___m_Rank_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Category_0() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_Category_0)); }
|
|
inline String_t* get_m_Category_0() const { return ___m_Category_0; }
|
|
inline String_t** get_address_of_m_Category_0() { return &___m_Category_0; }
|
|
inline void set_m_Category_0(String_t* value)
|
|
{
|
|
___m_Category_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Category_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ValueLow_1() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_ValueLow_1)); }
|
|
inline uint32_t get_m_ValueLow_1() const { return ___m_ValueLow_1; }
|
|
inline uint32_t* get_address_of_m_ValueLow_1() { return &___m_ValueLow_1; }
|
|
inline void set_m_ValueLow_1(uint32_t value)
|
|
{
|
|
___m_ValueLow_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ValueHigh_2() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_ValueHigh_2)); }
|
|
inline int32_t get_m_ValueHigh_2() const { return ___m_ValueHigh_2; }
|
|
inline int32_t* get_address_of_m_ValueHigh_2() { return &___m_ValueHigh_2; }
|
|
inline void set_m_ValueHigh_2(int32_t value)
|
|
{
|
|
___m_ValueHigh_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Date_3() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_Date_3)); }
|
|
inline int32_t get_m_Date_3() const { return ___m_Date_3; }
|
|
inline int32_t* get_address_of_m_Date_3() { return &___m_Date_3; }
|
|
inline void set_m_Date_3(int32_t value)
|
|
{
|
|
___m_Date_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FormattedValue_4() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_FormattedValue_4)); }
|
|
inline String_t* get_m_FormattedValue_4() const { return ___m_FormattedValue_4; }
|
|
inline String_t** get_address_of_m_FormattedValue_4() { return &___m_FormattedValue_4; }
|
|
inline void set_m_FormattedValue_4(String_t* value)
|
|
{
|
|
___m_FormattedValue_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_FormattedValue_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PlayerID_5() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_PlayerID_5)); }
|
|
inline String_t* get_m_PlayerID_5() const { return ___m_PlayerID_5; }
|
|
inline String_t** get_address_of_m_PlayerID_5() { return &___m_PlayerID_5; }
|
|
inline void set_m_PlayerID_5(String_t* value)
|
|
{
|
|
___m_PlayerID_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_PlayerID_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rank_6() { return static_cast<int32_t>(offsetof(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A, ___m_Rank_6)); }
|
|
inline int32_t get_m_Rank_6() const { return ___m_Rank_6; }
|
|
inline int32_t* get_address_of_m_Rank_6() { return &___m_Rank_6; }
|
|
inline void set_m_Rank_6(int32_t value)
|
|
{
|
|
___m_Rank_6 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.SocialPlatforms.GameCenter.GcScoreData
|
|
struct GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_marshaled_pinvoke
|
|
{
|
|
char* ___m_Category_0;
|
|
uint32_t ___m_ValueLow_1;
|
|
int32_t ___m_ValueHigh_2;
|
|
int32_t ___m_Date_3;
|
|
char* ___m_FormattedValue_4;
|
|
char* ___m_PlayerID_5;
|
|
int32_t ___m_Rank_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.SocialPlatforms.GameCenter.GcScoreData
|
|
struct GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Category_0;
|
|
uint32_t ___m_ValueLow_1;
|
|
int32_t ___m_ValueHigh_2;
|
|
int32_t ___m_Date_3;
|
|
Il2CppChar* ___m_FormattedValue_4;
|
|
Il2CppChar* ___m_PlayerID_5;
|
|
int32_t ___m_Rank_6;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ComputedStyle
|
|
struct ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91
|
|
{
|
|
public:
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.ComputedStyle::m_Element
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_Element_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Element_0() { return static_cast<int32_t>(offsetof(ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91, ___m_Element_0)); }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * get_m_Element_0() const { return ___m_Element_0; }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 ** get_address_of_m_Element_0() { return &___m_Element_0; }
|
|
inline void set_m_Element_0(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * value)
|
|
{
|
|
___m_Element_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Element_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedStyle
|
|
struct ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91_marshaled_pinvoke
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_Element_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.ComputedStyle
|
|
struct ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91_marshaled_com
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_Element_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventDispatcher_DispatchContext
|
|
struct DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA
|
|
{
|
|
public:
|
|
// System.UInt32 UnityEngine.UIElements.EventDispatcher_DispatchContext::m_GateCount
|
|
uint32_t ___m_GateCount_0;
|
|
// System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher_EventRecord> UnityEngine.UIElements.EventDispatcher_DispatchContext::m_Queue
|
|
Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * ___m_Queue_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_GateCount_0() { return static_cast<int32_t>(offsetof(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA, ___m_GateCount_0)); }
|
|
inline uint32_t get_m_GateCount_0() const { return ___m_GateCount_0; }
|
|
inline uint32_t* get_address_of_m_GateCount_0() { return &___m_GateCount_0; }
|
|
inline void set_m_GateCount_0(uint32_t value)
|
|
{
|
|
___m_GateCount_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Queue_1() { return static_cast<int32_t>(offsetof(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA, ___m_Queue_1)); }
|
|
inline Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * get_m_Queue_1() const { return ___m_Queue_1; }
|
|
inline Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 ** get_address_of_m_Queue_1() { return &___m_Queue_1; }
|
|
inline void set_m_Queue_1(Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * value)
|
|
{
|
|
___m_Queue_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Queue_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcher/DispatchContext
|
|
struct DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_marshaled_pinvoke
|
|
{
|
|
uint32_t ___m_GateCount_0;
|
|
Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * ___m_Queue_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcher/DispatchContext
|
|
struct DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_marshaled_com
|
|
{
|
|
uint32_t ___m_GateCount_0;
|
|
Queue_1_t8014B4CCF79F7768A767C8013F6E176588BE8871 * ___m_Queue_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventDispatcher_EventRecord
|
|
struct EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9
|
|
{
|
|
public:
|
|
// UnityEngine.UIElements.EventBase UnityEngine.UIElements.EventDispatcher_EventRecord::m_Event
|
|
EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * ___m_Event_0;
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.EventDispatcher_EventRecord::m_Panel
|
|
RuntimeObject* ___m_Panel_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Event_0() { return static_cast<int32_t>(offsetof(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9, ___m_Event_0)); }
|
|
inline EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * get_m_Event_0() const { return ___m_Event_0; }
|
|
inline EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD ** get_address_of_m_Event_0() { return &___m_Event_0; }
|
|
inline void set_m_Event_0(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * value)
|
|
{
|
|
___m_Event_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Event_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Panel_1() { return static_cast<int32_t>(offsetof(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9, ___m_Panel_1)); }
|
|
inline RuntimeObject* get_m_Panel_1() const { return ___m_Panel_1; }
|
|
inline RuntimeObject** get_address_of_m_Panel_1() { return &___m_Panel_1; }
|
|
inline void set_m_Panel_1(RuntimeObject* value)
|
|
{
|
|
___m_Panel_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Panel_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord
|
|
struct EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_marshaled_pinvoke
|
|
{
|
|
EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * ___m_Event_0;
|
|
RuntimeObject* ___m_Panel_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord
|
|
struct EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_marshaled_com
|
|
{
|
|
EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * ___m_Event_0;
|
|
RuntimeObject* ___m_Panel_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.FocusController_FocusedElement
|
|
struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070
|
|
{
|
|
public:
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.FocusController_FocusedElement::m_SubTreeRoot
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0;
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController_FocusedElement::m_FocusedElement
|
|
Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_SubTreeRoot_0() { return static_cast<int32_t>(offsetof(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070, ___m_SubTreeRoot_0)); }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * get_m_SubTreeRoot_0() const { return ___m_SubTreeRoot_0; }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 ** get_address_of_m_SubTreeRoot_0() { return &___m_SubTreeRoot_0; }
|
|
inline void set_m_SubTreeRoot_0(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * value)
|
|
{
|
|
___m_SubTreeRoot_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SubTreeRoot_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FocusedElement_1() { return static_cast<int32_t>(offsetof(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070, ___m_FocusedElement_1)); }
|
|
inline Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * get_m_FocusedElement_1() const { return ___m_FocusedElement_1; }
|
|
inline Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B ** get_address_of_m_FocusedElement_1() { return &___m_FocusedElement_1; }
|
|
inline void set_m_FocusedElement_1(Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * value)
|
|
{
|
|
___m_FocusedElement_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_FocusedElement_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.FocusController/FocusedElement
|
|
struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_marshaled_pinvoke
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0;
|
|
Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.FocusController/FocusedElement
|
|
struct FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_marshaled_com
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_SubTreeRoot_0;
|
|
Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B * ___m_FocusedElement_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Focusable
|
|
struct Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B : public CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB
|
|
{
|
|
public:
|
|
// System.Boolean UnityEngine.UIElements.Focusable::<focusable>k__BackingField
|
|
bool ___U3CfocusableU3Ek__BackingField_1;
|
|
// System.Boolean UnityEngine.UIElements.Focusable::isIMGUIContainer
|
|
bool ___isIMGUIContainer_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CfocusableU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B, ___U3CfocusableU3Ek__BackingField_1)); }
|
|
inline bool get_U3CfocusableU3Ek__BackingField_1() const { return ___U3CfocusableU3Ek__BackingField_1; }
|
|
inline bool* get_address_of_U3CfocusableU3Ek__BackingField_1() { return &___U3CfocusableU3Ek__BackingField_1; }
|
|
inline void set_U3CfocusableU3Ek__BackingField_1(bool value)
|
|
{
|
|
___U3CfocusableU3Ek__BackingField_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isIMGUIContainer_2() { return static_cast<int32_t>(offsetof(Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B, ___isIMGUIContainer_2)); }
|
|
inline bool get_isIMGUIContainer_2() const { return ___isIMGUIContainer_2; }
|
|
inline bool* get_address_of_isIMGUIContainer_2() { return &___isIMGUIContainer_2; }
|
|
inline void set_isIMGUIContainer_2(bool value)
|
|
{
|
|
___isIMGUIContainer_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey
|
|
struct SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey::sheetInstanceID
|
|
int32_t ___sheetInstanceID_0;
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey::index
|
|
int32_t ___index_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_sheetInstanceID_0() { return static_cast<int32_t>(offsetof(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0, ___sheetInstanceID_0)); }
|
|
inline int32_t get_sheetInstanceID_0() const { return ___sheetInstanceID_0; }
|
|
inline int32_t* get_address_of_sheetInstanceID_0() { return &___sheetInstanceID_0; }
|
|
inline void set_sheetInstanceID_0(int32_t value)
|
|
{
|
|
___sheetInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.VisualElement_Hierarchy
|
|
struct Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F
|
|
{
|
|
public:
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement_Hierarchy::m_Owner
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_Owner_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Owner_0() { return static_cast<int32_t>(offsetof(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F, ___m_Owner_0)); }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * get_m_Owner_0() const { return ___m_Owner_0; }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 ** get_address_of_m_Owner_0() { return &___m_Owner_0; }
|
|
inline void set_m_Owner_0(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * value)
|
|
{
|
|
___m_Owner_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Owner_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
|
|
struct Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F_marshaled_pinvoke
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_Owner_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
|
|
struct Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F_marshaled_com
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_Owner_0;
|
|
};
|
|
|
|
// 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;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.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;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.BlendMode
|
|
struct BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.BlendMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.FlipType
|
|
struct FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.FlipType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GPathPoint_CurveType
|
|
struct CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.GPathPoint_CurveType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.UpdateContext_ClipInfo
|
|
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3
|
|
{
|
|
public:
|
|
// UnityEngine.Rect FairyGUI.UpdateContext_ClipInfo::rect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
|
|
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::clipBox
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
|
|
// System.Boolean FairyGUI.UpdateContext_ClipInfo::soft
|
|
bool ___soft_2;
|
|
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::softness
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
|
|
// System.UInt32 FairyGUI.UpdateContext_ClipInfo::clipId
|
|
uint32_t ___clipId_4;
|
|
// System.Boolean FairyGUI.UpdateContext_ClipInfo::stencil
|
|
bool ___stencil_5;
|
|
// System.Boolean FairyGUI.UpdateContext_ClipInfo::reversedMask
|
|
bool ___reversedMask_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_rect_0() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___rect_0)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_0() const { return ___rect_0; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_0() { return &___rect_0; }
|
|
inline void set_rect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___rect_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clipBox_1() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipBox_1)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_clipBox_1() const { return ___clipBox_1; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_clipBox_1() { return &___clipBox_1; }
|
|
inline void set_clipBox_1(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___clipBox_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_soft_2() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___soft_2)); }
|
|
inline bool get_soft_2() const { return ___soft_2; }
|
|
inline bool* get_address_of_soft_2() { return &___soft_2; }
|
|
inline void set_soft_2(bool value)
|
|
{
|
|
___soft_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_softness_3() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___softness_3)); }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_softness_3() const { return ___softness_3; }
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_softness_3() { return &___softness_3; }
|
|
inline void set_softness_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
___softness_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clipId_4() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipId_4)); }
|
|
inline uint32_t get_clipId_4() const { return ___clipId_4; }
|
|
inline uint32_t* get_address_of_clipId_4() { return &___clipId_4; }
|
|
inline void set_clipId_4(uint32_t value)
|
|
{
|
|
___clipId_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stencil_5() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___stencil_5)); }
|
|
inline bool get_stencil_5() const { return ___stencil_5; }
|
|
inline bool* get_address_of_stencil_5() { return &___stencil_5; }
|
|
inline void set_stencil_5(bool value)
|
|
{
|
|
___stencil_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reversedMask_6() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___reversedMask_6)); }
|
|
inline bool get_reversedMask_6() const { return ___reversedMask_6; }
|
|
inline bool* get_address_of_reversedMask_6() { return &___reversedMask_6; }
|
|
inline void set_reversedMask_6(bool value)
|
|
{
|
|
___reversedMask_6 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of FairyGUI.UpdateContext/ClipInfo
|
|
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
|
|
int32_t ___soft_2;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
|
|
uint32_t ___clipId_4;
|
|
int32_t ___stencil_5;
|
|
int32_t ___reversedMask_6;
|
|
};
|
|
// Native definition for COM marshalling of FairyGUI.UpdateContext/ClipInfo
|
|
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
|
|
int32_t ___soft_2;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
|
|
uint32_t ___clipId_4;
|
|
int32_t ___stencil_5;
|
|
int32_t ___reversedMask_6;
|
|
};
|
|
|
|
// LuaInterface.LuaBaseRef
|
|
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String LuaInterface.LuaBaseRef::name
|
|
String_t* ___name_0;
|
|
// System.Int32 LuaInterface.LuaBaseRef::reference
|
|
int32_t ___reference_1;
|
|
// LuaInterface.LuaState LuaInterface.LuaBaseRef::luaState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_2;
|
|
// LuaInterface.ObjectTranslator LuaInterface.LuaBaseRef::translator
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_3;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::beDisposed
|
|
bool ___beDisposed_4;
|
|
// System.Int32 LuaInterface.LuaBaseRef::count
|
|
int32_t ___count_5;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::IsAlive
|
|
bool ___IsAlive_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___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_reference_1() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___reference_1)); }
|
|
inline int32_t get_reference_1() const { return ___reference_1; }
|
|
inline int32_t* get_address_of_reference_1() { return &___reference_1; }
|
|
inline void set_reference_1(int32_t value)
|
|
{
|
|
___reference_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_luaState_2() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___luaState_2)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_2() const { return ___luaState_2; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_2() { return &___luaState_2; }
|
|
inline void set_luaState_2(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___luaState_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaState_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_translator_3() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___translator_3)); }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_3() const { return ___translator_3; }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_3() { return &___translator_3; }
|
|
inline void set_translator_3(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
|
|
{
|
|
___translator_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___translator_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beDisposed_4() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___beDisposed_4)); }
|
|
inline bool get_beDisposed_4() const { return ___beDisposed_4; }
|
|
inline bool* get_address_of_beDisposed_4() { return &___beDisposed_4; }
|
|
inline void set_beDisposed_4(bool value)
|
|
{
|
|
___beDisposed_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_5() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___count_5)); }
|
|
inline int32_t get_count_5() const { return ___count_5; }
|
|
inline int32_t* get_address_of_count_5() { return &___count_5; }
|
|
inline void set_count_5(int32_t value)
|
|
{
|
|
___count_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsAlive_6() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___IsAlive_6)); }
|
|
inline bool get_IsAlive_6() const { return ___IsAlive_6; }
|
|
inline bool* get_address_of_IsAlive_6() { return &___IsAlive_6; }
|
|
inline void set_IsAlive_6(bool value)
|
|
{
|
|
___IsAlive_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaStatePtr
|
|
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr LuaInterface.LuaStatePtr::L
|
|
intptr_t ___L_0;
|
|
// System.String LuaInterface.LuaStatePtr::jit
|
|
String_t* ___jit_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_L_0() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___L_0)); }
|
|
inline intptr_t get_L_0() const { return ___L_0; }
|
|
inline intptr_t* get_address_of_L_0() { return &___L_0; }
|
|
inline void set_L_0(intptr_t value)
|
|
{
|
|
___L_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_jit_1() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___jit_1)); }
|
|
inline String_t* get_jit_1() const { return ___jit_1; }
|
|
inline String_t** get_address_of_jit_1() { return &___jit_1; }
|
|
inline void set_jit_1(String_t* value)
|
|
{
|
|
___jit_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___jit_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaTypes
|
|
struct LuaTypes_t762FEC08E6FA34446A75F56F4B076C0D5154E3EE
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaTypes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LuaTypes_t762FEC08E6FA34446A75F56F4B076C0D5154E3EE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.ByteEnum
|
|
struct ByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD
|
|
{
|
|
public:
|
|
// System.Byte System.ByteEnum::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>
|
|
struct Entry_tC1463A26CB3583633B8650196083947E916945AD
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___key_2)); }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_key_2() const { return ___key_2; }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___page_0), (void*)NULL);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___value_3)); }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_value_3() const { return ___value_3; }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___page_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>
|
|
struct Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
Guid_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___key_2)); }
|
|
inline Guid_t get_key_2() const { return ___key_2; }
|
|
inline Guid_t * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(Guid_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>
|
|
struct Entry_t1569C69F7132527F147EA707D2A116532F05D1EE
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
intptr_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___key_2)); }
|
|
inline intptr_t get_key_2() const { return ___key_2; }
|
|
inline intptr_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(intptr_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>
|
|
struct Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___value_3)); }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_3() const { return ___value_3; }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->____value_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>
|
|
struct Entry_t687188C87EF1FD0D50038E634676DBC449857B8E
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___key_2)); }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA get_key_2() const { return ___key_2; }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>
|
|
struct Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
int32_t ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___key_2)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_2() const { return ___key_2; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E, ___value_3)); }
|
|
inline int32_t get_value_3() const { return ___value_3; }
|
|
inline int32_t* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(int32_t value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>
|
|
struct Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___key_2)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_2() const { return ___key_2; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>
|
|
struct KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443, ___key_0)); }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_key_0() const { return ___key_0; }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___page_0), (void*)NULL);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443, ___value_1)); }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_value_1() const { return ___value_1; }
|
|
inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___page_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>
|
|
struct KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___key_0)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_key_0() const { return ___key_0; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>
|
|
struct KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
Guid_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___key_0)); }
|
|
inline Guid_t get_key_0() const { return ___key_0; }
|
|
inline Guid_t * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(Guid_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>
|
|
struct KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
intptr_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8, ___key_0)); }
|
|
inline intptr_t get_key_0() const { return ___key_0; }
|
|
inline intptr_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(intptr_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>
|
|
struct KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___value_1)); }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_1() const { return ___value_1; }
|
|
inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->____value_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>
|
|
struct KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342, ___key_0)); }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA get_key_0() const { return ___key_0; }
|
|
inline TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>
|
|
struct KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
int32_t ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96, ___key_0)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_0() const { return ___key_0; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96, ___value_1)); }
|
|
inline int32_t get_value_1() const { return ___value_1; }
|
|
inline int32_t* get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(int32_t value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>
|
|
struct KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA, ___key_0)); }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 get_key_0() const { return ___key_0; }
|
|
inline SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 * get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTimeOffset
|
|
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85
|
|
{
|
|
public:
|
|
// System.DateTime System.DateTimeOffset::m_dateTime
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_dateTime_2;
|
|
// System.Int16 System.DateTimeOffset::m_offsetMinutes
|
|
int16_t ___m_offsetMinutes_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_dateTime_2() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_dateTime_2)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_dateTime_2() const { return ___m_dateTime_2; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; }
|
|
inline void set_m_dateTime_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___m_dateTime_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_offsetMinutes_3)); }
|
|
inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; }
|
|
inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; }
|
|
inline void set_m_offsetMinutes_3(int16_t value)
|
|
{
|
|
___m_offsetMinutes_3 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields
|
|
{
|
|
public:
|
|
// System.DateTimeOffset System.DateTimeOffset::MinValue
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MinValue_0;
|
|
// System.DateTimeOffset System.DateTimeOffset::MaxValue
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MaxValue_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_MinValue_0() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MinValue_0)); }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MinValue_0() const { return ___MinValue_0; }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MinValue_0() { return &___MinValue_0; }
|
|
inline void set_MinValue_0(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
|
|
{
|
|
___MinValue_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MaxValue_1)); }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
|
|
{
|
|
___MaxValue_1 = 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;
|
|
// 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.Globalization.TimeSpanParse_TTT
|
|
struct TTT_tD81D229615838EF4C96DA510CE2EFE1922BDA26C
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanParse_TTT::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TTT_tD81D229615838EF4C96DA510CE2EFE1922BDA26C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32Enum
|
|
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32Enum::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.Net.CookieToken
|
|
struct CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.CookieToken::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.Net.CookieVariant
|
|
struct CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.CookieVariant::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.Net.NetworkInformation.NetBiosNodeType
|
|
struct NetBiosNodeType_tBF92483BC76709F1A2FC1B6DA61A8E9176861C8F
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.NetworkInformation.NetBiosNodeType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NetBiosNodeType_tBF92483BC76709F1A2FC1B6DA61A8E9176861C8F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.Net.NetworkInformation.Win32_IP_ADDR_STRING
|
|
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F
|
|
{
|
|
public:
|
|
// System.IntPtr System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Next
|
|
intptr_t ___Next_0;
|
|
// System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpAddress
|
|
String_t* ___IpAddress_1;
|
|
// System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpMask
|
|
String_t* ___IpMask_2;
|
|
// System.UInt32 System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Context
|
|
uint32_t ___Context_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Next_0() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___Next_0)); }
|
|
inline intptr_t get_Next_0() const { return ___Next_0; }
|
|
inline intptr_t* get_address_of_Next_0() { return &___Next_0; }
|
|
inline void set_Next_0(intptr_t value)
|
|
{
|
|
___Next_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IpAddress_1() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___IpAddress_1)); }
|
|
inline String_t* get_IpAddress_1() const { return ___IpAddress_1; }
|
|
inline String_t** get_address_of_IpAddress_1() { return &___IpAddress_1; }
|
|
inline void set_IpAddress_1(String_t* value)
|
|
{
|
|
___IpAddress_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___IpAddress_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IpMask_2() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___IpMask_2)); }
|
|
inline String_t* get_IpMask_2() const { return ___IpMask_2; }
|
|
inline String_t** get_address_of_IpMask_2() { return &___IpMask_2; }
|
|
inline void set_IpMask_2(String_t* value)
|
|
{
|
|
___IpMask_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___IpMask_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Context_3() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___Context_3)); }
|
|
inline uint32_t get_Context_3() const { return ___Context_3; }
|
|
inline uint32_t* get_address_of_Context_3() { return &___Context_3; }
|
|
inline void set_Context_3(uint32_t value)
|
|
{
|
|
___Context_3 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING
|
|
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke
|
|
{
|
|
intptr_t ___Next_0;
|
|
char ___IpAddress_1[16];
|
|
char ___IpMask_2[16];
|
|
uint32_t ___Context_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING
|
|
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com
|
|
{
|
|
intptr_t ___Next_0;
|
|
char ___IpAddress_1[16];
|
|
char ___IpMask_2[16];
|
|
uint32_t ___Context_3;
|
|
};
|
|
|
|
// System.Net.Sockets.Socket_WSABUF
|
|
struct WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE
|
|
{
|
|
public:
|
|
// System.Int32 System.Net.Sockets.Socket_WSABUF::len
|
|
int32_t ___len_0;
|
|
// System.IntPtr System.Net.Sockets.Socket_WSABUF::buf
|
|
intptr_t ___buf_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_len_0() { return static_cast<int32_t>(offsetof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE, ___len_0)); }
|
|
inline int32_t get_len_0() const { return ___len_0; }
|
|
inline int32_t* get_address_of_len_0() { return &___len_0; }
|
|
inline void set_len_0(int32_t value)
|
|
{
|
|
___len_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_1() { return static_cast<int32_t>(offsetof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE, ___buf_1)); }
|
|
inline intptr_t get_buf_1() const { return ___buf_1; }
|
|
inline intptr_t* get_address_of_buf_1() { return &___buf_1; }
|
|
inline void set_buf_1(intptr_t value)
|
|
{
|
|
___buf_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Matrix4x4>
|
|
struct Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___value_0)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_value_0() const { return ___value_0; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<UnityEngine.Vector3>
|
|
struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.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.CustomAttributeNamedArgument
|
|
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E
|
|
{
|
|
public:
|
|
// System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 ___typedArgument_0;
|
|
// System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo
|
|
MemberInfo_t * ___memberInfo_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_typedArgument_0() { return static_cast<int32_t>(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___typedArgument_0)); }
|
|
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 get_typedArgument_0() const { return ___typedArgument_0; }
|
|
inline CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 * get_address_of_typedArgument_0() { return &___typedArgument_0; }
|
|
inline void set_typedArgument_0(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 value)
|
|
{
|
|
___typedArgument_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___argumentType_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_memberInfo_1() { return static_cast<int32_t>(offsetof(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E, ___memberInfo_1)); }
|
|
inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; }
|
|
inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; }
|
|
inline void set_memberInfo_1(MemberInfo_t * value)
|
|
{
|
|
___memberInfo_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___memberInfo_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument
|
|
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_pinvoke
|
|
{
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_pinvoke ___typedArgument_0;
|
|
MemberInfo_t * ___memberInfo_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument
|
|
struct CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_marshaled_com
|
|
{
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_marshaled_com ___typedArgument_0;
|
|
MemberInfo_t * ___memberInfo_1;
|
|
};
|
|
|
|
// 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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
|
|
struct X509ChainStatusFlags_t208E1E90A6014521B09653B6B237D045A8573E5B
|
|
{
|
|
public:
|
|
// System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509ChainStatusFlags_t208E1E90A6014521B09653B6B237D045A8573E5B, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.CancellationTokenRegistration
|
|
struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2
|
|
{
|
|
public:
|
|
// System.Threading.CancellationCallbackInfo System.Threading.CancellationTokenRegistration::m_callbackInfo
|
|
CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0;
|
|
// System.Threading.SparselyPopulatedArrayAddInfo`1<System.Threading.CancellationCallbackInfo> System.Threading.CancellationTokenRegistration::m_registrationInfo
|
|
SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_callbackInfo_0() { return static_cast<int32_t>(offsetof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2, ___m_callbackInfo_0)); }
|
|
inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * get_m_callbackInfo_0() const { return ___m_callbackInfo_0; }
|
|
inline CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 ** get_address_of_m_callbackInfo_0() { return &___m_callbackInfo_0; }
|
|
inline void set_m_callbackInfo_0(CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * value)
|
|
{
|
|
___m_callbackInfo_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_callbackInfo_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_registrationInfo_1() { return static_cast<int32_t>(offsetof(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2, ___m_registrationInfo_1)); }
|
|
inline SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE get_m_registrationInfo_1() const { return ___m_registrationInfo_1; }
|
|
inline SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE * get_address_of_m_registrationInfo_1() { return &___m_registrationInfo_1; }
|
|
inline void set_m_registrationInfo_1(SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE value)
|
|
{
|
|
___m_registrationInfo_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___m_registrationInfo_1))->___m_source_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Threading.CancellationTokenRegistration
|
|
struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_pinvoke
|
|
{
|
|
CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0;
|
|
SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.CancellationTokenRegistration
|
|
struct CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_marshaled_com
|
|
{
|
|
CancellationCallbackInfo_t8CDEA0AA9C9D1A2321FE2F88878F4B5E0901CF36 * ___m_callbackInfo_0;
|
|
SparselyPopulatedArrayAddInfo_1_t0A76BDD84EBF76BEF894419FC221D25BB3D4FBEE ___m_registrationInfo_1;
|
|
};
|
|
|
|
// System.Threading.StackCrawlMark
|
|
struct StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943
|
|
{
|
|
public:
|
|
// System.Int32 System.Threading.StackCrawlMark::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StackCrawlMark_t857D8DE506F124E737FD26BB7ADAAAAD13E4F943, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
|
|
int32_t ___m_taskId_4;
|
|
// System.Object System.Threading.Tasks.Task::m_action
|
|
RuntimeObject * ___m_action_5;
|
|
// System.Object System.Threading.Tasks.Task::m_stateObject
|
|
RuntimeObject * ___m_stateObject_6;
|
|
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
|
|
TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_parent_8;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
|
|
int32_t ___m_stateFlags_9;
|
|
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
|
|
RuntimeObject * ___m_continuationObject_10;
|
|
// System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
|
|
ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_taskId_4() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskId_4)); }
|
|
inline int32_t get_m_taskId_4() const { return ___m_taskId_4; }
|
|
inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; }
|
|
inline void set_m_taskId_4(int32_t value)
|
|
{
|
|
___m_taskId_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_action_5() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_action_5)); }
|
|
inline RuntimeObject * get_m_action_5() const { return ___m_action_5; }
|
|
inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; }
|
|
inline void set_m_action_5(RuntimeObject * value)
|
|
{
|
|
___m_action_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_stateObject_6() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateObject_6)); }
|
|
inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; }
|
|
inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; }
|
|
inline void set_m_stateObject_6(RuntimeObject * value)
|
|
{
|
|
___m_stateObject_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); }
|
|
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; }
|
|
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; }
|
|
inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value)
|
|
{
|
|
___m_taskScheduler_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_parent_8() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; }
|
|
inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
___m_parent_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateFlags_9)); }
|
|
inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; }
|
|
inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; }
|
|
inline void set_m_stateFlags_9(int32_t value)
|
|
{
|
|
___m_stateFlags_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); }
|
|
inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; }
|
|
inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; }
|
|
inline void set_m_continuationObject_10(RuntimeObject * value)
|
|
{
|
|
___m_continuationObject_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); }
|
|
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; }
|
|
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; }
|
|
inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value)
|
|
{
|
|
___m_contingentProperties_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
|
|
int32_t ___s_taskIdCounter_2;
|
|
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory
|
|
TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3;
|
|
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
|
|
RuntimeObject * ___s_taskCompletionSentinel_11;
|
|
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
|
|
bool ___s_asyncDebuggingEnabled_12;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
|
|
Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13;
|
|
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
|
|
RuntimeObject * ___s_activeTasksLock_14;
|
|
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16;
|
|
// System.Func`1<System.Threading.Tasks.Task_ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
|
|
Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18;
|
|
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
|
|
Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19;
|
|
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
|
|
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20;
|
|
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskIdCounter_2)); }
|
|
inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; }
|
|
inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; }
|
|
inline void set_s_taskIdCounter_2(int32_t value)
|
|
{
|
|
___s_taskIdCounter_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_factory_3() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); }
|
|
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; }
|
|
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; }
|
|
inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value)
|
|
{
|
|
___s_factory_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); }
|
|
inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; }
|
|
inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; }
|
|
inline void set_s_taskCompletionSentinel_11(RuntimeObject * value)
|
|
{
|
|
___s_taskCompletionSentinel_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); }
|
|
inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; }
|
|
inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; }
|
|
inline void set_s_asyncDebuggingEnabled_12(bool value)
|
|
{
|
|
___s_asyncDebuggingEnabled_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); }
|
|
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; }
|
|
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; }
|
|
inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value)
|
|
{
|
|
___s_currentActiveTasks_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); }
|
|
inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; }
|
|
inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; }
|
|
inline void set_s_activeTasksLock_14(RuntimeObject * value)
|
|
{
|
|
___s_activeTasksLock_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; }
|
|
inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
___s_taskCancelCallback_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); }
|
|
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; }
|
|
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; }
|
|
inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value)
|
|
{
|
|
___s_createContingentProperties_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_completedTask_18() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; }
|
|
inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
___s_completedTask_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); }
|
|
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; }
|
|
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; }
|
|
inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value)
|
|
{
|
|
___s_IsExceptionObservedByParentPredicate_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); }
|
|
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; }
|
|
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; }
|
|
inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
|
|
{
|
|
___s_ecCallback_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); }
|
|
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; }
|
|
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; }
|
|
inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value)
|
|
{
|
|
___s_IsTaskContinuationNullPredicate_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0;
|
|
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
|
|
StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_t_currentTask_0() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; }
|
|
inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
___t_currentTask_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); }
|
|
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; }
|
|
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; }
|
|
inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value)
|
|
{
|
|
___t_stackGuard_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
|
|
{
|
|
public:
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
|
|
inline int64_t get__ticks_3() const { return ____ticks_3; }
|
|
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
|
|
inline void set__ticks_3(int64_t value)
|
|
{
|
|
____ticks_3 = value;
|
|
}
|
|
};
|
|
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
|
|
bool ____legacyConfigChecked_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
|
|
bool ____legacyMode_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
|
|
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MinValue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
|
|
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
|
|
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
|
|
inline void set__legacyConfigChecked_4(bool value)
|
|
{
|
|
____legacyConfigChecked_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
|
|
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
|
|
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
|
|
inline void set__legacyMode_5(bool value)
|
|
{
|
|
____legacyMode_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16Enum
|
|
struct UInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16Enum::value__
|
|
uint16_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456, ___value___2)); }
|
|
inline uint16_t get_value___2() const { return ___value___2; }
|
|
inline uint16_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint16_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32Enum
|
|
struct UInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA
|
|
{
|
|
public:
|
|
// System.UInt32 System.UInt32Enum::value__
|
|
uint32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA, ___value___2)); }
|
|
inline uint32_t get_value___2() const { return ___value___2; }
|
|
inline uint32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Unity.Collections.Allocator
|
|
struct Allocator_t62A091275262E7067EAAD565B67764FA877D58D6
|
|
{
|
|
public:
|
|
// System.Int32 Unity.Collections.Allocator::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Allocator_t62A091275262E7067EAAD565B67764FA877D58D6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.CastHelper`1<System.Object>
|
|
struct CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF
|
|
{
|
|
public:
|
|
// T UnityEngine.CastHelper`1::t
|
|
RuntimeObject * ___t_0;
|
|
// System.IntPtr UnityEngine.CastHelper`1::onePointerFurtherThanT
|
|
intptr_t ___onePointerFurtherThanT_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_t_0() { return static_cast<int32_t>(offsetof(CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF, ___t_0)); }
|
|
inline RuntimeObject * get_t_0() const { return ___t_0; }
|
|
inline RuntimeObject ** get_address_of_t_0() { return &___t_0; }
|
|
inline void set_t_0(RuntimeObject * value)
|
|
{
|
|
___t_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onePointerFurtherThanT_1() { return static_cast<int32_t>(offsetof(CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF, ___onePointerFurtherThanT_1)); }
|
|
inline intptr_t get_onePointerFurtherThanT_1() const { return ___onePointerFurtherThanT_1; }
|
|
inline intptr_t* get_address_of_onePointerFurtherThanT_1() { return &___onePointerFurtherThanT_1; }
|
|
inline void set_onePointerFurtherThanT_1(intptr_t value)
|
|
{
|
|
___onePointerFurtherThanT_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ContactPoint
|
|
struct ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.ContactPoint::m_Point
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.ContactPoint::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
|
|
// System.Int32 UnityEngine.ContactPoint::m_ThisColliderInstanceID
|
|
int32_t ___m_ThisColliderInstanceID_2;
|
|
// System.Int32 UnityEngine.ContactPoint::m_OtherColliderInstanceID
|
|
int32_t ___m_OtherColliderInstanceID_3;
|
|
// System.Single UnityEngine.ContactPoint::m_Separation
|
|
float ___m_Separation_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_Point_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_Normal_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ThisColliderInstanceID_2() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_ThisColliderInstanceID_2)); }
|
|
inline int32_t get_m_ThisColliderInstanceID_2() const { return ___m_ThisColliderInstanceID_2; }
|
|
inline int32_t* get_address_of_m_ThisColliderInstanceID_2() { return &___m_ThisColliderInstanceID_2; }
|
|
inline void set_m_ThisColliderInstanceID_2(int32_t value)
|
|
{
|
|
___m_ThisColliderInstanceID_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OtherColliderInstanceID_3() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_OtherColliderInstanceID_3)); }
|
|
inline int32_t get_m_OtherColliderInstanceID_3() const { return ___m_OtherColliderInstanceID_3; }
|
|
inline int32_t* get_address_of_m_OtherColliderInstanceID_3() { return &___m_OtherColliderInstanceID_3; }
|
|
inline void set_m_OtherColliderInstanceID_3(int32_t value)
|
|
{
|
|
___m_OtherColliderInstanceID_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Separation_4() { return static_cast<int32_t>(offsetof(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515, ___m_Separation_4)); }
|
|
inline float get_m_Separation_4() const { return ___m_Separation_4; }
|
|
inline float* get_address_of_m_Separation_4() { return &___m_Separation_4; }
|
|
inline void set_m_Separation_4(float value)
|
|
{
|
|
___m_Separation_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ContactPoint2D
|
|
struct ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Point
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Point_0;
|
|
// UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_Normal
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Normal_1;
|
|
// UnityEngine.Vector2 UnityEngine.ContactPoint2D::m_RelativeVelocity
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RelativeVelocity_2;
|
|
// System.Single UnityEngine.ContactPoint2D::m_Separation
|
|
float ___m_Separation_3;
|
|
// System.Single UnityEngine.ContactPoint2D::m_NormalImpulse
|
|
float ___m_NormalImpulse_4;
|
|
// System.Single UnityEngine.ContactPoint2D::m_TangentImpulse
|
|
float ___m_TangentImpulse_5;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_Collider
|
|
int32_t ___m_Collider_6;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_OtherCollider
|
|
int32_t ___m_OtherCollider_7;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_Rigidbody
|
|
int32_t ___m_Rigidbody_8;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_OtherRigidbody
|
|
int32_t ___m_OtherRigidbody_9;
|
|
// System.Int32 UnityEngine.ContactPoint2D::m_Enabled
|
|
int32_t ___m_Enabled_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Point_0)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Normal_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RelativeVelocity_2() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_RelativeVelocity_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RelativeVelocity_2() const { return ___m_RelativeVelocity_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RelativeVelocity_2() { return &___m_RelativeVelocity_2; }
|
|
inline void set_m_RelativeVelocity_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_RelativeVelocity_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Separation_3() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Separation_3)); }
|
|
inline float get_m_Separation_3() const { return ___m_Separation_3; }
|
|
inline float* get_address_of_m_Separation_3() { return &___m_Separation_3; }
|
|
inline void set_m_Separation_3(float value)
|
|
{
|
|
___m_Separation_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_NormalImpulse_4() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_NormalImpulse_4)); }
|
|
inline float get_m_NormalImpulse_4() const { return ___m_NormalImpulse_4; }
|
|
inline float* get_address_of_m_NormalImpulse_4() { return &___m_NormalImpulse_4; }
|
|
inline void set_m_NormalImpulse_4(float value)
|
|
{
|
|
___m_NormalImpulse_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TangentImpulse_5() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_TangentImpulse_5)); }
|
|
inline float get_m_TangentImpulse_5() const { return ___m_TangentImpulse_5; }
|
|
inline float* get_address_of_m_TangentImpulse_5() { return &___m_TangentImpulse_5; }
|
|
inline void set_m_TangentImpulse_5(float value)
|
|
{
|
|
___m_TangentImpulse_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_6() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Collider_6)); }
|
|
inline int32_t get_m_Collider_6() const { return ___m_Collider_6; }
|
|
inline int32_t* get_address_of_m_Collider_6() { return &___m_Collider_6; }
|
|
inline void set_m_Collider_6(int32_t value)
|
|
{
|
|
___m_Collider_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OtherCollider_7() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_OtherCollider_7)); }
|
|
inline int32_t get_m_OtherCollider_7() const { return ___m_OtherCollider_7; }
|
|
inline int32_t* get_address_of_m_OtherCollider_7() { return &___m_OtherCollider_7; }
|
|
inline void set_m_OtherCollider_7(int32_t value)
|
|
{
|
|
___m_OtherCollider_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rigidbody_8() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Rigidbody_8)); }
|
|
inline int32_t get_m_Rigidbody_8() const { return ___m_Rigidbody_8; }
|
|
inline int32_t* get_address_of_m_Rigidbody_8() { return &___m_Rigidbody_8; }
|
|
inline void set_m_Rigidbody_8(int32_t value)
|
|
{
|
|
___m_Rigidbody_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OtherRigidbody_9() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_OtherRigidbody_9)); }
|
|
inline int32_t get_m_OtherRigidbody_9() const { return ___m_OtherRigidbody_9; }
|
|
inline int32_t* get_address_of_m_OtherRigidbody_9() { return &___m_OtherRigidbody_9; }
|
|
inline void set_m_OtherRigidbody_9(int32_t value)
|
|
{
|
|
___m_OtherRigidbody_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Enabled_10() { return static_cast<int32_t>(offsetof(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0, ___m_Enabled_10)); }
|
|
inline int32_t get_m_Enabled_10() const { return ___m_Enabled_10; }
|
|
inline int32_t* get_address_of_m_Enabled_10() { return &___m_Enabled_10; }
|
|
inline void set_m_Enabled_10(int32_t value)
|
|
{
|
|
___m_Enabled_10 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.FalloffType
|
|
struct FalloffType_t7875E80627449B25D89C044D11A2BA22AB4996E9
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.FalloffType::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FalloffType_t7875E80627449B25D89C044D11A2BA22AB4996E9, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LightMode
|
|
struct LightMode_t2EFF26B7FB14FB7D2ACF550C591375B5A95A854A
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.LightMode::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LightMode_t2EFF26B7FB14FB7D2ACF550C591375B5A95A854A, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LightType
|
|
struct LightType_t684FE1E4FB26D1A27EFCDB36446F55984C414E88
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.LightType::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LightType_t684FE1E4FB26D1A27EFCDB36446F55984C414E88, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.LowLevel.PlayerLoopSystem
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93
|
|
{
|
|
public:
|
|
// System.Type UnityEngine.LowLevel.PlayerLoopSystem::type
|
|
Type_t * ___type_0;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem[] UnityEngine.LowLevel.PlayerLoopSystem::subSystemList
|
|
PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77* ___subSystemList_1;
|
|
// UnityEngine.LowLevel.PlayerLoopSystem_UpdateFunction UnityEngine.LowLevel.PlayerLoopSystem::updateDelegate
|
|
UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E * ___updateDelegate_2;
|
|
// System.IntPtr UnityEngine.LowLevel.PlayerLoopSystem::updateFunction
|
|
intptr_t ___updateFunction_3;
|
|
// System.IntPtr UnityEngine.LowLevel.PlayerLoopSystem::loopConditionFunction
|
|
intptr_t ___loopConditionFunction_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___type_0)); }
|
|
inline Type_t * get_type_0() const { return ___type_0; }
|
|
inline Type_t ** get_address_of_type_0() { return &___type_0; }
|
|
inline void set_type_0(Type_t * value)
|
|
{
|
|
___type_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_subSystemList_1() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___subSystemList_1)); }
|
|
inline PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77* get_subSystemList_1() const { return ___subSystemList_1; }
|
|
inline PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77** get_address_of_subSystemList_1() { return &___subSystemList_1; }
|
|
inline void set_subSystemList_1(PlayerLoopSystemU5BU5D_tA93C9CA08EF430375F9D4356DD0963BAEE961B77* value)
|
|
{
|
|
___subSystemList_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___subSystemList_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_updateDelegate_2() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___updateDelegate_2)); }
|
|
inline UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E * get_updateDelegate_2() const { return ___updateDelegate_2; }
|
|
inline UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E ** get_address_of_updateDelegate_2() { return &___updateDelegate_2; }
|
|
inline void set_updateDelegate_2(UpdateFunction_tD84FFC4AEE25C3DEBD3AB85700E096090FC7995E * value)
|
|
{
|
|
___updateDelegate_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___updateDelegate_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_updateFunction_3() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___updateFunction_3)); }
|
|
inline intptr_t get_updateFunction_3() const { return ___updateFunction_3; }
|
|
inline intptr_t* get_address_of_updateFunction_3() { return &___updateFunction_3; }
|
|
inline void set_updateFunction_3(intptr_t value)
|
|
{
|
|
___updateFunction_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loopConditionFunction_4() { return static_cast<int32_t>(offsetof(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93, ___loopConditionFunction_4)); }
|
|
inline intptr_t get_loopConditionFunction_4() const { return ___loopConditionFunction_4; }
|
|
inline intptr_t* get_address_of_loopConditionFunction_4() { return &___loopConditionFunction_4; }
|
|
inline void set_loopConditionFunction_4(intptr_t value)
|
|
{
|
|
___loopConditionFunction_4 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.LowLevel.PlayerLoopSystem
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_pinvoke
|
|
{
|
|
Type_t * ___type_0;
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_pinvoke* ___subSystemList_1;
|
|
Il2CppMethodPointer ___updateDelegate_2;
|
|
intptr_t ___updateFunction_3;
|
|
intptr_t ___loopConditionFunction_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.LowLevel.PlayerLoopSystem
|
|
struct PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_com
|
|
{
|
|
Type_t * ___type_0;
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_marshaled_com* ___subSystemList_1;
|
|
Il2CppMethodPointer ___updateDelegate_2;
|
|
intptr_t ___updateFunction_3;
|
|
intptr_t ___loopConditionFunction_4;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
|
|
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
|
|
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
|
|
inline void set_m_CachedPtr_0(intptr_t value)
|
|
{
|
|
___m_CachedPtr_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
|
|
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
|
|
{
|
|
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// UnityEngine.ParticleSystem_Particle
|
|
struct Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Position
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Position_0;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Velocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Velocity_1;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AnimatedVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AnimatedVelocity_2;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_InitialVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_InitialVelocity_3;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AxisOfRotation
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AxisOfRotation_4;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_Rotation
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Rotation_5;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_AngularVelocity
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AngularVelocity_6;
|
|
// UnityEngine.Vector3 UnityEngine.ParticleSystem_Particle::m_StartSize
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_StartSize_7;
|
|
// UnityEngine.Color32 UnityEngine.ParticleSystem_Particle::m_StartColor
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_StartColor_8;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_RandomSeed
|
|
uint32_t ___m_RandomSeed_9;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_ParentRandomSeed
|
|
uint32_t ___m_ParentRandomSeed_10;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_Lifetime
|
|
float ___m_Lifetime_11;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_StartLifetime
|
|
float ___m_StartLifetime_12;
|
|
// System.Int32 UnityEngine.ParticleSystem_Particle::m_MeshIndex
|
|
int32_t ___m_MeshIndex_13;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator0
|
|
float ___m_EmitAccumulator0_14;
|
|
// System.Single UnityEngine.ParticleSystem_Particle::m_EmitAccumulator1
|
|
float ___m_EmitAccumulator1_15;
|
|
// System.UInt32 UnityEngine.ParticleSystem_Particle::m_Flags
|
|
uint32_t ___m_Flags_16;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Position_0() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Position_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Position_0() const { return ___m_Position_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Position_0() { return &___m_Position_0; }
|
|
inline void set_m_Position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Position_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Velocity_1() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Velocity_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Velocity_1() const { return ___m_Velocity_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Velocity_1() { return &___m_Velocity_1; }
|
|
inline void set_m_Velocity_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Velocity_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AnimatedVelocity_2() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AnimatedVelocity_2)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AnimatedVelocity_2() const { return ___m_AnimatedVelocity_2; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AnimatedVelocity_2() { return &___m_AnimatedVelocity_2; }
|
|
inline void set_m_AnimatedVelocity_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AnimatedVelocity_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InitialVelocity_3() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_InitialVelocity_3)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_InitialVelocity_3() const { return ___m_InitialVelocity_3; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_InitialVelocity_3() { return &___m_InitialVelocity_3; }
|
|
inline void set_m_InitialVelocity_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_InitialVelocity_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AxisOfRotation_4() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AxisOfRotation_4)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AxisOfRotation_4() const { return ___m_AxisOfRotation_4; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AxisOfRotation_4() { return &___m_AxisOfRotation_4; }
|
|
inline void set_m_AxisOfRotation_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AxisOfRotation_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rotation_5() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Rotation_5)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Rotation_5() const { return ___m_Rotation_5; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Rotation_5() { return &___m_Rotation_5; }
|
|
inline void set_m_Rotation_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Rotation_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AngularVelocity_6() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_AngularVelocity_6)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AngularVelocity_6() const { return ___m_AngularVelocity_6; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AngularVelocity_6() { return &___m_AngularVelocity_6; }
|
|
inline void set_m_AngularVelocity_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_AngularVelocity_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartSize_7() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartSize_7)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_StartSize_7() const { return ___m_StartSize_7; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_StartSize_7() { return &___m_StartSize_7; }
|
|
inline void set_m_StartSize_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_StartSize_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartColor_8() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartColor_8)); }
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_StartColor_8() const { return ___m_StartColor_8; }
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_StartColor_8() { return &___m_StartColor_8; }
|
|
inline void set_m_StartColor_8(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
|
|
{
|
|
___m_StartColor_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RandomSeed_9() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_RandomSeed_9)); }
|
|
inline uint32_t get_m_RandomSeed_9() const { return ___m_RandomSeed_9; }
|
|
inline uint32_t* get_address_of_m_RandomSeed_9() { return &___m_RandomSeed_9; }
|
|
inline void set_m_RandomSeed_9(uint32_t value)
|
|
{
|
|
___m_RandomSeed_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ParentRandomSeed_10() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_ParentRandomSeed_10)); }
|
|
inline uint32_t get_m_ParentRandomSeed_10() const { return ___m_ParentRandomSeed_10; }
|
|
inline uint32_t* get_address_of_m_ParentRandomSeed_10() { return &___m_ParentRandomSeed_10; }
|
|
inline void set_m_ParentRandomSeed_10(uint32_t value)
|
|
{
|
|
___m_ParentRandomSeed_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Lifetime_11() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Lifetime_11)); }
|
|
inline float get_m_Lifetime_11() const { return ___m_Lifetime_11; }
|
|
inline float* get_address_of_m_Lifetime_11() { return &___m_Lifetime_11; }
|
|
inline void set_m_Lifetime_11(float value)
|
|
{
|
|
___m_Lifetime_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StartLifetime_12() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_StartLifetime_12)); }
|
|
inline float get_m_StartLifetime_12() const { return ___m_StartLifetime_12; }
|
|
inline float* get_address_of_m_StartLifetime_12() { return &___m_StartLifetime_12; }
|
|
inline void set_m_StartLifetime_12(float value)
|
|
{
|
|
___m_StartLifetime_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MeshIndex_13() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_MeshIndex_13)); }
|
|
inline int32_t get_m_MeshIndex_13() const { return ___m_MeshIndex_13; }
|
|
inline int32_t* get_address_of_m_MeshIndex_13() { return &___m_MeshIndex_13; }
|
|
inline void set_m_MeshIndex_13(int32_t value)
|
|
{
|
|
___m_MeshIndex_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_EmitAccumulator0_14() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator0_14)); }
|
|
inline float get_m_EmitAccumulator0_14() const { return ___m_EmitAccumulator0_14; }
|
|
inline float* get_address_of_m_EmitAccumulator0_14() { return &___m_EmitAccumulator0_14; }
|
|
inline void set_m_EmitAccumulator0_14(float value)
|
|
{
|
|
___m_EmitAccumulator0_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_EmitAccumulator1_15() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_EmitAccumulator1_15)); }
|
|
inline float get_m_EmitAccumulator1_15() const { return ___m_EmitAccumulator1_15; }
|
|
inline float* get_address_of_m_EmitAccumulator1_15() { return &___m_EmitAccumulator1_15; }
|
|
inline void set_m_EmitAccumulator1_15(float value)
|
|
{
|
|
___m_EmitAccumulator1_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Flags_16() { return static_cast<int32_t>(offsetof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E, ___m_Flags_16)); }
|
|
inline uint32_t get_m_Flags_16() const { return ___m_Flags_16; }
|
|
inline uint32_t* get_address_of_m_Flags_16() { return &___m_Flags_16; }
|
|
inline void set_m_Flags_16(uint32_t value)
|
|
{
|
|
___m_Flags_16 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Plane
|
|
struct Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Plane::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_0;
|
|
// System.Single UnityEngine.Plane::m_Distance
|
|
float ___m_Distance_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Normal_0() { return static_cast<int32_t>(offsetof(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED, ___m_Normal_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_0() const { return ___m_Normal_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_0() { return &___m_Normal_0; }
|
|
inline void set_m_Normal_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_1() { return static_cast<int32_t>(offsetof(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED, ___m_Distance_1)); }
|
|
inline float get_m_Distance_1() const { return ___m_Distance_1; }
|
|
inline float* get_address_of_m_Distance_1() { return &___m_Distance_1; }
|
|
inline void set_m_Distance_1(float value)
|
|
{
|
|
___m_Distance_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RaycastHit
|
|
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
|
|
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
|
|
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
|
|
uint32_t ___m_FaceID_2;
|
|
// System.Single UnityEngine.RaycastHit::m_Distance
|
|
float ___m_Distance_3;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
|
|
// System.Int32 UnityEngine.RaycastHit::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
|
|
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Point_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
|
|
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
|
|
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
|
|
inline void set_m_FaceID_2(uint32_t value)
|
|
{
|
|
___m_FaceID_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
|
|
inline float get_m_Distance_3() const { return ___m_Distance_3; }
|
|
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
|
|
inline void set_m_Distance_3(float value)
|
|
{
|
|
___m_Distance_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
|
|
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_UV_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
|
|
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
|
|
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
|
|
inline void set_m_Collider_5(int32_t value)
|
|
{
|
|
___m_Collider_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RaycastHit2D
|
|
struct RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Centroid_0;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Point_1;
|
|
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Normal_2;
|
|
// System.Single UnityEngine.RaycastHit2D::m_Distance
|
|
float ___m_Distance_3;
|
|
// System.Single UnityEngine.RaycastHit2D::m_Fraction
|
|
float ___m_Fraction_4;
|
|
// System.Int32 UnityEngine.RaycastHit2D::m_Collider
|
|
int32_t ___m_Collider_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Centroid_0() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Centroid_0)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Centroid_0() const { return ___m_Centroid_0; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Centroid_0() { return &___m_Centroid_0; }
|
|
inline void set_m_Centroid_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Centroid_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Point_1() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Point_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Point_1() const { return ___m_Point_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Point_1() { return &___m_Point_1; }
|
|
inline void set_m_Point_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Point_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_2() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Normal_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Normal_2() const { return ___m_Normal_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Normal_2() { return &___m_Normal_2; }
|
|
inline void set_m_Normal_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Normal_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Distance_3)); }
|
|
inline float get_m_Distance_3() const { return ___m_Distance_3; }
|
|
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
|
|
inline void set_m_Distance_3(float value)
|
|
{
|
|
___m_Distance_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Fraction_4() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Fraction_4)); }
|
|
inline float get_m_Fraction_4() const { return ___m_Fraction_4; }
|
|
inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; }
|
|
inline void set_m_Fraction_4(float value)
|
|
{
|
|
___m_Fraction_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Collider_5)); }
|
|
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
|
|
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
|
|
inline void set_m_Collider_5(int32_t value)
|
|
{
|
|
___m_Collider_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.RenderBuffer
|
|
struct RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.RenderBuffer::m_RenderTextureInstanceID
|
|
int32_t ___m_RenderTextureInstanceID_0;
|
|
// System.IntPtr UnityEngine.RenderBuffer::m_BufferPtr
|
|
intptr_t ___m_BufferPtr_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_RenderTextureInstanceID_0() { return static_cast<int32_t>(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_RenderTextureInstanceID_0)); }
|
|
inline int32_t get_m_RenderTextureInstanceID_0() const { return ___m_RenderTextureInstanceID_0; }
|
|
inline int32_t* get_address_of_m_RenderTextureInstanceID_0() { return &___m_RenderTextureInstanceID_0; }
|
|
inline void set_m_RenderTextureInstanceID_0(int32_t value)
|
|
{
|
|
___m_RenderTextureInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_BufferPtr_1() { return static_cast<int32_t>(offsetof(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6, ___m_BufferPtr_1)); }
|
|
inline intptr_t get_m_BufferPtr_1() const { return ___m_BufferPtr_1; }
|
|
inline intptr_t* get_address_of_m_BufferPtr_1() { return &___m_BufferPtr_1; }
|
|
inline void set_m_BufferPtr_1(intptr_t value)
|
|
{
|
|
___m_BufferPtr_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TouchPhase
|
|
struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchPhase::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.TouchType
|
|
struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.EventBase_EventPropagation
|
|
struct EventPropagation_tA9A7EB847940ABD70842FA9EBA217C32F977DA20
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.EventBase_EventPropagation::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventPropagation_tA9A7EB847940ABD70842FA9EBA217C32F977DA20, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.EventBase_LifeCycleStatus
|
|
struct LifeCycleStatus_t261998375F205A68CDAE646A82B1A16389926883
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.EventBase_LifeCycleStatus::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LifeCycleStatus_t261998375F205A68CDAE646A82B1A16389926883, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.LengthUnit
|
|
struct LengthUnit_t72096DC46DF6AE7521ACB61C839C57915F7282BC
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.LengthUnit::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LengthUnit_t72096DC46DF6AE7521ACB61C839C57915F7282BC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.PickingMode
|
|
struct PickingMode_t50B176123A8C1CFF46840654D7AFA06EC6EDD529
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.PickingMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PickingMode_t50B176123A8C1CFF46840654D7AFA06EC6EDD529, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.PropagationPhase
|
|
struct PropagationPhase_tF216B8A0984294D04F73CC36443D006EB659D9FC
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.PropagationPhase::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PropagationPhase_tF216B8A0984294D04F73CC36443D006EB659D9FC, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.PseudoStates
|
|
struct PseudoStates_t047BCA0D8B56DC2E0A08F001C9C96BB82BDD9545
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.PseudoStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PseudoStates_t047BCA0D8B56DC2E0A08F001C9C96BB82BDD9545, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.StyleKeyword
|
|
struct StyleKeyword_t5C285A4249A1A7A807C1B4D2AAF5D1350B0A3560
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.StyleKeyword::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StyleKeyword_t5C285A4249A1A7A807C1B4D2AAF5D1350B0A3560, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.UIElements.StyleSheets.StylePropertyID
|
|
struct StylePropertyID_t58A0361000DC58339920E7CBBB5FFFE06B4B7A13
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyID::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StylePropertyID_t58A0361000DC58339920E7CBBB5FFFE06B4B7A13, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.jvalue
|
|
struct jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Boolean UnityEngine.jvalue::z
|
|
bool ___z_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
bool ___z_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.SByte UnityEngine.jvalue::b
|
|
int8_t ___b_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int8_t ___b_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Char UnityEngine.jvalue::c
|
|
Il2CppChar ___c_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
Il2CppChar ___c_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int16 UnityEngine.jvalue::s
|
|
int16_t ___s_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int16_t ___s_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.jvalue::i
|
|
int32_t ___i_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int64 UnityEngine.jvalue::j
|
|
int64_t ___j_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___j_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Single UnityEngine.jvalue::f
|
|
float ___f_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
float ___f_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Double UnityEngine.jvalue::d
|
|
double ___d_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___d_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.IntPtr UnityEngine.jvalue::l
|
|
intptr_t ___l_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
intptr_t ___l_8_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_z_0() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___z_0)); }
|
|
inline bool get_z_0() const { return ___z_0; }
|
|
inline bool* get_address_of_z_0() { return &___z_0; }
|
|
inline void set_z_0(bool value)
|
|
{
|
|
___z_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_1() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___b_1)); }
|
|
inline int8_t get_b_1() const { return ___b_1; }
|
|
inline int8_t* get_address_of_b_1() { return &___b_1; }
|
|
inline void set_b_1(int8_t value)
|
|
{
|
|
___b_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_c_2() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___c_2)); }
|
|
inline Il2CppChar get_c_2() const { return ___c_2; }
|
|
inline Il2CppChar* get_address_of_c_2() { return &___c_2; }
|
|
inline void set_c_2(Il2CppChar value)
|
|
{
|
|
___c_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_3() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___s_3)); }
|
|
inline int16_t get_s_3() const { return ___s_3; }
|
|
inline int16_t* get_address_of_s_3() { return &___s_3; }
|
|
inline void set_s_3(int16_t value)
|
|
{
|
|
___s_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_i_4() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___i_4)); }
|
|
inline int32_t get_i_4() const { return ___i_4; }
|
|
inline int32_t* get_address_of_i_4() { return &___i_4; }
|
|
inline void set_i_4(int32_t value)
|
|
{
|
|
___i_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_j_5() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___j_5)); }
|
|
inline int64_t get_j_5() const { return ___j_5; }
|
|
inline int64_t* get_address_of_j_5() { return &___j_5; }
|
|
inline void set_j_5(int64_t value)
|
|
{
|
|
___j_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_f_6() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___f_6)); }
|
|
inline float get_f_6() const { return ___f_6; }
|
|
inline float* get_address_of_f_6() { return &___f_6; }
|
|
inline void set_f_6(float value)
|
|
{
|
|
___f_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_d_7() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___d_7)); }
|
|
inline double get_d_7() const { return ___d_7; }
|
|
inline double* get_address_of_d_7() { return &___d_7; }
|
|
inline void set_d_7(double value)
|
|
{
|
|
___d_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_l_8() { return static_cast<int32_t>(offsetof(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37, ___l_8)); }
|
|
inline intptr_t get_l_8() const { return ___l_8; }
|
|
inline intptr_t* get_address_of_l_8() { return &___l_8; }
|
|
inline void set_l_8(intptr_t value)
|
|
{
|
|
___l_8 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.jvalue
|
|
struct jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_marshaled_pinvoke
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___z_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___z_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int8_t ___b_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int8_t ___b_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t ___c_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___c_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int16_t ___s_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int16_t ___s_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___i_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int64_t ___j_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___j_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
float ___f_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
float ___f_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
double ___d_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___d_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
intptr_t ___l_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
intptr_t ___l_8_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.jvalue
|
|
struct jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_marshaled_com
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___z_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___z_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int8_t ___b_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int8_t ___b_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t ___c_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___c_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int16_t ___s_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int16_t ___s_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___i_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int64_t ___j_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___j_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
float ___f_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
float ___f_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
double ___d_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___d_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
intptr_t ___l_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
intptr_t ___l_8_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// taurus.client.TDataType
|
|
struct TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16
|
|
{
|
|
public:
|
|
// System.Byte taurus.client.TDataType::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TDataType_tA93D02BD40ABB23EC44935BACDD3920212DFDA16, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GPath_Segment
|
|
struct Segment_t4D7158441370F573F35DB59A882D986F1269B61A
|
|
{
|
|
public:
|
|
// FairyGUI.GPathPoint_CurveType FairyGUI.GPath_Segment::type
|
|
int32_t ___type_0;
|
|
// System.Single FairyGUI.GPath_Segment::length
|
|
float ___length_1;
|
|
// System.Int32 FairyGUI.GPath_Segment::ptStart
|
|
int32_t ___ptStart_2;
|
|
// System.Int32 FairyGUI.GPath_Segment::ptCount
|
|
int32_t ___ptCount_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___type_0)); }
|
|
inline int32_t get_type_0() const { return ___type_0; }
|
|
inline int32_t* get_address_of_type_0() { return &___type_0; }
|
|
inline void set_type_0(int32_t value)
|
|
{
|
|
___type_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_length_1() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___length_1)); }
|
|
inline float get_length_1() const { return ___length_1; }
|
|
inline float* get_address_of_length_1() { return &___length_1; }
|
|
inline void set_length_1(float value)
|
|
{
|
|
___length_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ptStart_2() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptStart_2)); }
|
|
inline int32_t get_ptStart_2() const { return ___ptStart_2; }
|
|
inline int32_t* get_address_of_ptStart_2() { return &___ptStart_2; }
|
|
inline void set_ptStart_2(int32_t value)
|
|
{
|
|
___ptStart_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ptCount_3() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptCount_3)); }
|
|
inline int32_t get_ptCount_3() const { return ___ptCount_3; }
|
|
inline int32_t* get_address_of_ptCount_3() { return &___ptCount_3; }
|
|
inline void set_ptCount_3(int32_t value)
|
|
{
|
|
___ptCount_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GPathPoint
|
|
struct GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 FairyGUI.GPathPoint::pos
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos_0;
|
|
// UnityEngine.Vector3 FairyGUI.GPathPoint::control1
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control1_1;
|
|
// UnityEngine.Vector3 FairyGUI.GPathPoint::control2
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control2_2;
|
|
// FairyGUI.GPathPoint_CurveType FairyGUI.GPathPoint::curveType
|
|
int32_t ___curveType_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_pos_0() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___pos_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_pos_0() const { return ___pos_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_pos_0() { return &___pos_0; }
|
|
inline void set_pos_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___pos_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_control1_1() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control1_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control1_1() const { return ___control1_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control1_1() { return &___control1_1; }
|
|
inline void set_control1_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___control1_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_control2_2() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control2_2)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control2_2() const { return ___control2_2; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control2_2() { return &___control2_2; }
|
|
inline void set_control2_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___control2_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_curveType_3() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___curveType_3)); }
|
|
inline int32_t get_curveType_3() const { return ___curveType_3; }
|
|
inline int32_t* get_address_of_curveType_3() { return &___curveType_3; }
|
|
inline void set_curveType_3(int32_t value)
|
|
{
|
|
___curveType_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.NGraphics
|
|
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD : public RuntimeObject
|
|
{
|
|
public:
|
|
// UnityEngine.GameObject FairyGUI.NGraphics::<gameObject>k__BackingField
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_0;
|
|
// UnityEngine.MeshFilter FairyGUI.NGraphics::<meshFilter>k__BackingField
|
|
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___U3CmeshFilterU3Ek__BackingField_1;
|
|
// UnityEngine.MeshRenderer FairyGUI.NGraphics::<meshRenderer>k__BackingField
|
|
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___U3CmeshRendererU3Ek__BackingField_2;
|
|
// UnityEngine.Mesh FairyGUI.NGraphics::<mesh>k__BackingField
|
|
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CmeshU3Ek__BackingField_3;
|
|
// FairyGUI.BlendMode FairyGUI.NGraphics::blendMode
|
|
int32_t ___blendMode_4;
|
|
// System.Boolean FairyGUI.NGraphics::dontClip
|
|
bool ___dontClip_5;
|
|
// FairyGUI.NGraphics_MeshModifier FairyGUI.NGraphics::meshModifier
|
|
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * ___meshModifier_6;
|
|
// FairyGUI.NTexture FairyGUI.NGraphics::_texture
|
|
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_7;
|
|
// System.String FairyGUI.NGraphics::_shader
|
|
String_t* ____shader_8;
|
|
// UnityEngine.Material FairyGUI.NGraphics::_material
|
|
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_9;
|
|
// System.Boolean FairyGUI.NGraphics::_customMatarial
|
|
bool ____customMatarial_10;
|
|
// FairyGUI.MaterialManager FairyGUI.NGraphics::_manager
|
|
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ____manager_11;
|
|
// System.String[] FairyGUI.NGraphics::_materialKeywords
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____materialKeywords_12;
|
|
// FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory
|
|
RuntimeObject* ____meshFactory_13;
|
|
// System.Single FairyGUI.NGraphics::_alpha
|
|
float ____alpha_14;
|
|
// UnityEngine.Color FairyGUI.NGraphics::_color
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____color_15;
|
|
// System.Boolean FairyGUI.NGraphics::_meshDirty
|
|
bool ____meshDirty_16;
|
|
// UnityEngine.Rect FairyGUI.NGraphics::_contentRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_17;
|
|
// FairyGUI.FlipType FairyGUI.NGraphics::_flip
|
|
int32_t ____flip_18;
|
|
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::_vertexMatrix
|
|
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____vertexMatrix_19;
|
|
// System.Nullable`1<UnityEngine.Vector3> FairyGUI.NGraphics::_cameraPosition
|
|
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ____cameraPosition_20;
|
|
// System.Boolean FairyGUI.NGraphics::hasAlphaBackup
|
|
bool ___hasAlphaBackup_21;
|
|
// System.Collections.Generic.List`1<System.Byte> FairyGUI.NGraphics::_alphaBackup
|
|
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ____alphaBackup_22;
|
|
// System.Int32 FairyGUI.NGraphics::_maskFlag
|
|
int32_t ____maskFlag_23;
|
|
// FairyGUI.StencilEraser FairyGUI.NGraphics::_stencilEraser
|
|
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * ____stencilEraser_24;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CgameObjectU3Ek__BackingField_0)); }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_0() const { return ___U3CgameObjectU3Ek__BackingField_0; }
|
|
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_0() { return &___U3CgameObjectU3Ek__BackingField_0; }
|
|
inline void set_U3CgameObjectU3Ek__BackingField_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
|
|
{
|
|
___U3CgameObjectU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CmeshFilterU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshFilterU3Ek__BackingField_1)); }
|
|
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_U3CmeshFilterU3Ek__BackingField_1() const { return ___U3CmeshFilterU3Ek__BackingField_1; }
|
|
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_U3CmeshFilterU3Ek__BackingField_1() { return &___U3CmeshFilterU3Ek__BackingField_1; }
|
|
inline void set_U3CmeshFilterU3Ek__BackingField_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
|
|
{
|
|
___U3CmeshFilterU3Ek__BackingField_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshFilterU3Ek__BackingField_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CmeshRendererU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshRendererU3Ek__BackingField_2)); }
|
|
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_U3CmeshRendererU3Ek__BackingField_2() const { return ___U3CmeshRendererU3Ek__BackingField_2; }
|
|
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_U3CmeshRendererU3Ek__BackingField_2() { return &___U3CmeshRendererU3Ek__BackingField_2; }
|
|
inline void set_U3CmeshRendererU3Ek__BackingField_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
|
|
{
|
|
___U3CmeshRendererU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshRendererU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CmeshU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshU3Ek__BackingField_3)); }
|
|
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_U3CmeshU3Ek__BackingField_3() const { return ___U3CmeshU3Ek__BackingField_3; }
|
|
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_U3CmeshU3Ek__BackingField_3() { return &___U3CmeshU3Ek__BackingField_3; }
|
|
inline void set_U3CmeshU3Ek__BackingField_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
|
|
{
|
|
___U3CmeshU3Ek__BackingField_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshU3Ek__BackingField_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_blendMode_4() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___blendMode_4)); }
|
|
inline int32_t get_blendMode_4() const { return ___blendMode_4; }
|
|
inline int32_t* get_address_of_blendMode_4() { return &___blendMode_4; }
|
|
inline void set_blendMode_4(int32_t value)
|
|
{
|
|
___blendMode_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dontClip_5() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___dontClip_5)); }
|
|
inline bool get_dontClip_5() const { return ___dontClip_5; }
|
|
inline bool* get_address_of_dontClip_5() { return &___dontClip_5; }
|
|
inline void set_dontClip_5(bool value)
|
|
{
|
|
___dontClip_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_meshModifier_6() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___meshModifier_6)); }
|
|
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * get_meshModifier_6() const { return ___meshModifier_6; }
|
|
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 ** get_address_of_meshModifier_6() { return &___meshModifier_6; }
|
|
inline void set_meshModifier_6(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * value)
|
|
{
|
|
___meshModifier_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___meshModifier_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__texture_7() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____texture_7)); }
|
|
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_7() const { return ____texture_7; }
|
|
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_7() { return &____texture_7; }
|
|
inline void set__texture_7(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
|
|
{
|
|
____texture_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____texture_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__shader_8() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____shader_8)); }
|
|
inline String_t* get__shader_8() const { return ____shader_8; }
|
|
inline String_t** get_address_of__shader_8() { return &____shader_8; }
|
|
inline void set__shader_8(String_t* value)
|
|
{
|
|
____shader_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____shader_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__material_9() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____material_9)); }
|
|
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_9() const { return ____material_9; }
|
|
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_9() { return &____material_9; }
|
|
inline void set__material_9(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
|
|
{
|
|
____material_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____material_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__customMatarial_10() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____customMatarial_10)); }
|
|
inline bool get__customMatarial_10() const { return ____customMatarial_10; }
|
|
inline bool* get_address_of__customMatarial_10() { return &____customMatarial_10; }
|
|
inline void set__customMatarial_10(bool value)
|
|
{
|
|
____customMatarial_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__manager_11() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____manager_11)); }
|
|
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get__manager_11() const { return ____manager_11; }
|
|
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of__manager_11() { return &____manager_11; }
|
|
inline void set__manager_11(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value)
|
|
{
|
|
____manager_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____manager_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__materialKeywords_12() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____materialKeywords_12)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__materialKeywords_12() const { return ____materialKeywords_12; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__materialKeywords_12() { return &____materialKeywords_12; }
|
|
inline void set__materialKeywords_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____materialKeywords_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____materialKeywords_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__meshFactory_13() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshFactory_13)); }
|
|
inline RuntimeObject* get__meshFactory_13() const { return ____meshFactory_13; }
|
|
inline RuntimeObject** get_address_of__meshFactory_13() { return &____meshFactory_13; }
|
|
inline void set__meshFactory_13(RuntimeObject* value)
|
|
{
|
|
____meshFactory_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____meshFactory_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__alpha_14() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alpha_14)); }
|
|
inline float get__alpha_14() const { return ____alpha_14; }
|
|
inline float* get_address_of__alpha_14() { return &____alpha_14; }
|
|
inline void set__alpha_14(float value)
|
|
{
|
|
____alpha_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__color_15() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____color_15)); }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__color_15() const { return ____color_15; }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__color_15() { return &____color_15; }
|
|
inline void set__color_15(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
____color_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__meshDirty_16() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshDirty_16)); }
|
|
inline bool get__meshDirty_16() const { return ____meshDirty_16; }
|
|
inline bool* get_address_of__meshDirty_16() { return &____meshDirty_16; }
|
|
inline void set__meshDirty_16(bool value)
|
|
{
|
|
____meshDirty_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__contentRect_17() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____contentRect_17)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_17() const { return ____contentRect_17; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_17() { return &____contentRect_17; }
|
|
inline void set__contentRect_17(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
____contentRect_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__flip_18() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____flip_18)); }
|
|
inline int32_t get__flip_18() const { return ____flip_18; }
|
|
inline int32_t* get_address_of__flip_18() { return &____flip_18; }
|
|
inline void set__flip_18(int32_t value)
|
|
{
|
|
____flip_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__vertexMatrix_19() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____vertexMatrix_19)); }
|
|
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__vertexMatrix_19() const { return ____vertexMatrix_19; }
|
|
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__vertexMatrix_19() { return &____vertexMatrix_19; }
|
|
inline void set__vertexMatrix_19(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
|
|
{
|
|
____vertexMatrix_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__cameraPosition_20() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____cameraPosition_20)); }
|
|
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 get__cameraPosition_20() const { return ____cameraPosition_20; }
|
|
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * get_address_of__cameraPosition_20() { return &____cameraPosition_20; }
|
|
inline void set__cameraPosition_20(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 value)
|
|
{
|
|
____cameraPosition_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hasAlphaBackup_21() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___hasAlphaBackup_21)); }
|
|
inline bool get_hasAlphaBackup_21() const { return ___hasAlphaBackup_21; }
|
|
inline bool* get_address_of_hasAlphaBackup_21() { return &___hasAlphaBackup_21; }
|
|
inline void set_hasAlphaBackup_21(bool value)
|
|
{
|
|
___hasAlphaBackup_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__alphaBackup_22() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alphaBackup_22)); }
|
|
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * get__alphaBackup_22() const { return ____alphaBackup_22; }
|
|
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C ** get_address_of__alphaBackup_22() { return &____alphaBackup_22; }
|
|
inline void set__alphaBackup_22(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * value)
|
|
{
|
|
____alphaBackup_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____alphaBackup_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__maskFlag_23() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____maskFlag_23)); }
|
|
inline int32_t get__maskFlag_23() const { return ____maskFlag_23; }
|
|
inline int32_t* get_address_of__maskFlag_23() { return &____maskFlag_23; }
|
|
inline void set__maskFlag_23(int32_t value)
|
|
{
|
|
____maskFlag_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stencilEraser_24() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____stencilEraser_24)); }
|
|
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * get__stencilEraser_24() const { return ____stencilEraser_24; }
|
|
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B ** get_address_of__stencilEraser_24() { return &____stencilEraser_24; }
|
|
inline void set__stencilEraser_24(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * value)
|
|
{
|
|
____stencilEraser_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stencilEraser_24), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaException
|
|
struct LuaException_t362D5A575564491633FB3233987012974B1564C4 : public Exception_t
|
|
{
|
|
public:
|
|
// System.String LuaInterface.LuaException::_stack
|
|
String_t* ____stack_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__stack_22() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4, ____stack_22)); }
|
|
inline String_t* get__stack_22() const { return ____stack_22; }
|
|
inline String_t** get_address_of__stack_22() { return &____stack_22; }
|
|
inline void set__stack_22(String_t* value)
|
|
{
|
|
____stack_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stack_22), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields
|
|
{
|
|
public:
|
|
// System.Exception LuaInterface.LuaException::luaStack
|
|
Exception_t * ___luaStack_17;
|
|
// System.String LuaInterface.LuaException::projectFolder
|
|
String_t* ___projectFolder_18;
|
|
// System.Int32 LuaInterface.LuaException::InstantiateCount
|
|
int32_t ___InstantiateCount_19;
|
|
// System.Int32 LuaInterface.LuaException::SendMsgCount
|
|
int32_t ___SendMsgCount_20;
|
|
// System.IntPtr LuaInterface.LuaException::L
|
|
intptr_t ___L_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_luaStack_17() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___luaStack_17)); }
|
|
inline Exception_t * get_luaStack_17() const { return ___luaStack_17; }
|
|
inline Exception_t ** get_address_of_luaStack_17() { return &___luaStack_17; }
|
|
inline void set_luaStack_17(Exception_t * value)
|
|
{
|
|
___luaStack_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaStack_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_projectFolder_18() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___projectFolder_18)); }
|
|
inline String_t* get_projectFolder_18() const { return ___projectFolder_18; }
|
|
inline String_t** get_address_of_projectFolder_18() { return &___projectFolder_18; }
|
|
inline void set_projectFolder_18(String_t* value)
|
|
{
|
|
___projectFolder_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___projectFolder_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InstantiateCount_19() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___InstantiateCount_19)); }
|
|
inline int32_t get_InstantiateCount_19() const { return ___InstantiateCount_19; }
|
|
inline int32_t* get_address_of_InstantiateCount_19() { return &___InstantiateCount_19; }
|
|
inline void set_InstantiateCount_19(int32_t value)
|
|
{
|
|
___InstantiateCount_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SendMsgCount_20() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___SendMsgCount_20)); }
|
|
inline int32_t get_SendMsgCount_20() const { return ___SendMsgCount_20; }
|
|
inline int32_t* get_address_of_SendMsgCount_20() { return &___SendMsgCount_20; }
|
|
inline void set_SendMsgCount_20(int32_t value)
|
|
{
|
|
___SendMsgCount_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_L_21() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___L_21)); }
|
|
inline intptr_t get_L_21() const { return ___L_21; }
|
|
inline intptr_t* get_address_of_L_21() { return &___L_21; }
|
|
inline void set_L_21(intptr_t value)
|
|
{
|
|
___L_21 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaFunction
|
|
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
|
|
{
|
|
public:
|
|
// System.Int32 LuaInterface.LuaFunction::oldTop
|
|
int32_t ___oldTop_7;
|
|
// System.Int32 LuaInterface.LuaFunction::argCount
|
|
int32_t ___argCount_8;
|
|
// System.Int32 LuaInterface.LuaFunction::stackPos
|
|
int32_t ___stackPos_9;
|
|
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction_FuncData> LuaInterface.LuaFunction::stack
|
|
Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * ___stack_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_oldTop_7() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___oldTop_7)); }
|
|
inline int32_t get_oldTop_7() const { return ___oldTop_7; }
|
|
inline int32_t* get_address_of_oldTop_7() { return &___oldTop_7; }
|
|
inline void set_oldTop_7(int32_t value)
|
|
{
|
|
___oldTop_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_argCount_8() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___argCount_8)); }
|
|
inline int32_t get_argCount_8() const { return ___argCount_8; }
|
|
inline int32_t* get_address_of_argCount_8() { return &___argCount_8; }
|
|
inline void set_argCount_8(int32_t value)
|
|
{
|
|
___argCount_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stackPos_9() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stackPos_9)); }
|
|
inline int32_t get_stackPos_9() const { return ___stackPos_9; }
|
|
inline int32_t* get_address_of_stackPos_9() { return &___stackPos_9; }
|
|
inline void set_stackPos_9(int32_t value)
|
|
{
|
|
___stackPos_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stack_10() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stack_10)); }
|
|
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * get_stack_10() const { return ___stack_10; }
|
|
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 ** get_address_of_stack_10() { return &___stack_10; }
|
|
inline void set_stack_10(Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * value)
|
|
{
|
|
___stack_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stack_10), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaState
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE : public LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C
|
|
{
|
|
public:
|
|
// LuaInterface.ObjectTranslator LuaInterface.LuaState::translator
|
|
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_2;
|
|
// LuaInterface.LuaReflection LuaInterface.LuaState::reflection
|
|
LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * ___reflection_3;
|
|
// System.Int32 LuaInterface.LuaState::<ArrayMetatable>k__BackingField
|
|
int32_t ___U3CArrayMetatableU3Ek__BackingField_4;
|
|
// System.Int32 LuaInterface.LuaState::<DelegateMetatable>k__BackingField
|
|
int32_t ___U3CDelegateMetatableU3Ek__BackingField_5;
|
|
// System.Int32 LuaInterface.LuaState::<TypeMetatable>k__BackingField
|
|
int32_t ___U3CTypeMetatableU3Ek__BackingField_6;
|
|
// System.Int32 LuaInterface.LuaState::<EnumMetatable>k__BackingField
|
|
int32_t ___U3CEnumMetatableU3Ek__BackingField_7;
|
|
// System.Int32 LuaInterface.LuaState::<IterMetatable>k__BackingField
|
|
int32_t ___U3CIterMetatableU3Ek__BackingField_8;
|
|
// System.Int32 LuaInterface.LuaState::<EventMetatable>k__BackingField
|
|
int32_t ___U3CEventMetatableU3Ek__BackingField_9;
|
|
// System.Int32 LuaInterface.LuaState::<PackBounds>k__BackingField
|
|
int32_t ___U3CPackBoundsU3Ek__BackingField_10;
|
|
// System.Int32 LuaInterface.LuaState::<UnpackBounds>k__BackingField
|
|
int32_t ___U3CUnpackBoundsU3Ek__BackingField_11;
|
|
// System.Int32 LuaInterface.LuaState::<PackRay>k__BackingField
|
|
int32_t ___U3CPackRayU3Ek__BackingField_12;
|
|
// System.Int32 LuaInterface.LuaState::<UnpackRay>k__BackingField
|
|
int32_t ___U3CUnpackRayU3Ek__BackingField_13;
|
|
// System.Int32 LuaInterface.LuaState::<PackRaycastHit>k__BackingField
|
|
int32_t ___U3CPackRaycastHitU3Ek__BackingField_14;
|
|
// System.Int32 LuaInterface.LuaState::<PackTouch>k__BackingField
|
|
int32_t ___U3CPackTouchU3Ek__BackingField_15;
|
|
// System.Action LuaInterface.LuaState::OnDestroy
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___OnDestroy_16;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference> LuaInterface.LuaState::funcMap
|
|
Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * ___funcMap_17;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference> LuaInterface.LuaState::funcRefMap
|
|
Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * ___funcRefMap_18;
|
|
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference> LuaInterface.LuaState::delegateMap
|
|
Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * ___delegateMap_19;
|
|
// System.Collections.Generic.List`1<LuaInterface.GCRef> LuaInterface.LuaState::gcList
|
|
List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * ___gcList_20;
|
|
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef> LuaInterface.LuaState::subList
|
|
List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * ___subList_21;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32> LuaInterface.LuaState::metaMap
|
|
Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * ___metaMap_22;
|
|
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object> LuaInterface.LuaState::enumMap
|
|
Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * ___enumMap_23;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction> LuaInterface.LuaState::preLoadMap
|
|
Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * ___preLoadMap_24;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type> LuaInterface.LuaState::typeMap
|
|
Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * ___typeMap_25;
|
|
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::genericSet
|
|
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___genericSet_26;
|
|
// System.Collections.Generic.HashSet`1<System.String> LuaInterface.LuaState::moduleSet
|
|
HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * ___moduleSet_27;
|
|
// System.Int32 LuaInterface.LuaState::beginCount
|
|
int32_t ___beginCount_31;
|
|
// System.Boolean LuaInterface.LuaState::beLogGC
|
|
bool ___beLogGC_32;
|
|
// System.Boolean LuaInterface.LuaState::bInjectionInited
|
|
bool ___bInjectionInited_33;
|
|
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::missSet
|
|
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___missSet_34;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_translator_2() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___translator_2)); }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_2() const { return ___translator_2; }
|
|
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_2() { return &___translator_2; }
|
|
inline void set_translator_2(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
|
|
{
|
|
___translator_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___translator_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reflection_3() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___reflection_3)); }
|
|
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * get_reflection_3() const { return ___reflection_3; }
|
|
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F ** get_address_of_reflection_3() { return &___reflection_3; }
|
|
inline void set_reflection_3(LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * value)
|
|
{
|
|
___reflection_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___reflection_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CArrayMetatableU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CArrayMetatableU3Ek__BackingField_4)); }
|
|
inline int32_t get_U3CArrayMetatableU3Ek__BackingField_4() const { return ___U3CArrayMetatableU3Ek__BackingField_4; }
|
|
inline int32_t* get_address_of_U3CArrayMetatableU3Ek__BackingField_4() { return &___U3CArrayMetatableU3Ek__BackingField_4; }
|
|
inline void set_U3CArrayMetatableU3Ek__BackingField_4(int32_t value)
|
|
{
|
|
___U3CArrayMetatableU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDelegateMetatableU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CDelegateMetatableU3Ek__BackingField_5)); }
|
|
inline int32_t get_U3CDelegateMetatableU3Ek__BackingField_5() const { return ___U3CDelegateMetatableU3Ek__BackingField_5; }
|
|
inline int32_t* get_address_of_U3CDelegateMetatableU3Ek__BackingField_5() { return &___U3CDelegateMetatableU3Ek__BackingField_5; }
|
|
inline void set_U3CDelegateMetatableU3Ek__BackingField_5(int32_t value)
|
|
{
|
|
___U3CDelegateMetatableU3Ek__BackingField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTypeMetatableU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CTypeMetatableU3Ek__BackingField_6)); }
|
|
inline int32_t get_U3CTypeMetatableU3Ek__BackingField_6() const { return ___U3CTypeMetatableU3Ek__BackingField_6; }
|
|
inline int32_t* get_address_of_U3CTypeMetatableU3Ek__BackingField_6() { return &___U3CTypeMetatableU3Ek__BackingField_6; }
|
|
inline void set_U3CTypeMetatableU3Ek__BackingField_6(int32_t value)
|
|
{
|
|
___U3CTypeMetatableU3Ek__BackingField_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEnumMetatableU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEnumMetatableU3Ek__BackingField_7)); }
|
|
inline int32_t get_U3CEnumMetatableU3Ek__BackingField_7() const { return ___U3CEnumMetatableU3Ek__BackingField_7; }
|
|
inline int32_t* get_address_of_U3CEnumMetatableU3Ek__BackingField_7() { return &___U3CEnumMetatableU3Ek__BackingField_7; }
|
|
inline void set_U3CEnumMetatableU3Ek__BackingField_7(int32_t value)
|
|
{
|
|
___U3CEnumMetatableU3Ek__BackingField_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CIterMetatableU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CIterMetatableU3Ek__BackingField_8)); }
|
|
inline int32_t get_U3CIterMetatableU3Ek__BackingField_8() const { return ___U3CIterMetatableU3Ek__BackingField_8; }
|
|
inline int32_t* get_address_of_U3CIterMetatableU3Ek__BackingField_8() { return &___U3CIterMetatableU3Ek__BackingField_8; }
|
|
inline void set_U3CIterMetatableU3Ek__BackingField_8(int32_t value)
|
|
{
|
|
___U3CIterMetatableU3Ek__BackingField_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CEventMetatableU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEventMetatableU3Ek__BackingField_9)); }
|
|
inline int32_t get_U3CEventMetatableU3Ek__BackingField_9() const { return ___U3CEventMetatableU3Ek__BackingField_9; }
|
|
inline int32_t* get_address_of_U3CEventMetatableU3Ek__BackingField_9() { return &___U3CEventMetatableU3Ek__BackingField_9; }
|
|
inline void set_U3CEventMetatableU3Ek__BackingField_9(int32_t value)
|
|
{
|
|
___U3CEventMetatableU3Ek__BackingField_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackBoundsU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackBoundsU3Ek__BackingField_10)); }
|
|
inline int32_t get_U3CPackBoundsU3Ek__BackingField_10() const { return ___U3CPackBoundsU3Ek__BackingField_10; }
|
|
inline int32_t* get_address_of_U3CPackBoundsU3Ek__BackingField_10() { return &___U3CPackBoundsU3Ek__BackingField_10; }
|
|
inline void set_U3CPackBoundsU3Ek__BackingField_10(int32_t value)
|
|
{
|
|
___U3CPackBoundsU3Ek__BackingField_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUnpackBoundsU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackBoundsU3Ek__BackingField_11)); }
|
|
inline int32_t get_U3CUnpackBoundsU3Ek__BackingField_11() const { return ___U3CUnpackBoundsU3Ek__BackingField_11; }
|
|
inline int32_t* get_address_of_U3CUnpackBoundsU3Ek__BackingField_11() { return &___U3CUnpackBoundsU3Ek__BackingField_11; }
|
|
inline void set_U3CUnpackBoundsU3Ek__BackingField_11(int32_t value)
|
|
{
|
|
___U3CUnpackBoundsU3Ek__BackingField_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackRayU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRayU3Ek__BackingField_12)); }
|
|
inline int32_t get_U3CPackRayU3Ek__BackingField_12() const { return ___U3CPackRayU3Ek__BackingField_12; }
|
|
inline int32_t* get_address_of_U3CPackRayU3Ek__BackingField_12() { return &___U3CPackRayU3Ek__BackingField_12; }
|
|
inline void set_U3CPackRayU3Ek__BackingField_12(int32_t value)
|
|
{
|
|
___U3CPackRayU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CUnpackRayU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackRayU3Ek__BackingField_13)); }
|
|
inline int32_t get_U3CUnpackRayU3Ek__BackingField_13() const { return ___U3CUnpackRayU3Ek__BackingField_13; }
|
|
inline int32_t* get_address_of_U3CUnpackRayU3Ek__BackingField_13() { return &___U3CUnpackRayU3Ek__BackingField_13; }
|
|
inline void set_U3CUnpackRayU3Ek__BackingField_13(int32_t value)
|
|
{
|
|
___U3CUnpackRayU3Ek__BackingField_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackRaycastHitU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRaycastHitU3Ek__BackingField_14)); }
|
|
inline int32_t get_U3CPackRaycastHitU3Ek__BackingField_14() const { return ___U3CPackRaycastHitU3Ek__BackingField_14; }
|
|
inline int32_t* get_address_of_U3CPackRaycastHitU3Ek__BackingField_14() { return &___U3CPackRaycastHitU3Ek__BackingField_14; }
|
|
inline void set_U3CPackRaycastHitU3Ek__BackingField_14(int32_t value)
|
|
{
|
|
___U3CPackRaycastHitU3Ek__BackingField_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CPackTouchU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackTouchU3Ek__BackingField_15)); }
|
|
inline int32_t get_U3CPackTouchU3Ek__BackingField_15() const { return ___U3CPackTouchU3Ek__BackingField_15; }
|
|
inline int32_t* get_address_of_U3CPackTouchU3Ek__BackingField_15() { return &___U3CPackTouchU3Ek__BackingField_15; }
|
|
inline void set_U3CPackTouchU3Ek__BackingField_15(int32_t value)
|
|
{
|
|
___U3CPackTouchU3Ek__BackingField_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OnDestroy_16() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___OnDestroy_16)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_OnDestroy_16() const { return ___OnDestroy_16; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_OnDestroy_16() { return &___OnDestroy_16; }
|
|
inline void set_OnDestroy_16(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___OnDestroy_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OnDestroy_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_funcMap_17() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcMap_17)); }
|
|
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * get_funcMap_17() const { return ___funcMap_17; }
|
|
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 ** get_address_of_funcMap_17() { return &___funcMap_17; }
|
|
inline void set_funcMap_17(Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * value)
|
|
{
|
|
___funcMap_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___funcMap_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_funcRefMap_18() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcRefMap_18)); }
|
|
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * get_funcRefMap_18() const { return ___funcRefMap_18; }
|
|
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 ** get_address_of_funcRefMap_18() { return &___funcRefMap_18; }
|
|
inline void set_funcRefMap_18(Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * value)
|
|
{
|
|
___funcRefMap_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___funcRefMap_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegateMap_19() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___delegateMap_19)); }
|
|
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * get_delegateMap_19() const { return ___delegateMap_19; }
|
|
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 ** get_address_of_delegateMap_19() { return &___delegateMap_19; }
|
|
inline void set_delegateMap_19(Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * value)
|
|
{
|
|
___delegateMap_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegateMap_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_gcList_20() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___gcList_20)); }
|
|
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * get_gcList_20() const { return ___gcList_20; }
|
|
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F ** get_address_of_gcList_20() { return &___gcList_20; }
|
|
inline void set_gcList_20(List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * value)
|
|
{
|
|
___gcList_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___gcList_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_subList_21() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___subList_21)); }
|
|
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * get_subList_21() const { return ___subList_21; }
|
|
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 ** get_address_of_subList_21() { return &___subList_21; }
|
|
inline void set_subList_21(List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * value)
|
|
{
|
|
___subList_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___subList_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_metaMap_22() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___metaMap_22)); }
|
|
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * get_metaMap_22() const { return ___metaMap_22; }
|
|
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F ** get_address_of_metaMap_22() { return &___metaMap_22; }
|
|
inline void set_metaMap_22(Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * value)
|
|
{
|
|
___metaMap_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___metaMap_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_enumMap_23() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___enumMap_23)); }
|
|
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * get_enumMap_23() const { return ___enumMap_23; }
|
|
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 ** get_address_of_enumMap_23() { return &___enumMap_23; }
|
|
inline void set_enumMap_23(Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * value)
|
|
{
|
|
___enumMap_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumMap_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_preLoadMap_24() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___preLoadMap_24)); }
|
|
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * get_preLoadMap_24() const { return ___preLoadMap_24; }
|
|
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 ** get_address_of_preLoadMap_24() { return &___preLoadMap_24; }
|
|
inline void set_preLoadMap_24(Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * value)
|
|
{
|
|
___preLoadMap_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___preLoadMap_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeMap_25() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___typeMap_25)); }
|
|
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * get_typeMap_25() const { return ___typeMap_25; }
|
|
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 ** get_address_of_typeMap_25() { return &___typeMap_25; }
|
|
inline void set_typeMap_25(Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * value)
|
|
{
|
|
___typeMap_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeMap_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_genericSet_26() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___genericSet_26)); }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_genericSet_26() const { return ___genericSet_26; }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_genericSet_26() { return &___genericSet_26; }
|
|
inline void set_genericSet_26(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
|
|
{
|
|
___genericSet_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___genericSet_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_moduleSet_27() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___moduleSet_27)); }
|
|
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * get_moduleSet_27() const { return ___moduleSet_27; }
|
|
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A ** get_address_of_moduleSet_27() { return &___moduleSet_27; }
|
|
inline void set_moduleSet_27(HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * value)
|
|
{
|
|
___moduleSet_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___moduleSet_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beginCount_31() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beginCount_31)); }
|
|
inline int32_t get_beginCount_31() const { return ___beginCount_31; }
|
|
inline int32_t* get_address_of_beginCount_31() { return &___beginCount_31; }
|
|
inline void set_beginCount_31(int32_t value)
|
|
{
|
|
___beginCount_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beLogGC_32() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beLogGC_32)); }
|
|
inline bool get_beLogGC_32() const { return ___beLogGC_32; }
|
|
inline bool* get_address_of_beLogGC_32() { return &___beLogGC_32; }
|
|
inline void set_beLogGC_32(bool value)
|
|
{
|
|
___beLogGC_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bInjectionInited_33() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___bInjectionInited_33)); }
|
|
inline bool get_bInjectionInited_33() const { return ___bInjectionInited_33; }
|
|
inline bool* get_address_of_bInjectionInited_33() { return &___bInjectionInited_33; }
|
|
inline void set_bInjectionInited_33(bool value)
|
|
{
|
|
___bInjectionInited_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_missSet_34() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___missSet_34)); }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_missSet_34() const { return ___missSet_34; }
|
|
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_missSet_34() { return &___missSet_34; }
|
|
inline void set_missSet_34(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
|
|
{
|
|
___missSet_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___missSet_34), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields
|
|
{
|
|
public:
|
|
// LuaInterface.LuaState LuaInterface.LuaState::mainState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___mainState_28;
|
|
// LuaInterface.LuaState LuaInterface.LuaState::injectionState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___injectionState_29;
|
|
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState> LuaInterface.LuaState::stateMap
|
|
Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * ___stateMap_30;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_mainState_28() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___mainState_28)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_mainState_28() const { return ___mainState_28; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_mainState_28() { return &___mainState_28; }
|
|
inline void set_mainState_28(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___mainState_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___mainState_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_injectionState_29() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___injectionState_29)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_injectionState_29() const { return ___injectionState_29; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_injectionState_29() { return &___injectionState_29; }
|
|
inline void set_injectionState_29(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___injectionState_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___injectionState_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stateMap_30() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___stateMap_30)); }
|
|
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * get_stateMap_30() const { return ___stateMap_30; }
|
|
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 ** get_address_of_stateMap_30() { return &___stateMap_30; }
|
|
inline void set_stateMap_30(Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * value)
|
|
{
|
|
___stateMap_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stateMap_30), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaTable
|
|
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>
|
|
struct Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
int32_t ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
RuntimeObject * ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___key_2)); }
|
|
inline int32_t get_key_2() const { return ___key_2; }
|
|
inline int32_t* get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(int32_t value)
|
|
{
|
|
___key_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD, ___value_3)); }
|
|
inline RuntimeObject * get_value_3() const { return ___value_3; }
|
|
inline RuntimeObject ** get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(RuntimeObject * value)
|
|
{
|
|
___value_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>
|
|
struct Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
int32_t ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF, ___value_3)); }
|
|
inline int32_t get_value_3() const { return ___value_3; }
|
|
inline int32_t* get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(int32_t value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>
|
|
struct KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0, ___key_0)); }
|
|
inline int32_t get_key_0() const { return ___key_0; }
|
|
inline int32_t* get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(int32_t value)
|
|
{
|
|
___key_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>
|
|
struct KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
int32_t ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5, ___value_1)); }
|
|
inline int32_t get_value_1() const { return ___value_1; }
|
|
inline int32_t* get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(int32_t value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492
|
|
{
|
|
public:
|
|
// System.Globalization.TimeSpanParse_TTT System.Globalization.TimeSpanParse_TimeSpanToken::ttt
|
|
int32_t ___ttt_0;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanToken::num
|
|
int32_t ___num_1;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanToken::zeroes
|
|
int32_t ___zeroes_2;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanToken::sep
|
|
String_t* ___sep_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ttt_0() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___ttt_0)); }
|
|
inline int32_t get_ttt_0() const { return ___ttt_0; }
|
|
inline int32_t* get_address_of_ttt_0() { return &___ttt_0; }
|
|
inline void set_ttt_0(int32_t value)
|
|
{
|
|
___ttt_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_num_1() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___num_1)); }
|
|
inline int32_t get_num_1() const { return ___num_1; }
|
|
inline int32_t* get_address_of_num_1() { return &___num_1; }
|
|
inline void set_num_1(int32_t value)
|
|
{
|
|
___num_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_zeroes_2() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___zeroes_2)); }
|
|
inline int32_t get_zeroes_2() const { return ___zeroes_2; }
|
|
inline int32_t* get_address_of_zeroes_2() { return &___zeroes_2; }
|
|
inline void set_zeroes_2(int32_t value)
|
|
{
|
|
___zeroes_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sep_3() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___sep_3)); }
|
|
inline String_t* get_sep_3() const { return ___sep_3; }
|
|
inline String_t** get_address_of_sep_3() { return &___sep_3; }
|
|
inline void set_sep_3(String_t* value)
|
|
{
|
|
___sep_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sep_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.TimeSpanParse/TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke
|
|
{
|
|
int32_t ___ttt_0;
|
|
int32_t ___num_1;
|
|
int32_t ___zeroes_2;
|
|
char* ___sep_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.TimeSpanParse/TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com
|
|
{
|
|
int32_t ___ttt_0;
|
|
int32_t ___num_1;
|
|
int32_t ___zeroes_2;
|
|
Il2CppChar* ___sep_3;
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<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.Net.CookieTokenizer_RecognizedAttribute
|
|
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B
|
|
{
|
|
public:
|
|
// System.String System.Net.CookieTokenizer_RecognizedAttribute::m_name
|
|
String_t* ___m_name_0;
|
|
// System.Net.CookieToken System.Net.CookieTokenizer_RecognizedAttribute::m_token
|
|
int32_t ___m_token_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_name_0() { return static_cast<int32_t>(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___m_name_0)); }
|
|
inline String_t* get_m_name_0() const { return ___m_name_0; }
|
|
inline String_t** get_address_of_m_name_0() { return &___m_name_0; }
|
|
inline void set_m_name_0(String_t* value)
|
|
{
|
|
___m_name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_token_1() { return static_cast<int32_t>(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___m_token_1)); }
|
|
inline int32_t get_m_token_1() const { return ___m_token_1; }
|
|
inline int32_t* get_address_of_m_token_1() { return &___m_token_1; }
|
|
inline void set_m_token_1(int32_t value)
|
|
{
|
|
___m_token_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Net.CookieTokenizer/RecognizedAttribute
|
|
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke
|
|
{
|
|
char* ___m_name_0;
|
|
int32_t ___m_token_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Net.CookieTokenizer/RecognizedAttribute
|
|
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_name_0;
|
|
int32_t ___m_token_1;
|
|
};
|
|
|
|
// System.Net.HeaderVariantInfo
|
|
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64
|
|
{
|
|
public:
|
|
// System.String System.Net.HeaderVariantInfo::m_name
|
|
String_t* ___m_name_0;
|
|
// System.Net.CookieVariant System.Net.HeaderVariantInfo::m_variant
|
|
int32_t ___m_variant_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_name_0() { return static_cast<int32_t>(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_name_0)); }
|
|
inline String_t* get_m_name_0() const { return ___m_name_0; }
|
|
inline String_t** get_address_of_m_name_0() { return &___m_name_0; }
|
|
inline void set_m_name_0(String_t* value)
|
|
{
|
|
___m_name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_variant_1() { return static_cast<int32_t>(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_variant_1)); }
|
|
inline int32_t get_m_variant_1() const { return ___m_variant_1; }
|
|
inline int32_t* get_address_of_m_variant_1() { return &___m_variant_1; }
|
|
inline void set_m_variant_1(int32_t value)
|
|
{
|
|
___m_variant_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Net.HeaderVariantInfo
|
|
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke
|
|
{
|
|
char* ___m_name_0;
|
|
int32_t ___m_variant_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Net.HeaderVariantInfo
|
|
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_name_0;
|
|
int32_t ___m_variant_1;
|
|
};
|
|
|
|
// System.Net.NetworkInformation.Win32_FIXED_INFO
|
|
struct Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD
|
|
{
|
|
public:
|
|
// System.String System.Net.NetworkInformation.Win32_FIXED_INFO::HostName
|
|
String_t* ___HostName_0;
|
|
// System.String System.Net.NetworkInformation.Win32_FIXED_INFO::DomainName
|
|
String_t* ___DomainName_1;
|
|
// System.IntPtr System.Net.NetworkInformation.Win32_FIXED_INFO::CurrentDnsServer
|
|
intptr_t ___CurrentDnsServer_2;
|
|
// System.Net.NetworkInformation.Win32_IP_ADDR_STRING System.Net.NetworkInformation.Win32_FIXED_INFO::DnsServerList
|
|
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F ___DnsServerList_3;
|
|
// System.Net.NetworkInformation.NetBiosNodeType System.Net.NetworkInformation.Win32_FIXED_INFO::NodeType
|
|
int32_t ___NodeType_4;
|
|
// System.String System.Net.NetworkInformation.Win32_FIXED_INFO::ScopeId
|
|
String_t* ___ScopeId_5;
|
|
// System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableRouting
|
|
uint32_t ___EnableRouting_6;
|
|
// System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableProxy
|
|
uint32_t ___EnableProxy_7;
|
|
// System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableDns
|
|
uint32_t ___EnableDns_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_HostName_0() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___HostName_0)); }
|
|
inline String_t* get_HostName_0() const { return ___HostName_0; }
|
|
inline String_t** get_address_of_HostName_0() { return &___HostName_0; }
|
|
inline void set_HostName_0(String_t* value)
|
|
{
|
|
___HostName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___HostName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DomainName_1() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___DomainName_1)); }
|
|
inline String_t* get_DomainName_1() const { return ___DomainName_1; }
|
|
inline String_t** get_address_of_DomainName_1() { return &___DomainName_1; }
|
|
inline void set_DomainName_1(String_t* value)
|
|
{
|
|
___DomainName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DomainName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CurrentDnsServer_2() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___CurrentDnsServer_2)); }
|
|
inline intptr_t get_CurrentDnsServer_2() const { return ___CurrentDnsServer_2; }
|
|
inline intptr_t* get_address_of_CurrentDnsServer_2() { return &___CurrentDnsServer_2; }
|
|
inline void set_CurrentDnsServer_2(intptr_t value)
|
|
{
|
|
___CurrentDnsServer_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DnsServerList_3() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___DnsServerList_3)); }
|
|
inline Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F get_DnsServerList_3() const { return ___DnsServerList_3; }
|
|
inline Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F * get_address_of_DnsServerList_3() { return &___DnsServerList_3; }
|
|
inline void set_DnsServerList_3(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F value)
|
|
{
|
|
___DnsServerList_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpAddress_1), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpMask_2), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NodeType_4() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___NodeType_4)); }
|
|
inline int32_t get_NodeType_4() const { return ___NodeType_4; }
|
|
inline int32_t* get_address_of_NodeType_4() { return &___NodeType_4; }
|
|
inline void set_NodeType_4(int32_t value)
|
|
{
|
|
___NodeType_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ScopeId_5() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___ScopeId_5)); }
|
|
inline String_t* get_ScopeId_5() const { return ___ScopeId_5; }
|
|
inline String_t** get_address_of_ScopeId_5() { return &___ScopeId_5; }
|
|
inline void set_ScopeId_5(String_t* value)
|
|
{
|
|
___ScopeId_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ScopeId_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EnableRouting_6() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___EnableRouting_6)); }
|
|
inline uint32_t get_EnableRouting_6() const { return ___EnableRouting_6; }
|
|
inline uint32_t* get_address_of_EnableRouting_6() { return &___EnableRouting_6; }
|
|
inline void set_EnableRouting_6(uint32_t value)
|
|
{
|
|
___EnableRouting_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EnableProxy_7() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___EnableProxy_7)); }
|
|
inline uint32_t get_EnableProxy_7() const { return ___EnableProxy_7; }
|
|
inline uint32_t* get_address_of_EnableProxy_7() { return &___EnableProxy_7; }
|
|
inline void set_EnableProxy_7(uint32_t value)
|
|
{
|
|
___EnableProxy_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EnableDns_8() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___EnableDns_8)); }
|
|
inline uint32_t get_EnableDns_8() const { return ___EnableDns_8; }
|
|
inline uint32_t* get_address_of_EnableDns_8() { return &___EnableDns_8; }
|
|
inline void set_EnableDns_8(uint32_t value)
|
|
{
|
|
___EnableDns_8 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO
|
|
struct Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_pinvoke
|
|
{
|
|
char ___HostName_0[132];
|
|
char ___DomainName_1[132];
|
|
intptr_t ___CurrentDnsServer_2;
|
|
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke ___DnsServerList_3;
|
|
int32_t ___NodeType_4;
|
|
char ___ScopeId_5[260];
|
|
uint32_t ___EnableRouting_6;
|
|
uint32_t ___EnableProxy_7;
|
|
uint32_t ___EnableDns_8;
|
|
};
|
|
// Native definition for COM marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO
|
|
struct Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_com
|
|
{
|
|
char ___HostName_0[132];
|
|
char ___DomainName_1[132];
|
|
intptr_t ___CurrentDnsServer_2;
|
|
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com ___DnsServerList_3;
|
|
int32_t ___NodeType_4;
|
|
char ___ScopeId_5[260];
|
|
uint32_t ___EnableRouting_6;
|
|
uint32_t ___EnableProxy_7;
|
|
uint32_t ___EnableDns_8;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.RaycastHit>
|
|
struct Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___value_0)); }
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 get_value_0() const { return ___value_0; }
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509ChainStatus
|
|
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C
|
|
{
|
|
public:
|
|
// System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status
|
|
int32_t ___status_0;
|
|
// System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info
|
|
String_t* ___info_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_status_0() { return static_cast<int32_t>(offsetof(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C, ___status_0)); }
|
|
inline int32_t get_status_0() const { return ___status_0; }
|
|
inline int32_t* get_address_of_status_0() { return &___status_0; }
|
|
inline void set_status_0(int32_t value)
|
|
{
|
|
___status_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_info_1() { return static_cast<int32_t>(offsetof(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C, ___info_1)); }
|
|
inline String_t* get_info_1() const { return ___info_1; }
|
|
inline String_t** get_address_of_info_1() { return &___info_1; }
|
|
inline void set_info_1(String_t* value)
|
|
{
|
|
___info_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus
|
|
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_pinvoke
|
|
{
|
|
int32_t ___status_0;
|
|
char* ___info_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus
|
|
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_com
|
|
{
|
|
int32_t ___status_0;
|
|
Il2CppChar* ___info_1;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
|
|
{
|
|
public:
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
int32_t ___m_result_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87, ___m_result_22)); }
|
|
inline int32_t get_m_result_22() const { return ___m_result_22; }
|
|
inline int32_t* get_address_of_m_result_22() { return &___m_result_22; }
|
|
inline void set_m_result_22(int32_t value)
|
|
{
|
|
___m_result_22 = value;
|
|
}
|
|
};
|
|
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
|
|
TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * ___s_Factory_23;
|
|
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
|
|
Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * ___TaskWhenAnyCast_24;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___s_Factory_23)); }
|
|
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * get_s_Factory_23() const { return ___s_Factory_23; }
|
|
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
|
|
inline void set_s_Factory_23(TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * value)
|
|
{
|
|
___s_Factory_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___TaskWhenAnyCast_24)); }
|
|
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
|
|
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
|
|
inline void set_TaskWhenAnyCast_24(Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * value)
|
|
{
|
|
___TaskWhenAnyCast_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Tasks.Task`1<System.Object>
|
|
struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
|
|
{
|
|
public:
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
RuntimeObject * ___m_result_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09, ___m_result_22)); }
|
|
inline RuntimeObject * get_m_result_22() const { return ___m_result_22; }
|
|
inline RuntimeObject ** get_address_of_m_result_22() { return &___m_result_22; }
|
|
inline void set_m_result_22(RuntimeObject * value)
|
|
{
|
|
___m_result_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_result_22), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09_StaticFields
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
|
|
TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * ___s_Factory_23;
|
|
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
|
|
Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD * ___TaskWhenAnyCast_24;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09_StaticFields, ___s_Factory_23)); }
|
|
inline TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * get_s_Factory_23() const { return ___s_Factory_23; }
|
|
inline TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
|
|
inline void set_s_Factory_23(TaskFactory_1_tA50D9207CAE2C505277DD5F03CBE64700177257C * value)
|
|
{
|
|
___s_Factory_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09_StaticFields, ___TaskWhenAnyCast_24)); }
|
|
inline Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
|
|
inline Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
|
|
inline void set_TaskWhenAnyCast_24(Func_2_tDAE4310E42C13AE378CDF0371BD31D6BF4E61EBD * value)
|
|
{
|
|
___TaskWhenAnyCast_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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);
|
|
}
|
|
|
|
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)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.ParticleSystem_Particle>
|
|
struct NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B
|
|
{
|
|
public:
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_Buffer_0)); }
|
|
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
|
|
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
|
|
inline void set_m_Buffer_0(void* value)
|
|
{
|
|
___m_Buffer_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_Length_1)); }
|
|
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
|
|
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
|
|
inline void set_m_Length_1(int32_t value)
|
|
{
|
|
___m_Length_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B, ___m_AllocatorLabel_2)); }
|
|
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
|
|
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
|
|
inline void set_m_AllocatorLabel_2(int32_t value)
|
|
{
|
|
___m_AllocatorLabel_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Experimental.GlobalIllumination.LightDataGI
|
|
struct LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Experimental.GlobalIllumination.LightDataGI::instanceID
|
|
int32_t ___instanceID_0;
|
|
// UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::color
|
|
LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___color_1;
|
|
// UnityEngine.Experimental.GlobalIllumination.LinearColor UnityEngine.Experimental.GlobalIllumination.LightDataGI::indirectColor
|
|
LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD ___indirectColor_2;
|
|
// UnityEngine.Quaternion UnityEngine.Experimental.GlobalIllumination.LightDataGI::orientation
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___orientation_3;
|
|
// UnityEngine.Vector3 UnityEngine.Experimental.GlobalIllumination.LightDataGI::position
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_4;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::range
|
|
float ___range_5;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::coneAngle
|
|
float ___coneAngle_6;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::innerConeAngle
|
|
float ___innerConeAngle_7;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape0
|
|
float ___shape0_8;
|
|
// System.Single UnityEngine.Experimental.GlobalIllumination.LightDataGI::shape1
|
|
float ___shape1_9;
|
|
// UnityEngine.Experimental.GlobalIllumination.LightType UnityEngine.Experimental.GlobalIllumination.LightDataGI::type
|
|
uint8_t ___type_10;
|
|
// UnityEngine.Experimental.GlobalIllumination.LightMode UnityEngine.Experimental.GlobalIllumination.LightDataGI::mode
|
|
uint8_t ___mode_11;
|
|
// System.Byte UnityEngine.Experimental.GlobalIllumination.LightDataGI::shadow
|
|
uint8_t ___shadow_12;
|
|
// UnityEngine.Experimental.GlobalIllumination.FalloffType UnityEngine.Experimental.GlobalIllumination.LightDataGI::falloff
|
|
uint8_t ___falloff_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_instanceID_0() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___instanceID_0)); }
|
|
inline int32_t get_instanceID_0() const { return ___instanceID_0; }
|
|
inline int32_t* get_address_of_instanceID_0() { return &___instanceID_0; }
|
|
inline void set_instanceID_0(int32_t value)
|
|
{
|
|
___instanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_color_1() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___color_1)); }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_color_1() const { return ___color_1; }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_color_1() { return &___color_1; }
|
|
inline void set_color_1(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value)
|
|
{
|
|
___color_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_indirectColor_2() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___indirectColor_2)); }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD get_indirectColor_2() const { return ___indirectColor_2; }
|
|
inline LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD * get_address_of_indirectColor_2() { return &___indirectColor_2; }
|
|
inline void set_indirectColor_2(LinearColor_tB8D05FA20CBA5254EA4D27D2B47D7B067FE506CD value)
|
|
{
|
|
___indirectColor_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_orientation_3() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___orientation_3)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_orientation_3() const { return ___orientation_3; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_orientation_3() { return &___orientation_3; }
|
|
inline void set_orientation_3(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___orientation_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_position_4() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___position_4)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_4() const { return ___position_4; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_4() { return &___position_4; }
|
|
inline void set_position_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___position_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_range_5() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___range_5)); }
|
|
inline float get_range_5() const { return ___range_5; }
|
|
inline float* get_address_of_range_5() { return &___range_5; }
|
|
inline void set_range_5(float value)
|
|
{
|
|
___range_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_coneAngle_6() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___coneAngle_6)); }
|
|
inline float get_coneAngle_6() const { return ___coneAngle_6; }
|
|
inline float* get_address_of_coneAngle_6() { return &___coneAngle_6; }
|
|
inline void set_coneAngle_6(float value)
|
|
{
|
|
___coneAngle_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_innerConeAngle_7() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___innerConeAngle_7)); }
|
|
inline float get_innerConeAngle_7() const { return ___innerConeAngle_7; }
|
|
inline float* get_address_of_innerConeAngle_7() { return &___innerConeAngle_7; }
|
|
inline void set_innerConeAngle_7(float value)
|
|
{
|
|
___innerConeAngle_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shape0_8() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shape0_8)); }
|
|
inline float get_shape0_8() const { return ___shape0_8; }
|
|
inline float* get_address_of_shape0_8() { return &___shape0_8; }
|
|
inline void set_shape0_8(float value)
|
|
{
|
|
___shape0_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shape1_9() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shape1_9)); }
|
|
inline float get_shape1_9() const { return ___shape1_9; }
|
|
inline float* get_address_of_shape1_9() { return &___shape1_9; }
|
|
inline void set_shape1_9(float value)
|
|
{
|
|
___shape1_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_10() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___type_10)); }
|
|
inline uint8_t get_type_10() const { return ___type_10; }
|
|
inline uint8_t* get_address_of_type_10() { return &___type_10; }
|
|
inline void set_type_10(uint8_t value)
|
|
{
|
|
___type_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mode_11() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___mode_11)); }
|
|
inline uint8_t get_mode_11() const { return ___mode_11; }
|
|
inline uint8_t* get_address_of_mode_11() { return &___mode_11; }
|
|
inline void set_mode_11(uint8_t value)
|
|
{
|
|
___mode_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shadow_12() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___shadow_12)); }
|
|
inline uint8_t get_shadow_12() const { return ___shadow_12; }
|
|
inline uint8_t* get_address_of_shadow_12() { return &___shadow_12; }
|
|
inline void set_shadow_12(uint8_t value)
|
|
{
|
|
___shadow_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_falloff_13() { return static_cast<int32_t>(offsetof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2, ___falloff_13)); }
|
|
inline uint8_t get_falloff_13() const { return ___falloff_13; }
|
|
inline uint8_t* get_address_of_falloff_13() { return &___falloff_13; }
|
|
inline void set_falloff_13(uint8_t value)
|
|
{
|
|
___falloff_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Playables.PlayableBinding
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8
|
|
{
|
|
public:
|
|
// System.String UnityEngine.Playables.PlayableBinding::m_StreamName
|
|
String_t* ___m_StreamName_0;
|
|
// UnityEngine.Object UnityEngine.Playables.PlayableBinding::m_SourceObject
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___m_SourceObject_1;
|
|
// System.Type UnityEngine.Playables.PlayableBinding::m_SourceBindingType
|
|
Type_t * ___m_SourceBindingType_2;
|
|
// UnityEngine.Playables.PlayableBinding_CreateOutputMethod UnityEngine.Playables.PlayableBinding::m_CreateOutputMethod
|
|
CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 * ___m_CreateOutputMethod_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_StreamName_0() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_StreamName_0)); }
|
|
inline String_t* get_m_StreamName_0() const { return ___m_StreamName_0; }
|
|
inline String_t** get_address_of_m_StreamName_0() { return &___m_StreamName_0; }
|
|
inline void set_m_StreamName_0(String_t* value)
|
|
{
|
|
___m_StreamName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_StreamName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SourceObject_1() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_SourceObject_1)); }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * get_m_SourceObject_1() const { return ___m_SourceObject_1; }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 ** get_address_of_m_SourceObject_1() { return &___m_SourceObject_1; }
|
|
inline void set_m_SourceObject_1(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * value)
|
|
{
|
|
___m_SourceObject_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SourceObject_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SourceBindingType_2() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_SourceBindingType_2)); }
|
|
inline Type_t * get_m_SourceBindingType_2() const { return ___m_SourceBindingType_2; }
|
|
inline Type_t ** get_address_of_m_SourceBindingType_2() { return &___m_SourceBindingType_2; }
|
|
inline void set_m_SourceBindingType_2(Type_t * value)
|
|
{
|
|
___m_SourceBindingType_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SourceBindingType_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CreateOutputMethod_3() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8, ___m_CreateOutputMethod_3)); }
|
|
inline CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 * get_m_CreateOutputMethod_3() const { return ___m_CreateOutputMethod_3; }
|
|
inline CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 ** get_address_of_m_CreateOutputMethod_3() { return &___m_CreateOutputMethod_3; }
|
|
inline void set_m_CreateOutputMethod_3(CreateOutputMethod_tA7B649F49822FC5DD0B0D9F17247C73CAECB1CA3 * value)
|
|
{
|
|
___m_CreateOutputMethod_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CreateOutputMethod_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Playables.PlayableBinding[] UnityEngine.Playables.PlayableBinding::None
|
|
PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB* ___None_4;
|
|
// System.Double UnityEngine.Playables.PlayableBinding::DefaultDuration
|
|
double ___DefaultDuration_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_None_4() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_StaticFields, ___None_4)); }
|
|
inline PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB* get_None_4() const { return ___None_4; }
|
|
inline PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB** get_address_of_None_4() { return &___None_4; }
|
|
inline void set_None_4(PlayableBindingU5BU5D_t7EB322901D51EAB67BA4F711C87F3AC1CF5D89AB* value)
|
|
{
|
|
___None_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___None_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DefaultDuration_5() { return static_cast<int32_t>(offsetof(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_StaticFields, ___DefaultDuration_5)); }
|
|
inline double get_DefaultDuration_5() const { return ___DefaultDuration_5; }
|
|
inline double* get_address_of_DefaultDuration_5() { return &___DefaultDuration_5; }
|
|
inline void set_DefaultDuration_5(double value)
|
|
{
|
|
___DefaultDuration_5 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Playables.PlayableBinding
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_marshaled_pinvoke
|
|
{
|
|
char* ___m_StreamName_0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke ___m_SourceObject_1;
|
|
Type_t * ___m_SourceBindingType_2;
|
|
Il2CppMethodPointer ___m_CreateOutputMethod_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Playables.PlayableBinding
|
|
struct PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_StreamName_0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com* ___m_SourceObject_1;
|
|
Type_t * ___m_SourceBindingType_2;
|
|
Il2CppMethodPointer ___m_CreateOutputMethod_3;
|
|
};
|
|
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_pinvoke : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_com : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Touch
|
|
struct Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Touch::m_FingerId
|
|
int32_t ___m_FingerId_0;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_Position
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_1;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RawPosition_2;
|
|
// UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PositionDelta_3;
|
|
// System.Single UnityEngine.Touch::m_TimeDelta
|
|
float ___m_TimeDelta_4;
|
|
// System.Int32 UnityEngine.Touch::m_TapCount
|
|
int32_t ___m_TapCount_5;
|
|
// UnityEngine.TouchPhase UnityEngine.Touch::m_Phase
|
|
int32_t ___m_Phase_6;
|
|
// UnityEngine.TouchType UnityEngine.Touch::m_Type
|
|
int32_t ___m_Type_7;
|
|
// System.Single UnityEngine.Touch::m_Pressure
|
|
float ___m_Pressure_8;
|
|
// System.Single UnityEngine.Touch::m_maximumPossiblePressure
|
|
float ___m_maximumPossiblePressure_9;
|
|
// System.Single UnityEngine.Touch::m_Radius
|
|
float ___m_Radius_10;
|
|
// System.Single UnityEngine.Touch::m_RadiusVariance
|
|
float ___m_RadiusVariance_11;
|
|
// System.Single UnityEngine.Touch::m_AltitudeAngle
|
|
float ___m_AltitudeAngle_12;
|
|
// System.Single UnityEngine.Touch::m_AzimuthAngle
|
|
float ___m_AzimuthAngle_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_FingerId_0() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_FingerId_0)); }
|
|
inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; }
|
|
inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; }
|
|
inline void set_m_FingerId_0(int32_t value)
|
|
{
|
|
___m_FingerId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Position_1() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Position_1)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_1() const { return ___m_Position_1; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_1() { return &___m_Position_1; }
|
|
inline void set_m_Position_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_Position_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RawPosition_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RawPosition_2() const { return ___m_RawPosition_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; }
|
|
inline void set_m_RawPosition_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_RawPosition_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_PositionDelta_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PositionDelta_3() const { return ___m_PositionDelta_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; }
|
|
inline void set_m_PositionDelta_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___m_PositionDelta_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TimeDelta_4)); }
|
|
inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; }
|
|
inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; }
|
|
inline void set_m_TimeDelta_4(float value)
|
|
{
|
|
___m_TimeDelta_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TapCount_5() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TapCount_5)); }
|
|
inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; }
|
|
inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; }
|
|
inline void set_m_TapCount_5(int32_t value)
|
|
{
|
|
___m_TapCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Phase_6() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Phase_6)); }
|
|
inline int32_t get_m_Phase_6() const { return ___m_Phase_6; }
|
|
inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; }
|
|
inline void set_m_Phase_6(int32_t value)
|
|
{
|
|
___m_Phase_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Type_7() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Type_7)); }
|
|
inline int32_t get_m_Type_7() const { return ___m_Type_7; }
|
|
inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; }
|
|
inline void set_m_Type_7(int32_t value)
|
|
{
|
|
___m_Type_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Pressure_8() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Pressure_8)); }
|
|
inline float get_m_Pressure_8() const { return ___m_Pressure_8; }
|
|
inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; }
|
|
inline void set_m_Pressure_8(float value)
|
|
{
|
|
___m_Pressure_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_maximumPossiblePressure_9)); }
|
|
inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; }
|
|
inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; }
|
|
inline void set_m_maximumPossiblePressure_9(float value)
|
|
{
|
|
___m_maximumPossiblePressure_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Radius_10() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Radius_10)); }
|
|
inline float get_m_Radius_10() const { return ___m_Radius_10; }
|
|
inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; }
|
|
inline void set_m_Radius_10(float value)
|
|
{
|
|
___m_Radius_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RadiusVariance_11)); }
|
|
inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; }
|
|
inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; }
|
|
inline void set_m_RadiusVariance_11(float value)
|
|
{
|
|
___m_RadiusVariance_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AltitudeAngle_12)); }
|
|
inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; }
|
|
inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; }
|
|
inline void set_m_AltitudeAngle_12(float value)
|
|
{
|
|
___m_AltitudeAngle_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AzimuthAngle_13)); }
|
|
inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; }
|
|
inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; }
|
|
inline void set_m_AzimuthAngle_13(float value)
|
|
{
|
|
___m_AzimuthAngle_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.EventBase
|
|
struct EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int64 UnityEngine.UIElements.EventBase::<timestamp>k__BackingField
|
|
int64_t ___U3CtimestampU3Ek__BackingField_2;
|
|
// System.UInt64 UnityEngine.UIElements.EventBase::<eventId>k__BackingField
|
|
uint64_t ___U3CeventIdU3Ek__BackingField_3;
|
|
// System.UInt64 UnityEngine.UIElements.EventBase::<triggerEventId>k__BackingField
|
|
uint64_t ___U3CtriggerEventIdU3Ek__BackingField_4;
|
|
// UnityEngine.UIElements.EventBase_EventPropagation UnityEngine.UIElements.EventBase::<propagation>k__BackingField
|
|
int32_t ___U3CpropagationU3Ek__BackingField_5;
|
|
// UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.EventBase::m_Path
|
|
PropagationPaths_t59C288865B38FA5B8E17CA28D79FC4E1C58CE10D * ___m_Path_6;
|
|
// UnityEngine.UIElements.EventBase_LifeCycleStatus UnityEngine.UIElements.EventBase::<lifeCycleStatus>k__BackingField
|
|
int32_t ___U3ClifeCycleStatusU3Ek__BackingField_7;
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::<leafTarget>k__BackingField
|
|
RuntimeObject* ___U3CleafTargetU3Ek__BackingField_8;
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_Target
|
|
RuntimeObject* ___m_Target_9;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler> UnityEngine.UIElements.EventBase::<skipElements>k__BackingField
|
|
List_1_tC6DEF7083E8206203302B1B25E23947E49BBD537 * ___U3CskipElementsU3Ek__BackingField_10;
|
|
// UnityEngine.UIElements.PropagationPhase UnityEngine.UIElements.EventBase::<propagationPhase>k__BackingField
|
|
int32_t ___U3CpropagationPhaseU3Ek__BackingField_11;
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_CurrentTarget
|
|
RuntimeObject* ___m_CurrentTarget_12;
|
|
// UnityEngine.Event UnityEngine.UIElements.EventBase::m_ImguiEvent
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___m_ImguiEvent_13;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.EventBase::<originalMousePosition>k__BackingField
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CoriginalMousePositionU3Ek__BackingField_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CtimestampU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CtimestampU3Ek__BackingField_2)); }
|
|
inline int64_t get_U3CtimestampU3Ek__BackingField_2() const { return ___U3CtimestampU3Ek__BackingField_2; }
|
|
inline int64_t* get_address_of_U3CtimestampU3Ek__BackingField_2() { return &___U3CtimestampU3Ek__BackingField_2; }
|
|
inline void set_U3CtimestampU3Ek__BackingField_2(int64_t value)
|
|
{
|
|
___U3CtimestampU3Ek__BackingField_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CeventIdU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CeventIdU3Ek__BackingField_3)); }
|
|
inline uint64_t get_U3CeventIdU3Ek__BackingField_3() const { return ___U3CeventIdU3Ek__BackingField_3; }
|
|
inline uint64_t* get_address_of_U3CeventIdU3Ek__BackingField_3() { return &___U3CeventIdU3Ek__BackingField_3; }
|
|
inline void set_U3CeventIdU3Ek__BackingField_3(uint64_t value)
|
|
{
|
|
___U3CeventIdU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CtriggerEventIdU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CtriggerEventIdU3Ek__BackingField_4)); }
|
|
inline uint64_t get_U3CtriggerEventIdU3Ek__BackingField_4() const { return ___U3CtriggerEventIdU3Ek__BackingField_4; }
|
|
inline uint64_t* get_address_of_U3CtriggerEventIdU3Ek__BackingField_4() { return &___U3CtriggerEventIdU3Ek__BackingField_4; }
|
|
inline void set_U3CtriggerEventIdU3Ek__BackingField_4(uint64_t value)
|
|
{
|
|
___U3CtriggerEventIdU3Ek__BackingField_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CpropagationU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CpropagationU3Ek__BackingField_5)); }
|
|
inline int32_t get_U3CpropagationU3Ek__BackingField_5() const { return ___U3CpropagationU3Ek__BackingField_5; }
|
|
inline int32_t* get_address_of_U3CpropagationU3Ek__BackingField_5() { return &___U3CpropagationU3Ek__BackingField_5; }
|
|
inline void set_U3CpropagationU3Ek__BackingField_5(int32_t value)
|
|
{
|
|
___U3CpropagationU3Ek__BackingField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Path_6() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___m_Path_6)); }
|
|
inline PropagationPaths_t59C288865B38FA5B8E17CA28D79FC4E1C58CE10D * get_m_Path_6() const { return ___m_Path_6; }
|
|
inline PropagationPaths_t59C288865B38FA5B8E17CA28D79FC4E1C58CE10D ** get_address_of_m_Path_6() { return &___m_Path_6; }
|
|
inline void set_m_Path_6(PropagationPaths_t59C288865B38FA5B8E17CA28D79FC4E1C58CE10D * value)
|
|
{
|
|
___m_Path_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Path_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3ClifeCycleStatusU3Ek__BackingField_7)); }
|
|
inline int32_t get_U3ClifeCycleStatusU3Ek__BackingField_7() const { return ___U3ClifeCycleStatusU3Ek__BackingField_7; }
|
|
inline int32_t* get_address_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return &___U3ClifeCycleStatusU3Ek__BackingField_7; }
|
|
inline void set_U3ClifeCycleStatusU3Ek__BackingField_7(int32_t value)
|
|
{
|
|
___U3ClifeCycleStatusU3Ek__BackingField_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CleafTargetU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CleafTargetU3Ek__BackingField_8)); }
|
|
inline RuntimeObject* get_U3CleafTargetU3Ek__BackingField_8() const { return ___U3CleafTargetU3Ek__BackingField_8; }
|
|
inline RuntimeObject** get_address_of_U3CleafTargetU3Ek__BackingField_8() { return &___U3CleafTargetU3Ek__BackingField_8; }
|
|
inline void set_U3CleafTargetU3Ek__BackingField_8(RuntimeObject* value)
|
|
{
|
|
___U3CleafTargetU3Ek__BackingField_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CleafTargetU3Ek__BackingField_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Target_9() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___m_Target_9)); }
|
|
inline RuntimeObject* get_m_Target_9() const { return ___m_Target_9; }
|
|
inline RuntimeObject** get_address_of_m_Target_9() { return &___m_Target_9; }
|
|
inline void set_m_Target_9(RuntimeObject* value)
|
|
{
|
|
___m_Target_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Target_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CskipElementsU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CskipElementsU3Ek__BackingField_10)); }
|
|
inline List_1_tC6DEF7083E8206203302B1B25E23947E49BBD537 * get_U3CskipElementsU3Ek__BackingField_10() const { return ___U3CskipElementsU3Ek__BackingField_10; }
|
|
inline List_1_tC6DEF7083E8206203302B1B25E23947E49BBD537 ** get_address_of_U3CskipElementsU3Ek__BackingField_10() { return &___U3CskipElementsU3Ek__BackingField_10; }
|
|
inline void set_U3CskipElementsU3Ek__BackingField_10(List_1_tC6DEF7083E8206203302B1B25E23947E49BBD537 * value)
|
|
{
|
|
___U3CskipElementsU3Ek__BackingField_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CskipElementsU3Ek__BackingField_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CpropagationPhaseU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CpropagationPhaseU3Ek__BackingField_11)); }
|
|
inline int32_t get_U3CpropagationPhaseU3Ek__BackingField_11() const { return ___U3CpropagationPhaseU3Ek__BackingField_11; }
|
|
inline int32_t* get_address_of_U3CpropagationPhaseU3Ek__BackingField_11() { return &___U3CpropagationPhaseU3Ek__BackingField_11; }
|
|
inline void set_U3CpropagationPhaseU3Ek__BackingField_11(int32_t value)
|
|
{
|
|
___U3CpropagationPhaseU3Ek__BackingField_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentTarget_12() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___m_CurrentTarget_12)); }
|
|
inline RuntimeObject* get_m_CurrentTarget_12() const { return ___m_CurrentTarget_12; }
|
|
inline RuntimeObject** get_address_of_m_CurrentTarget_12() { return &___m_CurrentTarget_12; }
|
|
inline void set_m_CurrentTarget_12(RuntimeObject* value)
|
|
{
|
|
___m_CurrentTarget_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentTarget_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ImguiEvent_13() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___m_ImguiEvent_13)); }
|
|
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_m_ImguiEvent_13() const { return ___m_ImguiEvent_13; }
|
|
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_m_ImguiEvent_13() { return &___m_ImguiEvent_13; }
|
|
inline void set_m_ImguiEvent_13(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value)
|
|
{
|
|
___m_ImguiEvent_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ImguiEvent_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD, ___U3CoriginalMousePositionU3Ek__BackingField_14)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CoriginalMousePositionU3Ek__BackingField_14() const { return ___U3CoriginalMousePositionU3Ek__BackingField_14; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return &___U3CoriginalMousePositionU3Ek__BackingField_14; }
|
|
inline void set_U3CoriginalMousePositionU3Ek__BackingField_14(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___U3CoriginalMousePositionU3Ek__BackingField_14 = value;
|
|
}
|
|
};
|
|
|
|
struct EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD_StaticFields
|
|
{
|
|
public:
|
|
// System.Int64 UnityEngine.UIElements.EventBase::s_LastTypeId
|
|
int64_t ___s_LastTypeId_0;
|
|
// System.UInt64 UnityEngine.UIElements.EventBase::s_NextEventId
|
|
uint64_t ___s_NextEventId_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_LastTypeId_0() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD_StaticFields, ___s_LastTypeId_0)); }
|
|
inline int64_t get_s_LastTypeId_0() const { return ___s_LastTypeId_0; }
|
|
inline int64_t* get_address_of_s_LastTypeId_0() { return &___s_LastTypeId_0; }
|
|
inline void set_s_LastTypeId_0(int64_t value)
|
|
{
|
|
___s_LastTypeId_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_NextEventId_1() { return static_cast<int32_t>(offsetof(EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD_StaticFields, ___s_NextEventId_1)); }
|
|
inline uint64_t get_s_NextEventId_1() const { return ___s_NextEventId_1; }
|
|
inline uint64_t* get_address_of_s_NextEventId_1() { return &___s_NextEventId_1; }
|
|
inline void set_s_NextEventId_1(uint64_t value)
|
|
{
|
|
___s_NextEventId_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.Length
|
|
struct Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.UIElements.Length::m_Value
|
|
float ___m_Value_0;
|
|
// UnityEngine.UIElements.LengthUnit UnityEngine.UIElements.Length::m_Unit
|
|
int32_t ___m_Unit_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Value_0() { return static_cast<int32_t>(offsetof(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300, ___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;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Unit_1() { return static_cast<int32_t>(offsetof(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300, ___m_Unit_1)); }
|
|
inline int32_t get_m_Unit_1() const { return ___m_Unit_1; }
|
|
inline int32_t* get_address_of_m_Unit_1() { return &___m_Unit_1; }
|
|
inline void set_m_Unit_1(int32_t value)
|
|
{
|
|
___m_Unit_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 : public Focusable_tE75872B8E11B244036F83AB8FFBB20F782F19C6B
|
|
{
|
|
public:
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<isCompositeRoot>k__BackingField
|
|
bool ___U3CisCompositeRootU3Ek__BackingField_3;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.VisualElement::m_Position
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Position_7;
|
|
// UnityEngine.Quaternion UnityEngine.UIElements.VisualElement::m_Rotation
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___m_Rotation_8;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.VisualElement::m_Scale
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Scale_9;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<isLayoutManual>k__BackingField
|
|
bool ___U3CisLayoutManualU3Ek__BackingField_10;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_Layout
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___m_Layout_11;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::isBoundingBoxDirty
|
|
bool ___isBoundingBoxDirty_12;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_BoundingBox
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___m_BoundingBox_13;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::isWorldBoundingBoxDirty
|
|
bool ___isWorldBoundingBoxDirty_14;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldBoundingBox
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___m_WorldBoundingBox_15;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<isWorldTransformDirty>k__BackingField
|
|
bool ___U3CisWorldTransformDirtyU3Ek__BackingField_16;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<isWorldTransformInverseDirty>k__BackingField
|
|
bool ___U3CisWorldTransformInverseDirtyU3Ek__BackingField_17;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformCache
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_WorldTransformCache_18;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformInverseCache
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m_WorldTransformInverseCache_19;
|
|
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::m_PseudoStates
|
|
int32_t ___m_PseudoStates_21;
|
|
// UnityEngine.UIElements.PickingMode UnityEngine.UIElements.VisualElement::<pickingMode>k__BackingField
|
|
int32_t ___U3CpickingModeU3Ek__BackingField_22;
|
|
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.VisualElement::<yogaNode>k__BackingField
|
|
YogaNode_tFCB801A447DAC7A335C686ABC5941A4357102A2C * ___U3CyogaNodeU3Ek__BackingField_23;
|
|
// UnityEngine.UIElements.StyleSheets.VisualElementStylesData UnityEngine.UIElements.VisualElement::m_Style
|
|
VisualElementStylesData_tA65DA46967965C0F2B590B64C424DBCE087CF867 * ___m_Style_24;
|
|
// UnityEngine.UIElements.StyleSheets.InheritedStylesData UnityEngine.UIElements.VisualElement::m_InheritedStylesData
|
|
InheritedStylesData_t03E6A5F7D9F2C86527C534C7A1A76EBAA039AE2E * ___m_InheritedStylesData_25;
|
|
// UnityEngine.UIElements.ComputedStyle UnityEngine.UIElements.VisualElement::<computedStyle>k__BackingField
|
|
ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91 ___U3CcomputedStyleU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::imguiContainerDescendantCount
|
|
int32_t ___imguiContainerDescendantCount_27;
|
|
// UnityEngine.UIElements.VisualElement_Hierarchy UnityEngine.UIElements.VisualElement::<hierarchy>k__BackingField
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F ___U3ChierarchyU3Ek__BackingField_28;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_PhysicalParent
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___m_PhysicalParent_29;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::m_Children
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * ___m_Children_31;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualElement::<elementPanel>k__BackingField
|
|
BaseVisualElementPanel_t508E21628181848188EE9CDA4C4AF692FB574C90 * ___U3CelementPanelU3Ek__BackingField_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CisCompositeRootU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CisCompositeRootU3Ek__BackingField_3)); }
|
|
inline bool get_U3CisCompositeRootU3Ek__BackingField_3() const { return ___U3CisCompositeRootU3Ek__BackingField_3; }
|
|
inline bool* get_address_of_U3CisCompositeRootU3Ek__BackingField_3() { return &___U3CisCompositeRootU3Ek__BackingField_3; }
|
|
inline void set_U3CisCompositeRootU3Ek__BackingField_3(bool value)
|
|
{
|
|
___U3CisCompositeRootU3Ek__BackingField_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Position_7() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_Position_7)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Position_7() const { return ___m_Position_7; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Position_7() { return &___m_Position_7; }
|
|
inline void set_m_Position_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Position_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Rotation_8() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_Rotation_8)); }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_m_Rotation_8() const { return ___m_Rotation_8; }
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_m_Rotation_8() { return &___m_Rotation_8; }
|
|
inline void set_m_Rotation_8(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
___m_Rotation_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Scale_9() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_Scale_9)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Scale_9() const { return ___m_Scale_9; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Scale_9() { return &___m_Scale_9; }
|
|
inline void set_m_Scale_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Scale_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CisLayoutManualU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CisLayoutManualU3Ek__BackingField_10)); }
|
|
inline bool get_U3CisLayoutManualU3Ek__BackingField_10() const { return ___U3CisLayoutManualU3Ek__BackingField_10; }
|
|
inline bool* get_address_of_U3CisLayoutManualU3Ek__BackingField_10() { return &___U3CisLayoutManualU3Ek__BackingField_10; }
|
|
inline void set_U3CisLayoutManualU3Ek__BackingField_10(bool value)
|
|
{
|
|
___U3CisLayoutManualU3Ek__BackingField_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Layout_11() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_Layout_11)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_m_Layout_11() const { return ___m_Layout_11; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_m_Layout_11() { return &___m_Layout_11; }
|
|
inline void set_m_Layout_11(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___m_Layout_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isBoundingBoxDirty_12() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___isBoundingBoxDirty_12)); }
|
|
inline bool get_isBoundingBoxDirty_12() const { return ___isBoundingBoxDirty_12; }
|
|
inline bool* get_address_of_isBoundingBoxDirty_12() { return &___isBoundingBoxDirty_12; }
|
|
inline void set_isBoundingBoxDirty_12(bool value)
|
|
{
|
|
___isBoundingBoxDirty_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_BoundingBox_13() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_BoundingBox_13)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_m_BoundingBox_13() const { return ___m_BoundingBox_13; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_m_BoundingBox_13() { return &___m_BoundingBox_13; }
|
|
inline void set_m_BoundingBox_13(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___m_BoundingBox_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isWorldBoundingBoxDirty_14() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___isWorldBoundingBoxDirty_14)); }
|
|
inline bool get_isWorldBoundingBoxDirty_14() const { return ___isWorldBoundingBoxDirty_14; }
|
|
inline bool* get_address_of_isWorldBoundingBoxDirty_14() { return &___isWorldBoundingBoxDirty_14; }
|
|
inline void set_isWorldBoundingBoxDirty_14(bool value)
|
|
{
|
|
___isWorldBoundingBoxDirty_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_WorldBoundingBox_15() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_WorldBoundingBox_15)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_m_WorldBoundingBox_15() const { return ___m_WorldBoundingBox_15; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_m_WorldBoundingBox_15() { return &___m_WorldBoundingBox_15; }
|
|
inline void set_m_WorldBoundingBox_15(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___m_WorldBoundingBox_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CisWorldTransformDirtyU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CisWorldTransformDirtyU3Ek__BackingField_16)); }
|
|
inline bool get_U3CisWorldTransformDirtyU3Ek__BackingField_16() const { return ___U3CisWorldTransformDirtyU3Ek__BackingField_16; }
|
|
inline bool* get_address_of_U3CisWorldTransformDirtyU3Ek__BackingField_16() { return &___U3CisWorldTransformDirtyU3Ek__BackingField_16; }
|
|
inline void set_U3CisWorldTransformDirtyU3Ek__BackingField_16(bool value)
|
|
{
|
|
___U3CisWorldTransformDirtyU3Ek__BackingField_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CisWorldTransformInverseDirtyU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CisWorldTransformInverseDirtyU3Ek__BackingField_17)); }
|
|
inline bool get_U3CisWorldTransformInverseDirtyU3Ek__BackingField_17() const { return ___U3CisWorldTransformInverseDirtyU3Ek__BackingField_17; }
|
|
inline bool* get_address_of_U3CisWorldTransformInverseDirtyU3Ek__BackingField_17() { return &___U3CisWorldTransformInverseDirtyU3Ek__BackingField_17; }
|
|
inline void set_U3CisWorldTransformInverseDirtyU3Ek__BackingField_17(bool value)
|
|
{
|
|
___U3CisWorldTransformInverseDirtyU3Ek__BackingField_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_WorldTransformCache_18() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_WorldTransformCache_18)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_WorldTransformCache_18() const { return ___m_WorldTransformCache_18; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_WorldTransformCache_18() { return &___m_WorldTransformCache_18; }
|
|
inline void set_m_WorldTransformCache_18(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___m_WorldTransformCache_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_WorldTransformInverseCache_19() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_WorldTransformInverseCache_19)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_m_WorldTransformInverseCache_19() const { return ___m_WorldTransformInverseCache_19; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_m_WorldTransformInverseCache_19() { return &___m_WorldTransformInverseCache_19; }
|
|
inline void set_m_WorldTransformInverseCache_19(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___m_WorldTransformInverseCache_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PseudoStates_21() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_PseudoStates_21)); }
|
|
inline int32_t get_m_PseudoStates_21() const { return ___m_PseudoStates_21; }
|
|
inline int32_t* get_address_of_m_PseudoStates_21() { return &___m_PseudoStates_21; }
|
|
inline void set_m_PseudoStates_21(int32_t value)
|
|
{
|
|
___m_PseudoStates_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CpickingModeU3Ek__BackingField_22() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CpickingModeU3Ek__BackingField_22)); }
|
|
inline int32_t get_U3CpickingModeU3Ek__BackingField_22() const { return ___U3CpickingModeU3Ek__BackingField_22; }
|
|
inline int32_t* get_address_of_U3CpickingModeU3Ek__BackingField_22() { return &___U3CpickingModeU3Ek__BackingField_22; }
|
|
inline void set_U3CpickingModeU3Ek__BackingField_22(int32_t value)
|
|
{
|
|
___U3CpickingModeU3Ek__BackingField_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CyogaNodeU3Ek__BackingField_23() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CyogaNodeU3Ek__BackingField_23)); }
|
|
inline YogaNode_tFCB801A447DAC7A335C686ABC5941A4357102A2C * get_U3CyogaNodeU3Ek__BackingField_23() const { return ___U3CyogaNodeU3Ek__BackingField_23; }
|
|
inline YogaNode_tFCB801A447DAC7A335C686ABC5941A4357102A2C ** get_address_of_U3CyogaNodeU3Ek__BackingField_23() { return &___U3CyogaNodeU3Ek__BackingField_23; }
|
|
inline void set_U3CyogaNodeU3Ek__BackingField_23(YogaNode_tFCB801A447DAC7A335C686ABC5941A4357102A2C * value)
|
|
{
|
|
___U3CyogaNodeU3Ek__BackingField_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CyogaNodeU3Ek__BackingField_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Style_24() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_Style_24)); }
|
|
inline VisualElementStylesData_tA65DA46967965C0F2B590B64C424DBCE087CF867 * get_m_Style_24() const { return ___m_Style_24; }
|
|
inline VisualElementStylesData_tA65DA46967965C0F2B590B64C424DBCE087CF867 ** get_address_of_m_Style_24() { return &___m_Style_24; }
|
|
inline void set_m_Style_24(VisualElementStylesData_tA65DA46967965C0F2B590B64C424DBCE087CF867 * value)
|
|
{
|
|
___m_Style_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Style_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_InheritedStylesData_25() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_InheritedStylesData_25)); }
|
|
inline InheritedStylesData_t03E6A5F7D9F2C86527C534C7A1A76EBAA039AE2E * get_m_InheritedStylesData_25() const { return ___m_InheritedStylesData_25; }
|
|
inline InheritedStylesData_t03E6A5F7D9F2C86527C534C7A1A76EBAA039AE2E ** get_address_of_m_InheritedStylesData_25() { return &___m_InheritedStylesData_25; }
|
|
inline void set_m_InheritedStylesData_25(InheritedStylesData_t03E6A5F7D9F2C86527C534C7A1A76EBAA039AE2E * value)
|
|
{
|
|
___m_InheritedStylesData_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_InheritedStylesData_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CcomputedStyleU3Ek__BackingField_26() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CcomputedStyleU3Ek__BackingField_26)); }
|
|
inline ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91 get_U3CcomputedStyleU3Ek__BackingField_26() const { return ___U3CcomputedStyleU3Ek__BackingField_26; }
|
|
inline ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91 * get_address_of_U3CcomputedStyleU3Ek__BackingField_26() { return &___U3CcomputedStyleU3Ek__BackingField_26; }
|
|
inline void set_U3CcomputedStyleU3Ek__BackingField_26(ComputedStyle_tB5824B48158F8503B606231911B3BC842BB81A91 value)
|
|
{
|
|
___U3CcomputedStyleU3Ek__BackingField_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CcomputedStyleU3Ek__BackingField_26))->___m_Element_0), (void*)NULL);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_imguiContainerDescendantCount_27() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___imguiContainerDescendantCount_27)); }
|
|
inline int32_t get_imguiContainerDescendantCount_27() const { return ___imguiContainerDescendantCount_27; }
|
|
inline int32_t* get_address_of_imguiContainerDescendantCount_27() { return &___imguiContainerDescendantCount_27; }
|
|
inline void set_imguiContainerDescendantCount_27(int32_t value)
|
|
{
|
|
___imguiContainerDescendantCount_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3ChierarchyU3Ek__BackingField_28() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3ChierarchyU3Ek__BackingField_28)); }
|
|
inline Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F get_U3ChierarchyU3Ek__BackingField_28() const { return ___U3ChierarchyU3Ek__BackingField_28; }
|
|
inline Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F * get_address_of_U3ChierarchyU3Ek__BackingField_28() { return &___U3ChierarchyU3Ek__BackingField_28; }
|
|
inline void set_U3ChierarchyU3Ek__BackingField_28(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F value)
|
|
{
|
|
___U3ChierarchyU3Ek__BackingField_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___U3ChierarchyU3Ek__BackingField_28))->___m_Owner_0), (void*)NULL);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PhysicalParent_29() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_PhysicalParent_29)); }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * get_m_PhysicalParent_29() const { return ___m_PhysicalParent_29; }
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 ** get_address_of_m_PhysicalParent_29() { return &___m_PhysicalParent_29; }
|
|
inline void set_m_PhysicalParent_29(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * value)
|
|
{
|
|
___m_PhysicalParent_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_PhysicalParent_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Children_31() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___m_Children_31)); }
|
|
inline List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * get_m_Children_31() const { return ___m_Children_31; }
|
|
inline List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 ** get_address_of_m_Children_31() { return &___m_Children_31; }
|
|
inline void set_m_Children_31(List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * value)
|
|
{
|
|
___m_Children_31 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Children_31), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CelementPanelU3Ek__BackingField_32() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57, ___U3CelementPanelU3Ek__BackingField_32)); }
|
|
inline BaseVisualElementPanel_t508E21628181848188EE9CDA4C4AF692FB574C90 * get_U3CelementPanelU3Ek__BackingField_32() const { return ___U3CelementPanelU3Ek__BackingField_32; }
|
|
inline BaseVisualElementPanel_t508E21628181848188EE9CDA4C4AF692FB574C90 ** get_address_of_U3CelementPanelU3Ek__BackingField_32() { return &___U3CelementPanelU3Ek__BackingField_32; }
|
|
inline void set_U3CelementPanelU3Ek__BackingField_32(BaseVisualElementPanel_t508E21628181848188EE9CDA4C4AF692FB574C90 * value)
|
|
{
|
|
___U3CelementPanelU3Ek__BackingField_32 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CelementPanelU3Ek__BackingField_32), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::s_EmptyClassList
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___s_EmptyClassList_4;
|
|
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::userDataPropertyKey
|
|
PropertyName_t75EB843FEA2EC372093479A35C24364D2DF98529 ___userDataPropertyKey_5;
|
|
// System.String UnityEngine.UIElements.VisualElement::disabledUssClassName
|
|
String_t* ___disabledUssClassName_6;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::s_InfiniteRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___s_InfiniteRect_20;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::s_EmptyList
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * ___s_EmptyList_30;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EmptyClassList_4() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57_StaticFields, ___s_EmptyClassList_4)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_s_EmptyClassList_4() const { return ___s_EmptyClassList_4; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_s_EmptyClassList_4() { return &___s_EmptyClassList_4; }
|
|
inline void set_s_EmptyClassList_4(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___s_EmptyClassList_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EmptyClassList_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_userDataPropertyKey_5() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57_StaticFields, ___userDataPropertyKey_5)); }
|
|
inline PropertyName_t75EB843FEA2EC372093479A35C24364D2DF98529 get_userDataPropertyKey_5() const { return ___userDataPropertyKey_5; }
|
|
inline PropertyName_t75EB843FEA2EC372093479A35C24364D2DF98529 * get_address_of_userDataPropertyKey_5() { return &___userDataPropertyKey_5; }
|
|
inline void set_userDataPropertyKey_5(PropertyName_t75EB843FEA2EC372093479A35C24364D2DF98529 value)
|
|
{
|
|
___userDataPropertyKey_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_disabledUssClassName_6() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57_StaticFields, ___disabledUssClassName_6)); }
|
|
inline String_t* get_disabledUssClassName_6() const { return ___disabledUssClassName_6; }
|
|
inline String_t** get_address_of_disabledUssClassName_6() { return &___disabledUssClassName_6; }
|
|
inline void set_disabledUssClassName_6(String_t* value)
|
|
{
|
|
___disabledUssClassName_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___disabledUssClassName_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InfiniteRect_20() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57_StaticFields, ___s_InfiniteRect_20)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_s_InfiniteRect_20() const { return ___s_InfiniteRect_20; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_s_InfiniteRect_20() { return &___s_InfiniteRect_20; }
|
|
inline void set_s_InfiniteRect_20(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___s_InfiniteRect_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_EmptyList_30() { return static_cast<int32_t>(offsetof(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57_StaticFields, ___s_EmptyList_30)); }
|
|
inline List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * get_s_EmptyList_30() const { return ___s_EmptyList_30; }
|
|
inline List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 ** get_address_of_s_EmptyList_30() { return &___s_EmptyList_30; }
|
|
inline void set_s_EmptyList_30(List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * value)
|
|
{
|
|
___s_EmptyList_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EmptyList_30), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.UnityException
|
|
struct UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// taurus.client.TDataWrapper
|
|
struct TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object taurus.client.TDataWrapper::data
|
|
RuntimeObject * ___data_0;
|
|
// taurus.client.TDataType taurus.client.TDataWrapper::typeId
|
|
uint8_t ___typeId_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_data_0() { return static_cast<int32_t>(offsetof(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797, ___data_0)); }
|
|
inline RuntimeObject * get_data_0() const { return ___data_0; }
|
|
inline RuntimeObject ** get_address_of_data_0() { return &___data_0; }
|
|
inline void set_data_0(RuntimeObject * value)
|
|
{
|
|
___data_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_typeId_1() { return static_cast<int32_t>(offsetof(TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797, ___typeId_1)); }
|
|
inline uint8_t get_typeId_1() const { return ___typeId_1; }
|
|
inline uint8_t* get_address_of_typeId_1() { return &___typeId_1; }
|
|
inline void set_typeId_1(uint8_t value)
|
|
{
|
|
___typeId_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.ArgumentException::m_paramName
|
|
String_t* ___m_paramName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|
inline void set_m_paramName_17(String_t* value)
|
|
{
|
|
___m_paramName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C
|
|
{
|
|
public:
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode
|
|
int32_t ___hashCode_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_Entry::next
|
|
int32_t ___next_1;
|
|
// TKey System.Collections.Generic.Dictionary`2_Entry::key
|
|
RuntimeObject * ___key_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_Entry::value
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___value_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_hashCode_0() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___hashCode_0)); }
|
|
inline int32_t get_hashCode_0() const { return ___hashCode_0; }
|
|
inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; }
|
|
inline void set_hashCode_0(int32_t value)
|
|
{
|
|
___hashCode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___next_1)); }
|
|
inline int32_t get_next_1() const { return ___next_1; }
|
|
inline int32_t* get_address_of_next_1() { return &___next_1; }
|
|
inline void set_next_1(int32_t value)
|
|
{
|
|
___next_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_2() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___key_2)); }
|
|
inline RuntimeObject * get_key_2() const { return ___key_2; }
|
|
inline RuntimeObject ** get_address_of_key_2() { return &___key_2; }
|
|
inline void set_key_2(RuntimeObject * value)
|
|
{
|
|
___key_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_3() { return static_cast<int32_t>(offsetof(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C, ___value_3)); }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 get_value_3() const { return ___value_3; }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * get_address_of_value_3() { return &___value_3; }
|
|
inline void set_value_3(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 value)
|
|
{
|
|
___value_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>
|
|
struct KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A
|
|
{
|
|
public:
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject * ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A, ___value_1)); }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 get_value_1() const { return ___value_1; }
|
|
inline Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 value)
|
|
{
|
|
___value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Converter`2<System.Object,System.Object>
|
|
struct Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`1<System.Object>
|
|
struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Decimal>
|
|
struct Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Double>
|
|
struct Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int16>
|
|
struct Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int32>
|
|
struct Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Int64>
|
|
struct Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Object>
|
|
struct Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Reflection.ParameterModifier>
|
|
struct Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.SByte>
|
|
struct Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Single>
|
|
struct Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt16>
|
|
struct Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt32>
|
|
struct Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.UInt64>
|
|
struct Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color32>
|
|
struct Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Color>
|
|
struct Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Matrix4x4>
|
|
struct Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.ParticleSystem_Particle>
|
|
struct Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Quaternion>
|
|
struct Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RaycastHit>
|
|
struct Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.RenderBuffer>
|
|
struct Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector2>
|
|
struct Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector3>
|
|
struct Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Vector4>
|
|
struct Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.MemberAccessException
|
|
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.TypeInfo
|
|
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StyleValue
|
|
struct StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyID UnityEngine.UIElements.StyleSheets.StyleValue::id
|
|
int32_t ___id_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___id_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___keyword_1_OffsetPadding[4];
|
|
// UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleSheets.StyleValue::keyword
|
|
int32_t ___keyword_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___keyword_1_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___keyword_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___number_2_OffsetPadding[8];
|
|
// System.Single UnityEngine.UIElements.StyleSheets.StyleValue::number
|
|
float ___number_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___number_2_OffsetPadding_forAlignmentOnly[8];
|
|
float ___number_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___length_3_OffsetPadding[8];
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.StyleSheets.StyleValue::length
|
|
Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 ___length_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___length_3_OffsetPadding_forAlignmentOnly[8];
|
|
Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 ___length_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___color_4_OffsetPadding[8];
|
|
// UnityEngine.Color UnityEngine.UIElements.StyleSheets.StyleValue::color
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___color_4_OffsetPadding_forAlignmentOnly[8];
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___resource_5_OffsetPadding[8];
|
|
// System.Runtime.InteropServices.GCHandle UnityEngine.UIElements.StyleSheets.StyleValue::resource
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___resource_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___resource_5_OffsetPadding_forAlignmentOnly[8];
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___resource_5_forAlignmentOnly;
|
|
};
|
|
};
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_id_0() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___id_0)); }
|
|
inline int32_t get_id_0() const { return ___id_0; }
|
|
inline int32_t* get_address_of_id_0() { return &___id_0; }
|
|
inline void set_id_0(int32_t value)
|
|
{
|
|
___id_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keyword_1() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___keyword_1)); }
|
|
inline int32_t get_keyword_1() const { return ___keyword_1; }
|
|
inline int32_t* get_address_of_keyword_1() { return &___keyword_1; }
|
|
inline void set_keyword_1(int32_t value)
|
|
{
|
|
___keyword_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_number_2() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___number_2)); }
|
|
inline float get_number_2() const { return ___number_2; }
|
|
inline float* get_address_of_number_2() { return &___number_2; }
|
|
inline void set_number_2(float value)
|
|
{
|
|
___number_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_length_3() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___length_3)); }
|
|
inline Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 get_length_3() const { return ___length_3; }
|
|
inline Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 * get_address_of_length_3() { return &___length_3; }
|
|
inline void set_length_3(Length_tE2A2C2ECE7255AC6FB9B1F41D51E7BC645021300 value)
|
|
{
|
|
___length_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_color_4() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___color_4)); }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_4() const { return ___color_4; }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_4() { return &___color_4; }
|
|
inline void set_color_4(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
___color_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_resource_5() { return static_cast<int32_t>(offsetof(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371, ___resource_5)); }
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_resource_5() const { return ___resource_5; }
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_resource_5() { return &___resource_5; }
|
|
inline void set_resource_5(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
|
|
{
|
|
___resource_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
// System.Object System.ArgumentOutOfRangeException::m_actualValue
|
|
RuntimeObject * ___m_actualValue_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
|
|
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
|
|
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
|
|
inline void set_m_actualValue_19(RuntimeObject * value)
|
|
{
|
|
___m_actualValue_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
|
|
{
|
|
public:
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
|
|
String_t* ____rangeMessage_18;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
|
|
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
|
|
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
|
|
inline void set__rangeMessage_18(String_t* value)
|
|
{
|
|
____rangeMessage_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MissingMemberException
|
|
struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0
|
|
{
|
|
public:
|
|
// System.String System.MissingMemberException::ClassName
|
|
String_t* ___ClassName_17;
|
|
// System.String System.MissingMemberException::MemberName
|
|
String_t* ___MemberName_18;
|
|
// System.Byte[] System.MissingMemberException::Signature
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Signature_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___ClassName_17)); }
|
|
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
|
|
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
|
|
inline void set_ClassName_17(String_t* value)
|
|
{
|
|
___ClassName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MemberName_18() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___MemberName_18)); }
|
|
inline String_t* get_MemberName_18() const { return ___MemberName_18; }
|
|
inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; }
|
|
inline void set_MemberName_18(String_t* value)
|
|
{
|
|
___MemberName_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MemberName_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Signature_19() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___Signature_19)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Signature_19() const { return ___Signature_19; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Signature_19() { return &___Signature_19; }
|
|
inline void set_Signature_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___Signature_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Signature_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeType
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC
|
|
{
|
|
public:
|
|
// System.MonoTypeInfo System.RuntimeType::type_info
|
|
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26;
|
|
// System.Object System.RuntimeType::GenericCache
|
|
RuntimeObject * ___GenericCache_27;
|
|
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor
|
|
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_info_26() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); }
|
|
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; }
|
|
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; }
|
|
inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value)
|
|
{
|
|
___type_info_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_GenericCache_27() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); }
|
|
inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; }
|
|
inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; }
|
|
inline void set_GenericCache_27(RuntimeObject * value)
|
|
{
|
|
___GenericCache_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); }
|
|
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; }
|
|
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; }
|
|
inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
|
|
{
|
|
___m_serializationCtor_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields
|
|
{
|
|
public:
|
|
// System.RuntimeType System.RuntimeType::ValueType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10;
|
|
// System.RuntimeType System.RuntimeType::EnumType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11;
|
|
// System.RuntimeType System.RuntimeType::ObjectType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12;
|
|
// System.RuntimeType System.RuntimeType::StringType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13;
|
|
// System.RuntimeType System.RuntimeType::DelegateType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14;
|
|
// System.Type[] System.RuntimeType::s_SICtorParamTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15;
|
|
// System.RuntimeType System.RuntimeType::s_typedRef
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ValueType_10() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; }
|
|
inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___ValueType_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EnumType_11() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; }
|
|
inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___EnumType_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ObjectType_12() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; }
|
|
inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___ObjectType_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_StringType_13() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; }
|
|
inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___StringType_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DelegateType_14() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; }
|
|
inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___DelegateType_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; }
|
|
inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___s_SICtorParamTypes_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_typedRef_25() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; }
|
|
inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___s_typedRef_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MissingMethodException
|
|
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
|
|
{
|
|
public:
|
|
// System.String System.MissingMethodException::signature
|
|
String_t* ___signature_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_signature_20() { return static_cast<int32_t>(offsetof(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498, ___signature_20)); }
|
|
inline String_t* get_signature_20() const { return ___signature_20; }
|
|
inline String_t** get_address_of_signature_20() { return &___signature_20; }
|
|
inline void set_signature_20(String_t* value)
|
|
{
|
|
___signature_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___signature_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
public:
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
public:
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// FairyGUI.GPath_Segment[]
|
|
struct SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Segment_t4D7158441370F573F35DB59A882D986F1269B61A m_Items[1];
|
|
|
|
public:
|
|
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A * 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, Segment_t4D7158441370F573F35DB59A882D986F1269B61A value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Segment_t4D7158441370F573F35DB59A882D986F1269B61A value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// FairyGUI.GPathPoint[]
|
|
struct GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE m_Items[1];
|
|
|
|
public:
|
|
inline GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * 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, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// FairyGUI.TextField_CharPosition[]
|
|
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 m_Items[1];
|
|
|
|
public:
|
|
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * 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, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) bool m_Items[1];
|
|
|
|
public:
|
|
inline bool GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline bool* 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, bool value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline bool GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, bool value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// 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;
|
|
}
|
|
};
|
|
// System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>[]
|
|
struct KeyValuePair_2U5BU5D_tAC201058159F8B6B433415A0AB937BD11FC8A36F : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B m_Items[1];
|
|
|
|
public:
|
|
inline KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B * 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, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
}
|
|
inline KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
}
|
|
};
|
|
// System.DateTime[]
|
|
struct DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 m_Items[1];
|
|
|
|
public:
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * 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, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.DateTimeOffset[]
|
|
struct DateTimeOffsetU5BU5D_tBE5BF156BB0B9FFFC5B216B0D02C0D44288FCA25 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 m_Items[1];
|
|
|
|
public:
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * 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, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Decimal[]
|
|
struct DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 m_Items[1];
|
|
|
|
public:
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * 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, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Double[]
|
|
struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) double m_Items[1];
|
|
|
|
public:
|
|
inline double GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline double* 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, double value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline double GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline double* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, double value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int16[]
|
|
struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int16_t m_Items[1];
|
|
|
|
public:
|
|
inline int16_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int16_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int16_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32Enum[]
|
|
struct Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
public:
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int64[]
|
|
struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int64_t m_Items[1];
|
|
|
|
public:
|
|
inline int64_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int64_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int64_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.SByte[]
|
|
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int8_t m_Items[1];
|
|
|
|
public:
|
|
inline int8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Single[]
|
|
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) float m_Items[1];
|
|
|
|
public:
|
|
inline float GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, float value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline float GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.TimeSpan[]
|
|
struct TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 m_Items[1];
|
|
|
|
public:
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * 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, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint16_t m_Items[1];
|
|
|
|
public:
|
|
inline uint16_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint16_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint32_t m_Items[1];
|
|
|
|
public:
|
|
inline uint32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.UInt64[]
|
|
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint64_t m_Items[1];
|
|
|
|
public:
|
|
inline uint64_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint64_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint64_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.AnimatorClipInfo[]
|
|
struct AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 m_Items[1];
|
|
|
|
public:
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 * 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, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.BeforeRenderHelper_OrderBlock[]
|
|
struct OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 m_Items[1];
|
|
|
|
public:
|
|
inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___callback_1), (void*)NULL);
|
|
}
|
|
inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___callback_1), (void*)NULL);
|
|
}
|
|
};
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 m_Items[1];
|
|
|
|
public:
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * 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, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Color[]
|
|
struct ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 m_Items[1];
|
|
|
|
public:
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Matrix4x4[]
|
|
struct Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA m_Items[1];
|
|
|
|
public:
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.ParticleSystem_Particle[]
|
|
struct ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E m_Items[1];
|
|
|
|
public:
|
|
inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E * 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, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.RaycastHit2D[]
|
|
struct RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE m_Items[1];
|
|
|
|
public:
|
|
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE * 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, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Rect[]
|
|
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Rect_t35B976DE901B5423C11705E156938EA27AB402CE m_Items[1];
|
|
|
|
public:
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * 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, Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Rendering.ReflectionProbeBlendInfo[]
|
|
struct ReflectionProbeBlendInfoU5BU5D_tDF9E6D40BFB7638253999D6F08C67661B4EA7578 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F m_Items[1];
|
|
|
|
public:
|
|
inline ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F * 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, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___probe_0), (void*)NULL);
|
|
}
|
|
inline ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___probe_0), (void*)NULL);
|
|
}
|
|
};
|
|
// UnityEngine.UIElements.FocusController_FocusedElement[]
|
|
struct FocusedElementU5BU5D_t64FC9A029ED86FA4C46BC885D17EB0FCE386BB13 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 m_Items[1];
|
|
|
|
public:
|
|
inline FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 * 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, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_SubTreeRoot_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_FocusedElement_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_SubTreeRoot_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_FocusedElement_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// 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
|
|
}
|
|
};
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Vector2_tA85D2DD88578276CA8A8796756458277E72D073D m_Items[1];
|
|
|
|
public:
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 m_Items[1];
|
|
|
|
public:
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector4[]
|
|
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E m_Items[1];
|
|
|
|
public:
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1];
|
|
|
|
public:
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
};
|
|
// UnityEngine.Quaternion[]
|
|
struct QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 m_Items[1];
|
|
|
|
public:
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * 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, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.RaycastHit[]
|
|
struct RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 m_Items[1];
|
|
|
|
public:
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * 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, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.RenderBuffer[]
|
|
struct RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 m_Items[1];
|
|
|
|
public:
|
|
inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// FairyGUI.UpdateContext_ClipInfo[]
|
|
struct ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 m_Items[1];
|
|
|
|
public:
|
|
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * 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, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// LuaInterface.LuaFunction_FuncData[]
|
|
struct FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 m_Items[1];
|
|
|
|
public:
|
|
inline FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 * 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, FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::GetResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskAwaiter_1_GetResult_m0E9661BE4684BA278EE9C6A4EE23FF62AEC86FB9_gshared (TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 * __this, const RuntimeMethod* method);
|
|
// TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::GetResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TaskAwaiter_1_GetResult_m9E148849CD4747E1BDD831E4FB2D7ECFA13C11C8_gshared (TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 * __this, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_gshared (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.NoAllocHelpers::Internal_ResizeList(System.Object,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6 (RuntimeObject * ___list0, int32_t ___size1, const RuntimeMethod* method);
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.VisualElement::get_panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_panel_m555AF5D742E93BFB933D9881BDE6F8E5EEC9E9F5 (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::get_hierarchy()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::get_parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54 (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.UIElements.EventBase::set_target(UnityEngine.UIElements.IEventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_target_mC6CE8B7FED46EC08C07F2279750CBF2780E90C6C (EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * __this, RuntimeObject* ___value0, const RuntimeMethod* method);
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElementListPool::Get(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * VisualElementListPool_Get_m2BCCF21A7B3C2E0F56658F64D5EC38BED801A26C (int32_t ___initialCapacity0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Add(!0)
|
|
inline void List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * __this, VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *, VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Count()
|
|
inline int32_t List_1_get_Count_m57F228A57F4615429556B31AC5AA7D291C85BC96_inline (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Item(System.Int32)
|
|
inline VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_inline (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * (*) (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.VisualElementListPool::Release(System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElementListPool_Release_mE7A728F375DFC2C80F6DF8EC4762C7153956FF2E (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * ___elements0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::EndPCall()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
|
|
// System.Byte[] LuaInterface.LuaState::LoadFileBuffer(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* LuaState_LoadFileBuffer_m5C7E9BF41C3D14E2D71CBD0185023AA354A81F60 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaState::LuaChunkName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaState_LuaChunkName_m0A481B49A3003C247F65B4094071EEE9AED0FF3E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Text.Encoding System.Text.Encoding::get_UTF8()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushtraceback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushtraceback_m536BF4094B475D3611D5609D3C7C9AEA42CE51C6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaGetTop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaLoadBuffer(System.Byte[],System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaLoadBuffer_mB2BDB3F58E616805E3A65CB2D837ED315103BE96 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buff0, int32_t ___size1, String_t* ___name2, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaPCall(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaPCall_mBA0AEA63B324ADA89ACA0301930BF7843936CF9B (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___nArgs0, int32_t ___nResults1, int32_t ___errfunc2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaSetTop(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___newTop0, const RuntimeMethod* method);
|
|
// System.String LuaInterface.LuaStatePtr::LuaToString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Exception LuaInterface.LuaException::GetLastError()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857 (const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaException::.ctor(System.String,System.Exception,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F (LuaException_t362D5A575564491633FB3233987012974B1564C4 * __this, String_t* ___msg0, Exception_t * ___e1, int32_t ___skip2, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaStatePtr::LuaRequire(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaStatePtr_LuaRequire_mE469AC48BB6B0C69922E13976EBAB4B9015883AE (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::Push(LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___lbr0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::Push(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaGetTable(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaStatePtr::LuaRawGetI(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___tableIndex0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
|
|
// System.Object System.Convert::ChangeType(System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_mF4AC8107F5CAC75B8436BF66A4DC3982F7AF6850 (RuntimeObject * ___value0, Type_t * ___conversionType1, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_HasElementType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF (Type_t * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetResourceString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void System.MissingMethodException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Object System.RuntimeType::CreateInstanceDefaultCtor(System.Boolean,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * __this, bool ___publicOnly0, bool ___skipCheckThis1, bool ___fillCache2, int32_t* ___stackMark3, const RuntimeMethod* method);
|
|
// System.Int32 System.Array::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Attribute System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.Assembly,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * CustomAttributeExtensions_GetCustomAttribute_m4F400BBA3D1EBE458C4CCEC26DF2A5F926AE3F34 (Assembly_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method);
|
|
// System.Object System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Marshal_PtrToStructure_mE1821119EAFE83614B6A16D3F14996713502DF43 (intptr_t ___ptr0, Type_t * ___structureType1, const RuntimeMethod* method);
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.IntPtr::.ctor(System.Void*)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Component::GetComponentFastPath(System.Type,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentFastPath_mDEB49C6B56084E436C7FC3D555339FA16949937E (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, Type_t * ___type0, intptr_t ___oneFurtherThanResultValue1, const RuntimeMethod* method);
|
|
// UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___componentType0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GameObject::GetComponentFastPath(System.Type,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentFastPath_m5B276335DD94F6B307E604272A26C15B997C3CD4 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, intptr_t ___oneFurtherThanResultValue1, const RuntimeMethod* method);
|
|
// UnityEngine.Object UnityEngine.Object::FindObjectOfType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * Object_FindObjectOfType_mCDF38E1667CF4502F60C59709D70B60EF7E408DA (Type_t * ___type0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Object::CheckNullArgument(System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_CheckNullArgument_m8D42F516655D770DFEEAA13CF86A2612214AAA9B (RuntimeObject * ___arg0, String_t* ___message1, const RuntimeMethod* method);
|
|
// UnityEngine.Object UnityEngine.Object::Internal_CloneSingle(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * Object_Internal_CloneSingle_m4231A0B9138AC40B76655B772F687CC7E6160C06 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___data0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.UnityException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9 (UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// UnityEngine.ScriptableObject UnityEngine.ScriptableObject::CreateInstance(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 * ScriptableObject_CreateInstance_mDC77B7257A5E276CB272D3475B9B473B23A7128D (Type_t * ___type0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::ContainsKey(!0)
|
|
inline bool Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
|
|
}
|
|
// !1 System.Collections.Generic.Dictionary`2<System.String,taurus.client.TDataWrapper>::get_Item(!0)
|
|
inline TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81 (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * (*) (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Object taurus.client.TDataWrapper::getObject()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Object taurus.unity.ResourcesManager::LoadObjectByGroup(System.String,System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ResourcesManager_LoadObjectByGroup_m5C16623354DD9F271ED6BD297735E8C87C6BF3E1 (String_t* ___path0, Type_t * ___type1, String_t* ___groupName2, const RuntimeMethod* method);
|
|
// System.Void System.IO.__Error::WrongAsyncResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_WrongAsyncResult_m612D2B72EAE5B009FFB4DFD0831140EE6819B909 (const RuntimeMethod* method);
|
|
// TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Int32>::GetResult()
|
|
inline int32_t TaskAwaiter_1_GetResult_m0E9661BE4684BA278EE9C6A4EE23FF62AEC86FB9 (TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 *, const RuntimeMethod*))TaskAwaiter_1_GetResult_m0E9661BE4684BA278EE9C6A4EE23FF62AEC86FB9_gshared)(__this, method);
|
|
}
|
|
// TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Object>::GetResult()
|
|
inline RuntimeObject * TaskAwaiter_1_GetResult_m9E148849CD4747E1BDD831E4FB2D7ECFA13C11C8 (TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 *, const RuntimeMethod*))TaskAwaiter_1_GetResult_m9E148849CD4747E1BDD831E4FB2D7ECFA13C11C8_gshared)(__this, method);
|
|
}
|
|
// System.Exception System.Linq.Error::ArgumentNull(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7 (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Exception System.Linq.Error::MoreThanOneMatch()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_MoreThanOneMatch_m85C3617F782E9F2333FC1FDF42821BE069F24623 (const RuntimeMethod* method);
|
|
// LuaInterface.LuaTypes LuaInterface.LuaDLL::lua_type(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002 (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_objlen(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::lua_gettop(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858 (intptr_t ___luaState0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_rawgeti(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32 (intptr_t ___luaState0, int32_t ___idx1, int32_t ___n2, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.Boolean>::Invoke(!0,!1)
|
|
inline bool Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Void LuaInterface.LuaDLL::lua_pop(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589 (intptr_t ___luaState0, int32_t ___amount1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_typerror(System.IntPtr,System.Int32,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0 (intptr_t ___L0, int32_t ___stackPos1, String_t* ___tname2, String_t* ___t23, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject(System.IntPtr,System.Int32,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B (intptr_t ___L0, int32_t ___stackPos1, Type_t * ___type2, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::ToObject(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m517B8B565800DD04CDDF3D371982901CA30989A7_gshared (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * ___list0, int32_t ___count1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_0 = ___list0;
|
|
NullCheck((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_0);
|
|
(( void (*) (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_1 = ___list0;
|
|
NullCheck((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_1);
|
|
int32_t L_2 = (( int32_t (*) (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
int32_t L_3 = ___count1;
|
|
V_0 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_5 = ___list0;
|
|
int32_t L_6 = ___count1;
|
|
NullCheck((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_5);
|
|
(( void (*) (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_7 = ___list0;
|
|
int32_t L_8 = ___count1;
|
|
(( void (*) (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Rect>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m9343033CEDD5DE7C746AD404FFB108E6764E5E16_gshared (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * ___list0, int32_t ___count1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_0 = ___list0;
|
|
NullCheck((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_0);
|
|
(( void (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_1 = ___list0;
|
|
NullCheck((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_1);
|
|
int32_t L_2 = (( int32_t (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
int32_t L_3 = ___count1;
|
|
V_0 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_5 = ___list0;
|
|
int32_t L_6 = ___count1;
|
|
NullCheck((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_5);
|
|
(( void (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_7 = ___list0;
|
|
int32_t L_8 = ___count1;
|
|
(( void (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mF7355DD431B97E496368803405C5B38ECFEFD21B_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___list0, int32_t ___count1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_0 = ___list0;
|
|
NullCheck((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_0);
|
|
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_1 = ___list0;
|
|
NullCheck((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_1);
|
|
int32_t L_2 = (( int32_t (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
int32_t L_3 = ___count1;
|
|
V_0 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_5 = ___list0;
|
|
int32_t L_6 = ___count1;
|
|
NullCheck((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_5);
|
|
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_7 = ___list0;
|
|
int32_t L_8 = ___count1;
|
|
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::ResizeList<System.Object>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisRuntimeObject_m2F23833EB7D37B9F89F716EADAAA9780347C4939_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NoAllocHelpers_ResizeList_TisRuntimeObject_m2F23833EB7D37B9F89F716EADAAA9780347C4939_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = ___list0;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NoAllocHelpers_ResizeList_TisRuntimeObject_m2F23833EB7D37B9F89F716EADAAA9780347C4939_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___size1;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___size1;
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_5 = ___list0;
|
|
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_5);
|
|
int32_t L_6 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, (String_t*)_stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NoAllocHelpers_ResizeList_TisRuntimeObject_m2F23833EB7D37B9F89F716EADAAA9780347C4939_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_9 = ___size1;
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_10 = ___list0;
|
|
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_10);
|
|
int32_t L_11 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_13 = ___list0;
|
|
int32_t L_14 = ___size1;
|
|
NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::ResizeList<System.Single>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m680BEC6B1E6397D32591C96C7FBDC21E9AF67791_gshared (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * ___list0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NoAllocHelpers_ResizeList_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m680BEC6B1E6397D32591C96C7FBDC21E9AF67791_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_0 = ___list0;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NoAllocHelpers_ResizeList_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m680BEC6B1E6397D32591C96C7FBDC21E9AF67791_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___size1;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___size1;
|
|
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_5 = ___list0;
|
|
NullCheck((List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *)L_5);
|
|
int32_t L_6 = (( int32_t (*) (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, (String_t*)_stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NoAllocHelpers_ResizeList_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m680BEC6B1E6397D32591C96C7FBDC21E9AF67791_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_9 = ___size1;
|
|
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_10 = ___list0;
|
|
NullCheck((List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *)L_10);
|
|
int32_t L_11 = (( int32_t (*) (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_13 = ___list0;
|
|
int32_t L_14 = ___size1;
|
|
NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Color32>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mCEAE17A9E55910D9C67EA386A8BFC8F2FD1EF16C_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___list0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NoAllocHelpers_ResizeList_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mCEAE17A9E55910D9C67EA386A8BFC8F2FD1EF16C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_0 = ___list0;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NoAllocHelpers_ResizeList_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mCEAE17A9E55910D9C67EA386A8BFC8F2FD1EF16C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___size1;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___size1;
|
|
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_5 = ___list0;
|
|
NullCheck((List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *)L_5);
|
|
int32_t L_6 = (( int32_t (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, (String_t*)_stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NoAllocHelpers_ResizeList_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mCEAE17A9E55910D9C67EA386A8BFC8F2FD1EF16C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_9 = ___size1;
|
|
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_10 = ___list0;
|
|
NullCheck((List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *)L_10);
|
|
int32_t L_11 = (( int32_t (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_13 = ___list0;
|
|
int32_t L_14 = ___size1;
|
|
NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Color>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m7DE227E725B3958D8FEE87BC91C6461D6AA062EF_gshared (List_1_t58F16637E97A6CB82317080828F7A4783F007FBB * ___list0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NoAllocHelpers_ResizeList_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m7DE227E725B3958D8FEE87BC91C6461D6AA062EF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
List_1_t58F16637E97A6CB82317080828F7A4783F007FBB * L_0 = ___list0;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_t58F16637E97A6CB82317080828F7A4783F007FBB *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NoAllocHelpers_ResizeList_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m7DE227E725B3958D8FEE87BC91C6461D6AA062EF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___size1;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___size1;
|
|
List_1_t58F16637E97A6CB82317080828F7A4783F007FBB * L_5 = ___list0;
|
|
NullCheck((List_1_t58F16637E97A6CB82317080828F7A4783F007FBB *)L_5);
|
|
int32_t L_6 = (( int32_t (*) (List_1_t58F16637E97A6CB82317080828F7A4783F007FBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t58F16637E97A6CB82317080828F7A4783F007FBB *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, (String_t*)_stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NoAllocHelpers_ResizeList_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m7DE227E725B3958D8FEE87BC91C6461D6AA062EF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_9 = ___size1;
|
|
List_1_t58F16637E97A6CB82317080828F7A4783F007FBB * L_10 = ___list0;
|
|
NullCheck((List_1_t58F16637E97A6CB82317080828F7A4783F007FBB *)L_10);
|
|
int32_t L_11 = (( int32_t (*) (List_1_t58F16637E97A6CB82317080828F7A4783F007FBB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t58F16637E97A6CB82317080828F7A4783F007FBB *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
List_1_t58F16637E97A6CB82317080828F7A4783F007FBB * L_13 = ___list0;
|
|
int32_t L_14 = ___size1;
|
|
NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Matrix4x4>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mA65D784092C29173BA4A340F79A197B96B19125D_gshared (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * ___list0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NoAllocHelpers_ResizeList_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mA65D784092C29173BA4A340F79A197B96B19125D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_0 = ___list0;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NoAllocHelpers_ResizeList_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mA65D784092C29173BA4A340F79A197B96B19125D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___size1;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___size1;
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_5 = ___list0;
|
|
NullCheck((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_5);
|
|
int32_t L_6 = (( int32_t (*) (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, (String_t*)_stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NoAllocHelpers_ResizeList_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mA65D784092C29173BA4A340F79A197B96B19125D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_9 = ___size1;
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_10 = ___list0;
|
|
NullCheck((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_10);
|
|
int32_t L_11 = (( int32_t (*) (List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
List_1_tEB5A83AED8C110BD9C7C0230388DC70C83A6B4D7 * L_13 = ___list0;
|
|
int32_t L_14 = ___size1;
|
|
NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Rect>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m6235E05D400DC52025D7236945E9F6D3E16B0C7F_gshared (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * ___list0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NoAllocHelpers_ResizeList_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m6235E05D400DC52025D7236945E9F6D3E16B0C7F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_0 = ___list0;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NoAllocHelpers_ResizeList_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m6235E05D400DC52025D7236945E9F6D3E16B0C7F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___size1;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___size1;
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_5 = ___list0;
|
|
NullCheck((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_5);
|
|
int32_t L_6 = (( int32_t (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, (String_t*)_stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NoAllocHelpers_ResizeList_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m6235E05D400DC52025D7236945E9F6D3E16B0C7F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_9 = ___size1;
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_10 = ___list0;
|
|
NullCheck((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_10);
|
|
int32_t L_11 = (( int32_t (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_13 = ___list0;
|
|
int32_t L_14 = ___size1;
|
|
NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.NoAllocHelpers::ResizeList<UnityEngine.Vector4>(System.Collections.Generic.List`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mD7698E39B4283AC00C09091BAC60976375D0B0E6_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___list0, int32_t ___size1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (NoAllocHelpers_ResizeList_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mD7698E39B4283AC00C09091BAC60976375D0B0E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_0 = ___list0;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NoAllocHelpers_ResizeList_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mD7698E39B4283AC00C09091BAC60976375D0B0E6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___size1;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___size1;
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_5 = ___list0;
|
|
NullCheck((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_5);
|
|
int32_t L_6 = (( int32_t (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, (String_t*)_stringLiteral9ACC6624D40B7802ABE270CC59EC159378240368, (String_t*)_stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NoAllocHelpers_ResizeList_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mD7698E39B4283AC00C09091BAC60976375D0B0E6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_9 = ___size1;
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_10 = ___list0;
|
|
NullCheck((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_10);
|
|
int32_t L_11 = (( int32_t (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_13 = ___list0;
|
|
int32_t L_14 = ___size1;
|
|
NoAllocHelpers_Internal_ResizeList_mE270FB6EBB9A362E2C66B1A93C363C98746D28B6((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventsHelper::SendEnterLeave<System.Object,System.Object>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventsHelper_SendEnterLeave_TisRuntimeObject_TisRuntimeObject_m743CA210DE44F8AAA7DCA1CD6E356076366CEECB_gshared (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___previousTopElementUnderMouse0, VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___currentTopElementUnderMouse1, RuntimeObject* ___triggerEvent2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___mousePosition3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (MouseEventsHelper_SendEnterLeave_TisRuntimeObject_TisRuntimeObject_m743CA210DE44F8AAA7DCA1CD6E356076366CEECB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * V_3 = NULL;
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * V_4 = NULL;
|
|
bool V_5 = false;
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
RuntimeObject * V_9 = NULL;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
RuntimeObject * V_12 = NULL;
|
|
bool V_13 = false;
|
|
int32_t V_14 = 0;
|
|
RuntimeObject * V_15 = NULL;
|
|
bool V_16 = 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) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_0 = ___previousTopElementUnderMouse0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_1 = ___previousTopElementUnderMouse0;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_1);
|
|
RuntimeObject* L_2 = VisualElement_get_panel_m555AF5D742E93BFB933D9881BDE6F8E5EEC9E9F5((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_1, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_5 = (bool)G_B3_0;
|
|
bool L_3 = V_5;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
___previousTopElementUnderMouse0 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)NULL;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
V_0 = (int32_t)0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_4 = ___previousTopElementUnderMouse0;
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_4;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_6 = V_1;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_6);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_7 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_6, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_7;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_8 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_8;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_9 = V_1;
|
|
V_7 = (bool)((!(((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_9) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_10 = V_7;
|
|
if (L_10)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (int32_t)0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_11 = ___currentTopElementUnderMouse1;
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_11;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t L_12 = V_2;
|
|
V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_13 = V_3;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_13);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_14 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_13, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_14;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_15 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_15;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_16 = V_3;
|
|
V_8 = (bool)((!(((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_16) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_17 = V_8;
|
|
if (L_17)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_18 = ___previousTopElementUnderMouse0;
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_18;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_19 = ___currentTopElementUnderMouse1;
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_19;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
RuntimeObject* L_20 = ___triggerEvent2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = ___mousePosition3;
|
|
RuntimeObject * L_22 = (( RuntimeObject * (*) (RuntimeObject*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_20, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_21, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
V_9 = (RuntimeObject *)L_22;
|
|
}
|
|
|
|
IL_0078:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
RuntimeObject * L_23 = V_9;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_24 = V_1;
|
|
NullCheck((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_23);
|
|
EventBase_set_target_mC6CE8B7FED46EC08C07F2279750CBF2780E90C6C((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_23, (RuntimeObject*)L_24, /*hidden argument*/NULL);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_25 = V_1;
|
|
RuntimeObject * L_26 = V_9;
|
|
NullCheck((CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_25);
|
|
VirtActionInvoker1< EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, (CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_25, (EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_26);
|
|
IL2CPP_LEAVE(0xAF, FINALLY_0098);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0098;
|
|
}
|
|
|
|
FINALLY_0098:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject * L_27 = V_9;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
RuntimeObject * L_28 = V_9;
|
|
NullCheck((RuntimeObject*)L_28);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_28);
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
IL2CPP_END_FINALLY(152)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(152)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xAF, IL_00af)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
int32_t L_29 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_30 = V_1;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_30);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_31 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_30, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_31;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_32 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_32;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
int32_t L_33 = V_0;
|
|
int32_t L_34 = V_2;
|
|
V_10 = (bool)((((int32_t)L_33) > ((int32_t)L_34))? 1 : 0);
|
|
bool L_35 = V_10;
|
|
if (L_35)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(VisualElementListPool_tC86DFF93B88CCF4BA2FA05CA6CAF27C44A3968DA_il2cpp_TypeInfo_var);
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_37 = VisualElementListPool_Get_m2BCCF21A7B3C2E0F56658F64D5EC38BED801A26C((int32_t)L_36, /*hidden argument*/NULL);
|
|
V_4 = (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_37;
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_38 = V_4;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_39 = V_3;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_38);
|
|
List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_38, (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_39, /*hidden argument*/List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB_RuntimeMethod_var);
|
|
int32_t L_40 = V_2;
|
|
V_2 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_41 = V_3;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_41);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_42 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_41, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_42;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_43 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_43;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
int32_t L_44 = V_2;
|
|
int32_t L_45 = V_0;
|
|
V_11 = (bool)((((int32_t)L_44) > ((int32_t)L_45))? 1 : 0);
|
|
bool L_46 = V_11;
|
|
if (L_46)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
RuntimeObject* L_47 = ___triggerEvent2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48 = ___mousePosition3;
|
|
RuntimeObject * L_49 = (( RuntimeObject * (*) (RuntimeObject*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_47, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_48, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
V_12 = (RuntimeObject *)L_49;
|
|
}
|
|
|
|
IL_010e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
RuntimeObject * L_50 = V_12;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_51 = V_1;
|
|
NullCheck((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_50);
|
|
EventBase_set_target_mC6CE8B7FED46EC08C07F2279750CBF2780E90C6C((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_50, (RuntimeObject*)L_51, /*hidden argument*/NULL);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_52 = V_1;
|
|
RuntimeObject * L_53 = V_12;
|
|
NullCheck((CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_52);
|
|
VirtActionInvoker1< EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, (CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_52, (EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_53);
|
|
IL2CPP_LEAVE(0x145, FINALLY_012e);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_012e;
|
|
}
|
|
|
|
FINALLY_012e:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject * L_54 = V_12;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
RuntimeObject * L_55 = V_12;
|
|
NullCheck((RuntimeObject*)L_55);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_55);
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
IL2CPP_END_FINALLY(302)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(302)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x145, IL_0145)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_56 = V_4;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_57 = V_3;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_56);
|
|
List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_56, (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_57, /*hidden argument*/List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB_RuntimeMethod_var);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_58 = V_1;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_58);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_59 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_58, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_59;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_60 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_60;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_61 = V_3;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_61);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_62 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_61, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_62;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_63 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_63;
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_64 = V_1;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_65 = V_3;
|
|
V_13 = (bool)((((int32_t)((((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_64) == ((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_65))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_66 = V_13;
|
|
if (L_66)
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_67 = V_4;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_67);
|
|
int32_t L_68 = List_1_get_Count_m57F228A57F4615429556B31AC5AA7D291C85BC96_inline((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_67, /*hidden argument*/List_1_get_Count_m57F228A57F4615429556B31AC5AA7D291C85BC96_RuntimeMethod_var);
|
|
V_14 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)1));
|
|
goto IL_01e2;
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
RuntimeObject* L_69 = ___triggerEvent2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = ___mousePosition3;
|
|
RuntimeObject * L_71 = (( RuntimeObject * (*) (RuntimeObject*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_69, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_70, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
V_15 = (RuntimeObject *)L_71;
|
|
}
|
|
|
|
IL_0194:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
RuntimeObject * L_72 = V_15;
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_73 = V_4;
|
|
int32_t L_74 = V_14;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_73);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_75 = List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_inline((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_73, (int32_t)L_74, /*hidden argument*/List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_RuntimeMethod_var);
|
|
NullCheck((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_72);
|
|
EventBase_set_target_mC6CE8B7FED46EC08C07F2279750CBF2780E90C6C((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_72, (RuntimeObject*)L_75, /*hidden argument*/NULL);
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_76 = V_4;
|
|
int32_t L_77 = V_14;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_76);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_78 = List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_inline((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_76, (int32_t)L_77, /*hidden argument*/List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_RuntimeMethod_var);
|
|
RuntimeObject * L_79 = V_15;
|
|
NullCheck((CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_78);
|
|
VirtActionInvoker1< EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, (CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_78, (EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_79);
|
|
IL2CPP_LEAVE(0x1DB, FINALLY_01c4);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_01c4;
|
|
}
|
|
|
|
FINALLY_01c4:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject * L_80 = V_15;
|
|
if (!L_80)
|
|
{
|
|
goto IL_01da;
|
|
}
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
RuntimeObject * L_81 = V_15;
|
|
NullCheck((RuntimeObject*)L_81);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_81);
|
|
}
|
|
|
|
IL_01da:
|
|
{
|
|
IL2CPP_END_FINALLY(452)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(452)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1DB, IL_01db)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
int32_t L_82 = V_14;
|
|
V_14 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)1));
|
|
}
|
|
|
|
IL_01e2:
|
|
{
|
|
int32_t L_83 = V_14;
|
|
V_16 = (bool)((((int32_t)((((int32_t)L_83) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_84 = V_16;
|
|
if (L_84)
|
|
{
|
|
goto IL_0189;
|
|
}
|
|
}
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_85 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(VisualElementListPool_tC86DFF93B88CCF4BA2FA05CA6CAF27C44A3968DA_il2cpp_TypeInfo_var);
|
|
VisualElementListPool_Release_mE7A728F375DFC2C80F6DF8EC4762C7153956FF2E((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_85, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventsHelper::SendEnterLeave<System.Object,System.Object>(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventsHelper_SendEnterLeave_TisRuntimeObject_TisRuntimeObject_m2B96D0A01BD08DB2D0B0DFFDD697433331267D04_gshared (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___previousTopElementUnderPointer0, VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * ___currentTopElementUnderPointer1, RuntimeObject* ___triggerEvent2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___position3, int32_t ___pointerId4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (PointerEventsHelper_SendEnterLeave_TisRuntimeObject_TisRuntimeObject_m2B96D0A01BD08DB2D0B0DFFDD697433331267D04_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * V_3 = NULL;
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * V_4 = NULL;
|
|
bool V_5 = false;
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
RuntimeObject * V_9 = NULL;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
RuntimeObject * V_12 = NULL;
|
|
bool V_13 = false;
|
|
int32_t V_14 = 0;
|
|
RuntimeObject * V_15 = NULL;
|
|
bool V_16 = 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) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_0 = ___previousTopElementUnderPointer0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_1 = ___previousTopElementUnderPointer0;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_1);
|
|
RuntimeObject* L_2 = VisualElement_get_panel_m555AF5D742E93BFB933D9881BDE6F8E5EEC9E9F5((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_1, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_5 = (bool)G_B3_0;
|
|
bool L_3 = V_5;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
___previousTopElementUnderPointer0 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)NULL;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
V_0 = (int32_t)0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_4 = ___previousTopElementUnderPointer0;
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_4;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_6 = V_1;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_6);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_7 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_6, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_7;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_8 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_8;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_9 = V_1;
|
|
V_7 = (bool)((!(((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_9) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_10 = V_7;
|
|
if (L_10)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (int32_t)0;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_11 = ___currentTopElementUnderPointer1;
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_11;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t L_12 = V_2;
|
|
V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_13 = V_3;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_13);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_14 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_13, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_14;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_15 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_15;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_16 = V_3;
|
|
V_8 = (bool)((!(((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_16) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_17 = V_8;
|
|
if (L_17)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_18 = ___previousTopElementUnderPointer0;
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_18;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_19 = ___currentTopElementUnderPointer1;
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_19;
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
RuntimeObject* L_20 = ___triggerEvent2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = ___position3;
|
|
int32_t L_22 = ___pointerId4;
|
|
RuntimeObject * L_23 = (( RuntimeObject * (*) (RuntimeObject*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_20, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_21, (int32_t)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
V_9 = (RuntimeObject *)L_23;
|
|
}
|
|
|
|
IL_0079:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
RuntimeObject * L_24 = V_9;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_25 = V_1;
|
|
NullCheck((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_24);
|
|
EventBase_set_target_mC6CE8B7FED46EC08C07F2279750CBF2780E90C6C((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_24, (RuntimeObject*)L_25, /*hidden argument*/NULL);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_26 = V_1;
|
|
RuntimeObject * L_27 = V_9;
|
|
NullCheck((CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_26);
|
|
VirtActionInvoker1< EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, (CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_26, (EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_27);
|
|
IL2CPP_LEAVE(0xB0, FINALLY_0099);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0099;
|
|
}
|
|
|
|
FINALLY_0099:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject * L_28 = V_9;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
RuntimeObject * L_29 = V_9;
|
|
NullCheck((RuntimeObject*)L_29);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_29);
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
IL2CPP_END_FINALLY(153)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(153)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xB0, IL_00b0)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
int32_t L_30 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_31 = V_1;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_31);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_32 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_31, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_32;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_33 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_33;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_34 = V_0;
|
|
int32_t L_35 = V_2;
|
|
V_10 = (bool)((((int32_t)L_34) > ((int32_t)L_35))? 1 : 0);
|
|
bool L_36 = V_10;
|
|
if (L_36)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(VisualElementListPool_tC86DFF93B88CCF4BA2FA05CA6CAF27C44A3968DA_il2cpp_TypeInfo_var);
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_38 = VisualElementListPool_Get_m2BCCF21A7B3C2E0F56658F64D5EC38BED801A26C((int32_t)L_37, /*hidden argument*/NULL);
|
|
V_4 = (List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_38;
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_39 = V_4;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_40 = V_3;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_39);
|
|
List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_39, (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_40, /*hidden argument*/List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB_RuntimeMethod_var);
|
|
int32_t L_41 = V_2;
|
|
V_2 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_42 = V_3;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_42);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_43 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_42, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_43;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_44 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_44;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
int32_t L_45 = V_2;
|
|
int32_t L_46 = V_0;
|
|
V_11 = (bool)((((int32_t)L_45) > ((int32_t)L_46))? 1 : 0);
|
|
bool L_47 = V_11;
|
|
if (L_47)
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
RuntimeObject* L_48 = ___triggerEvent2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_49 = ___position3;
|
|
int32_t L_50 = ___pointerId4;
|
|
RuntimeObject * L_51 = (( RuntimeObject * (*) (RuntimeObject*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_48, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_49, (int32_t)L_50, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
V_12 = (RuntimeObject *)L_51;
|
|
}
|
|
|
|
IL_0110:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
RuntimeObject * L_52 = V_12;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_53 = V_1;
|
|
NullCheck((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_52);
|
|
EventBase_set_target_mC6CE8B7FED46EC08C07F2279750CBF2780E90C6C((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_52, (RuntimeObject*)L_53, /*hidden argument*/NULL);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_54 = V_1;
|
|
RuntimeObject * L_55 = V_12;
|
|
NullCheck((CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_54);
|
|
VirtActionInvoker1< EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, (CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_54, (EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_55);
|
|
IL2CPP_LEAVE(0x147, FINALLY_0130);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0130;
|
|
}
|
|
|
|
FINALLY_0130:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject * L_56 = V_12;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
RuntimeObject * L_57 = V_12;
|
|
NullCheck((RuntimeObject*)L_57);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_57);
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
IL2CPP_END_FINALLY(304)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(304)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x147, IL_0147)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_58 = V_4;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_59 = V_3;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_58);
|
|
List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_58, (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_59, /*hidden argument*/List_1_Add_mA4D7503F1338E60CB4D28AFF63376F975CE0DFFB_RuntimeMethod_var);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_60 = V_1;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_60);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_61 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_60, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_61;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_62 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_1 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_62;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_63 = V_3;
|
|
NullCheck((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_63);
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_64 = VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline((VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_63, /*hidden argument*/NULL);
|
|
V_6 = (Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F )L_64;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_65 = Hierarchy_get_parent_mB5F0897D8288DE7D36E376B44975CAE6649FBE54((Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F *)(&V_6), /*hidden argument*/NULL);
|
|
V_3 = (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_65;
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_66 = V_1;
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_67 = V_3;
|
|
V_13 = (bool)((((int32_t)((((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_66) == ((RuntimeObject*)(VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 *)L_67))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_68 = V_13;
|
|
if (L_68)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_69 = V_4;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_69);
|
|
int32_t L_70 = List_1_get_Count_m57F228A57F4615429556B31AC5AA7D291C85BC96_inline((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_69, /*hidden argument*/List_1_get_Count_m57F228A57F4615429556B31AC5AA7D291C85BC96_RuntimeMethod_var);
|
|
V_14 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1));
|
|
goto IL_01e5;
|
|
}
|
|
|
|
IL_018b:
|
|
{
|
|
RuntimeObject* L_71 = ___triggerEvent2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_72 = ___position3;
|
|
int32_t L_73 = ___pointerId4;
|
|
RuntimeObject * L_74 = (( RuntimeObject * (*) (RuntimeObject*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_71, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_72, (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
V_15 = (RuntimeObject *)L_74;
|
|
}
|
|
|
|
IL_0197:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
RuntimeObject * L_75 = V_15;
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_76 = V_4;
|
|
int32_t L_77 = V_14;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_76);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_78 = List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_inline((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_76, (int32_t)L_77, /*hidden argument*/List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_RuntimeMethod_var);
|
|
NullCheck((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_75);
|
|
EventBase_set_target_mC6CE8B7FED46EC08C07F2279750CBF2780E90C6C((EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_75, (RuntimeObject*)L_78, /*hidden argument*/NULL);
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_79 = V_4;
|
|
int32_t L_80 = V_14;
|
|
NullCheck((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_79);
|
|
VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * L_81 = List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_inline((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_79, (int32_t)L_80, /*hidden argument*/List_1_get_Item_m1FEA648A1CD054FC002A2D7053576931C8C97DF3_RuntimeMethod_var);
|
|
RuntimeObject * L_82 = V_15;
|
|
NullCheck((CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_81);
|
|
VirtActionInvoker1< EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD * >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, (CallbackEventHandler_t3B7336D446FAD9009A9C1DA1B793885F28D214EB *)L_81, (EventBase_t0292727F923C187143EFD8B7E78B2A3FB5EFF0CD *)L_82);
|
|
IL2CPP_LEAVE(0x1DE, FINALLY_01c7);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_01c7;
|
|
}
|
|
|
|
FINALLY_01c7:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject * L_83 = V_15;
|
|
if (!L_83)
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
RuntimeObject * L_84 = V_15;
|
|
NullCheck((RuntimeObject*)L_84);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_84);
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
IL2CPP_END_FINALLY(455)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(455)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1DE, IL_01de)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_01de:
|
|
{
|
|
int32_t L_85 = V_14;
|
|
V_14 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)1));
|
|
}
|
|
|
|
IL_01e5:
|
|
{
|
|
int32_t L_86 = V_14;
|
|
V_16 = (bool)((((int32_t)((((int32_t)L_86) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_87 = V_16;
|
|
if (L_87)
|
|
{
|
|
goto IL_018b;
|
|
}
|
|
}
|
|
{
|
|
List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 * L_88 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(VisualElementListPool_tC86DFF93B88CCF4BA2FA05CA6CAF27C44A3968DA_il2cpp_TypeInfo_var);
|
|
VisualElementListPool_Release_mE7A728F375DFC2C80F6DF8EC4762C7153956FF2E((List_1_tDEB6BDC3A4648AD90BEEB387B685DE7E030D2756 *)L_88, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ZXing.SupportClass::Fill<System.Byte>(T[],T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupportClass_Fill_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m94E45C3B8AE855E33E6FC9AE6A1E4B91300F891B_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, uint8_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = (int32_t)0;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0;
|
|
int32_t L_1 = V_0;
|
|
uint8_t L_2 = ___value1;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)L_2);
|
|
int32_t L_3 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___array0;
|
|
NullCheck(L_5);
|
|
if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ZXing.SupportClass::Fill<System.Int32>(T[],T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupportClass_Fill_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3537D66AB01F730131A507DCEA17AEA7B36CF123_gshared (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___array0, int32_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = (int32_t)0;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___array0;
|
|
int32_t L_1 = V_0;
|
|
int32_t L_2 = ___value1;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (int32_t)L_2);
|
|
int32_t L_3 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ___array0;
|
|
NullCheck(L_5);
|
|
if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void ZXing.SupportClass::Fill<System.Object>(T[],T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupportClass_Fill_TisRuntimeObject_mC490AF849C6816542E0A344EA0BCC9CED01F08B1_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = (int32_t)0;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___array0;
|
|
int32_t L_1 = V_0;
|
|
RuntimeObject * L_2 = ___value1;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (RuntimeObject *)L_2);
|
|
int32_t L_3 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___array0;
|
|
NullCheck(L_5);
|
|
if ((((int32_t)L_4) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr<UnityEngine.ParticleSystem_Particle>(Unity.Collections.NativeArray`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_mE805E0C13927E3B9E23256508748219B5D323CC8_gshared (NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B ___nativeArray0, const RuntimeMethod* method)
|
|
{
|
|
void* V_0 = NULL;
|
|
{
|
|
NativeArray_1_t4154A2E8573B06DC1EBB5F342841C2A2BCB0CC7B L_0 = ___nativeArray0;
|
|
void* L_1 = (void*)L_0.get_m_Buffer_0();
|
|
V_0 = (void*)L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
void* L_2 = V_0;
|
|
return (void*)(L_2);
|
|
}
|
|
}
|
|
// T FairyGUI.NGraphics::GetMeshFactory<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NGraphics_GetMeshFactory_TisRuntimeObject_m841596A4C802D0BFB25EA273F01B3E8321EC3CDF_gshared (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!(_meshFactory is T))
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->get__meshFactory_13();
|
|
if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// _meshFactory = new T();
|
|
RuntimeObject * L_1 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
__this->set__meshFactory_13((RuntimeObject*)L_1);
|
|
// _meshDirty = true;
|
|
__this->set__meshDirty_16((bool)1);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return (T)_meshFactory;
|
|
RuntimeObject* L_2 = (RuntimeObject*)__this->get__meshFactory_13();
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
}
|
|
}
|
|
// T LuaInterface.LuaFunction::CheckValue<System.Boolean>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaFunction_CheckValue_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mCFB4CB79C3FF3EC076EDEF6869E495196B327DBE_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaFunction_CheckValue_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mCFB4CB79C3FF3EC076EDEF6869E495196B327DBE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// return luaState.CheckValue<T>(stackPos++);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_1 = (int32_t)__this->get_stackPos_9();
|
|
V_0 = (int32_t)L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->set_stackPos_9(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
|
|
int32_t L_3 = V_0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_0);
|
|
bool L_4 = (( bool (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_0, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
V_1 = (bool)L_4;
|
|
goto IL_0026;
|
|
} // 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_001f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001f:
|
|
{ // begin catch(System.Exception)
|
|
// EndPCall();
|
|
NullCheck((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)__this);
|
|
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)__this, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaFunction_CheckValue_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mCFB4CB79C3FF3EC076EDEF6869E495196B327DBE_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0026:
|
|
{
|
|
// }
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaFunction::CheckValue<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaFunction_CheckValue_TisRuntimeObject_m80A82C4518BFF631E1ED11AA4639CB19B978B813_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaFunction_CheckValue_TisRuntimeObject_m80A82C4518BFF631E1ED11AA4639CB19B978B813_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = 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);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// return luaState.CheckValue<T>(stackPos++);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_1 = (int32_t)__this->get_stackPos_9();
|
|
V_0 = (int32_t)L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->set_stackPos_9(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
|
|
int32_t L_3 = V_0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_0);
|
|
RuntimeObject * L_4 = (( RuntimeObject * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_0, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
V_1 = (RuntimeObject *)L_4;
|
|
goto IL_0026;
|
|
} // 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_001f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001f:
|
|
{ // begin catch(System.Exception)
|
|
// EndPCall();
|
|
NullCheck((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)__this);
|
|
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)__this, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaFunction_CheckValue_TisRuntimeObject_m80A82C4518BFF631E1ED11AA4639CB19B978B813_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0026:
|
|
{
|
|
// }
|
|
RuntimeObject * L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaFunction::ToDelegate<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaFunction_ToDelegate_TisRuntimeObject_m41AD8BC9077978A505B6146953488CFEF054F884_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return DelegateTraits<T>.Create(this) as T;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Delegate_t * L_0 = (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), IL2CPP_RGCTX_DATA(method->rgctx_data, 2)));
|
|
}
|
|
}
|
|
// T LuaInterface.LuaState::CheckValue<System.Boolean>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaState_CheckValue_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mD580071836603A1C38165A720DBF22ACFCD1325A_gshared (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___stackPos0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return StackTraits<T>.Check(L, stackPos);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_0 = ((StackTraits_1_t21683E0982971E95525D370D956697B29CB149E1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_1();
|
|
intptr_t L_1 = (intptr_t)((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this)->get_L_0();
|
|
int32_t L_2 = ___stackPos0;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0);
|
|
bool L_3 = (( bool (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaState::CheckValue<System.Object>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_CheckValue_TisRuntimeObject_m6AFAAEE5CE972781A59430D5923D6B00D7373110_gshared (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, int32_t ___stackPos0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return StackTraits<T>.Check(L, stackPos);
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * L_0 = ((StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Check_1();
|
|
intptr_t L_1 = (intptr_t)((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this)->get_L_0();
|
|
int32_t L_2 = ___stackPos0;
|
|
NullCheck((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_0);
|
|
RuntimeObject * L_3 = (( RuntimeObject * (*) (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_0, (intptr_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaState::DoFile<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_DoFile_TisRuntimeObject_mACEDD4E10B29269920B131BD50528CA167477C64_gshared (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
// byte[] buffer = LoadFileBuffer(fileName);
|
|
String_t* L_0 = ___fileName0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = LuaState_LoadFileBuffer_m5C7E9BF41C3D14E2D71CBD0185023AA354A81F60((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this, (String_t*)L_0, /*hidden argument*/NULL);
|
|
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_1;
|
|
// fileName = LuaChunkName(fileName);
|
|
String_t* L_2 = ___fileName0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this);
|
|
String_t* L_3 = LuaState_LuaChunkName_m0A481B49A3003C247F65B4094071EEE9AED0FF3E((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this, (String_t*)L_2, /*hidden argument*/NULL);
|
|
___fileName0 = (String_t*)L_3;
|
|
// return LuaLoadBuffer<T>(buffer, fileName);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
|
|
String_t* L_5 = ___fileName0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this);
|
|
RuntimeObject * L_6 = (( RuntimeObject * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_4, (String_t*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
return L_6;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaState::DoString<System.Object>(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_DoString_TisRuntimeObject_m1BDB76C0725159913CF06EAF8D79167584A93666_gshared (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___chunk0, String_t* ___chunkName1, const RuntimeMethod* method)
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
// byte[] buffer = Encoding.UTF8.GetBytes(chunk);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___chunk0;
|
|
NullCheck((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)L_0, (String_t*)L_1);
|
|
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_2;
|
|
// return LuaLoadBuffer<T>(buffer, chunkName);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
|
|
String_t* L_4 = ___chunkName1;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this);
|
|
RuntimeObject * L_5 = (( RuntimeObject * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_3, (String_t*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
return L_5;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaState::LuaLoadBuffer<System.Object>(System.Byte[],System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_LuaLoadBuffer_TisRuntimeObject_mBF8FECC202F3BF2098F1B8A3E471786789552C25_gshared (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, String_t* ___chunkName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaState_LuaLoadBuffer_TisRuntimeObject_mBF8FECC202F3BF2098F1B8A3E471786789552C25_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// LuaDLL.tolua_pushtraceback(L);
|
|
intptr_t L_0 = (intptr_t)((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this)->get_L_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushtraceback_m536BF4094B475D3611D5609D3C7C9AEA42CE51C6((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// int oldTop = LuaGetTop();
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_1;
|
|
// if (LuaLoadBuffer(buffer, buffer.Length, chunkName) == 0)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = ___chunkName1;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
int32_t L_5 = LuaStatePtr_LuaLoadBuffer_mB2BDB3F58E616805E3A65CB2D837ED315103BE96((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_2, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), (String_t*)L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// if (LuaPCall(0, LuaDLL.LUA_MULTRET, oldTop) == 0)
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = ((LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_StaticFields*)il2cpp_codegen_static_fields_for(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var))->get_LUA_MULTRET_1();
|
|
int32_t L_7 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
int32_t L_8 = LuaStatePtr_LuaPCall_mBA0AEA63B324ADA89ACA0301930BF7843936CF9B((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (int32_t)0, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// T result = CheckValue<T>(oldTop + 1);
|
|
int32_t L_9 = V_0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this);
|
|
RuntimeObject * L_10 = (( RuntimeObject * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
// LuaSetTop(oldTop - 1);
|
|
int32_t L_11 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
|
|
// return result;
|
|
return L_10;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// string err = LuaToString(-1);
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
String_t* L_12 = LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (int32_t)(-1), /*hidden argument*/NULL);
|
|
// LuaSetTop(oldTop - 1);
|
|
int32_t L_13 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL);
|
|
// throw new LuaException(err, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_14 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_15 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_15, (String_t*)L_12, (Exception_t *)L_14, (int32_t)1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, LuaState_LuaLoadBuffer_TisRuntimeObject_mBF8FECC202F3BF2098F1B8A3E471786789552C25_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// T LuaInterface.LuaState::Require<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaState_Require_TisRuntimeObject_m3643F8EC988B42F64F8C5D719A4543C39499B49A_gshared (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaState_Require_TisRuntimeObject_m3643F8EC988B42F64F8C5D719A4543C39499B49A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int top = LuaGetTop();
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
int32_t L_0 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_0;
|
|
// int ret = LuaRequire(fileName);
|
|
String_t* L_1 = ___fileName0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
int32_t L_2 = LuaStatePtr_LuaRequire_mE469AC48BB6B0C69922E13976EBAB4B9015883AE((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (String_t*)L_1, /*hidden argument*/NULL);
|
|
// if (ret != 0)
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// string err = LuaToString(-1);
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
String_t* L_3 = LuaStatePtr_LuaToString_mA5D0802A0FBB010479E2C436480E6A6D660C4A86((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (int32_t)(-1), /*hidden argument*/NULL);
|
|
// LuaSetTop(top);
|
|
int32_t L_4 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (int32_t)L_4, /*hidden argument*/NULL);
|
|
// throw new LuaException(err, LuaException.GetLastError());
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
Exception_t * L_5 = LuaException_GetLastError_m7A7041AF600E06731A8C27888C9D1F2CE4BF0857(/*hidden argument*/NULL);
|
|
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_6 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
|
|
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_6, (String_t*)L_3, (Exception_t *)L_5, (int32_t)1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, LuaState_Require_TisRuntimeObject_m3643F8EC988B42F64F8C5D719A4543C39499B49A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// T o = CheckValue<T>(-1);
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this);
|
|
RuntimeObject * L_7 = (( RuntimeObject * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)__this, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
// LuaSetTop(top);
|
|
int32_t L_8 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)__this, (int32_t)L_8, /*hidden argument*/NULL);
|
|
// return o;
|
|
return L_7;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaTable::GetTable<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_GetTable_TisRuntimeObject_m90E499B83B0EF5CA375C6DD2131FAA8F8EF83D07_gshared (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_GetTable_TisRuntimeObject_m90E499B83B0EF5CA375C6DD2131FAA8F8EF83D07_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = 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);
|
|
{
|
|
// int top = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_0, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_2, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this, /*hidden argument*/NULL);
|
|
// luaState.Push(key);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
String_t* L_4 = ___key0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_3);
|
|
LuaState_Push_m230F5E6DD013194350BA3741E2A2FFDB49FC77B8((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_3, (String_t*)L_4, /*hidden argument*/NULL);
|
|
// luaState.LuaGetTable(top + 1);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_6 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_5);
|
|
LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_5, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
// T ret = luaState.CheckValue<T>(top + 2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_8 = V_0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_7);
|
|
RuntimeObject * L_9 = (( RuntimeObject * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_11 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_10);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_10, (int32_t)L_11, /*hidden argument*/NULL);
|
|
// return ret;
|
|
V_1 = (RuntimeObject *)L_9;
|
|
goto IL_005c;
|
|
} // 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_004f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004f:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_12 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_13 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_12);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_12, (int32_t)L_13, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_GetTable_TisRuntimeObject_m90E499B83B0EF5CA375C6DD2131FAA8F8EF83D07_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005c:
|
|
{
|
|
// }
|
|
RuntimeObject * L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
}
|
|
// T LuaInterface.LuaTable::RawGetIndex<System.Object>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_RawGetIndex_TisRuntimeObject_m84EB40B0D88DC28F22DB39E4980E065336B9A143_gshared (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LuaTable_RawGetIndex_TisRuntimeObject_m84EB40B0D88DC28F22DB39E4980E065336B9A143_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = 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);
|
|
{
|
|
// int top = luaState.LuaGetTop();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_0);
|
|
int32_t L_1 = LuaStatePtr_LuaGetTop_m2317E7B1B18275AB559943BC22E4BBEED73387AC((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_0, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// luaState.Push(this);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_2);
|
|
LuaState_Push_mCBECF34F0AE0D92AEA0D6B7FD1C27AEED58F2684((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_2, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this, /*hidden argument*/NULL);
|
|
// luaState.LuaRawGetI(top + 1, index);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = ___index0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_3);
|
|
LuaStatePtr_LuaRawGetI_mDC27F64E1DDCB36B6AF0CE4121E857FCEA0759C3((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (int32_t)L_5, /*hidden argument*/NULL);
|
|
// T ret = luaState.CheckValue<T>(top + 2);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_7 = V_0;
|
|
NullCheck((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_6);
|
|
RuntimeObject * L_8 = (( RuntimeObject * (*) (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)L_6, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_10 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_9);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_9, (int32_t)L_10, /*hidden argument*/NULL);
|
|
// return ret;
|
|
V_1 = (RuntimeObject *)L_8;
|
|
goto IL_0051;
|
|
} // 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_0044;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0044:
|
|
{ // begin catch(System.Exception)
|
|
// luaState.LuaSetTop(top);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE *)((LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)__this)->get_luaState_2();
|
|
int32_t L_12 = V_0;
|
|
NullCheck((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_11);
|
|
LuaStatePtr_LuaSetTop_m02F02EBCF38CB07BEDD94F629F9B75E9AE86861F((LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C *)L_11, (int32_t)L_12, /*hidden argument*/NULL);
|
|
// throw e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)__exception_local), LuaTable_RawGetIndex_TisRuntimeObject_m84EB40B0D88DC28F22DB39E4980E065336B9A143_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0051:
|
|
{
|
|
// }
|
|
RuntimeObject * L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// T LuaInterface.TypeChecker::ChangeType<System.Object>(System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeChecker_ChangeType_TisRuntimeObject_mBE23314724250CDA6B87CADD48C681A52483A0F5_gshared (RuntimeObject * ___temp0, Type_t * ___type1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TypeChecker_ChangeType_TisRuntimeObject_mBE23314724250CDA6B87CADD48C681A52483A0F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
{
|
|
// var tempType = temp.GetType();
|
|
RuntimeObject * L_0 = ___temp0;
|
|
NullCheck((RuntimeObject *)L_0);
|
|
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60((RuntimeObject *)L_0, /*hidden argument*/NULL);
|
|
V_0 = (Type_t *)L_1;
|
|
// if (tempType == monoType || type.IsAssignableFrom(tempType))
|
|
Type_t * L_2 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = ((TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_StaticFields*)il2cpp_codegen_static_fields_for(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var))->get_monoType_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_4 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_2, (Type_t *)L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_5 = ___type1;
|
|
Type_t * L_6 = V_0;
|
|
NullCheck((Type_t *)L_5);
|
|
bool L_7 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_5, (Type_t *)L_6);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// return (T)temp;
|
|
RuntimeObject * L_8 = ___temp0;
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return (T)Convert.ChangeType(temp, type);
|
|
RuntimeObject * L_9 = ___temp0;
|
|
Type_t * L_10 = ___type1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_11 = Convert_ChangeType_mF4AC8107F5CAC75B8436BF66A4DC3982F7AF6850((RuntimeObject *)L_9, (Type_t *)L_10, /*hidden argument*/NULL);
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_11, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
}
|
|
}
|
|
// T System.Activator::CreateInstance<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_TisRuntimeObject_mDA89B83096094F5172A908AB1A58EF573D6B80F9_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Activator_CreateInstance_TisRuntimeObject_mDA89B83096094F5172A908AB1A58EF573D6B80F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B2_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B1_0 = NULL;
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInst((RuntimeObject*)L_1, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
NullCheck((Type_t *)L_2);
|
|
bool L_3 = Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF((Type_t *)L_2, /*hidden argument*/NULL);
|
|
G_B1_0 = L_2;
|
|
if (!L_3)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9((String_t*)_stringLiteral8F21CBA58007DD2948E09F425535D825423801C1, /*hidden argument*/NULL);
|
|
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_5 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
|
|
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_5, (String_t*)L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, Activator_CreateInstance_TisRuntimeObject_mDA89B83096094F5172A908AB1A58EF573D6B80F9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
V_0 = (int32_t)1;
|
|
NullCheck((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)G_B2_0);
|
|
RuntimeObject * L_6 = RuntimeType_CreateInstanceDefaultCtor_m7553969A13B4A66B8A0D95C3B598CE3B92325064((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)G_B2_0, (bool)1, (bool)1, (bool)1, (int32_t*)(int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
}
|
|
}
|
|
// T System.Array::Find<System.Object>(T[],System.Predicate`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___array0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_2 = ___match1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, (String_t*)_stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
V_0 = (int32_t)0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_4 = ___match1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___array0;
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
NullCheck((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_4);
|
|
bool L_9 = (( bool (*) (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_4, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
if (!L_9)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___array0;
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
RuntimeObject * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
return L_13;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = ___array0;
|
|
NullCheck(L_16);
|
|
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *));
|
|
RuntimeObject * L_17 = V_1;
|
|
return L_17;
|
|
}
|
|
}
|
|
// T System.Array::FindLast<System.Object>(T[],System.Predicate`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_FindLast_TisRuntimeObject_m4E31CFB84B91215A9C9C168FA4ECB1DF3EA123AB_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_FindLast_TisRuntimeObject_m4E31CFB84B91215A9C9C168FA4ECB1DF3EA123AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___array0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Array_FindLast_TisRuntimeObject_m4E31CFB84B91215A9C9C168FA4ECB1DF3EA123AB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_2 = ___match1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, (String_t*)_stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Array_FindLast_TisRuntimeObject_m4E31CFB84B91215A9C9C168FA4ECB1DF3EA123AB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___array0;
|
|
NullCheck(L_4);
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)1));
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * L_5 = ___match1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___array0;
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
NullCheck((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_5);
|
|
bool L_10 = (( bool (*) (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 *)L_5, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
if (!L_10)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = ___array0;
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
RuntimeObject * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
return L_14;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
if ((((int32_t)L_16) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *));
|
|
RuntimeObject * L_17 = V_1;
|
|
return L_17;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.GPath_Segment>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Segment_t4D7158441370F573F35DB59A882D986F1269B61A Array_InternalArray__IReadOnlyList_get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m2ED1E38A75B6F77B9ADF71A2D128853563E43CFF_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m2ED1E38A75B6F77B9ADF71A2D128853563E43CFF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m2ED1E38A75B6F77B9ADF71A2D128853563E43CFF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Segment_t4D7158441370F573F35DB59A882D986F1269B61A *)(Segment_t4D7158441370F573F35DB59A882D986F1269B61A *)(&V_0));
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.GPathPoint>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE Array_InternalArray__IReadOnlyList_get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_mBD7E48A84E0DEA444CED89A053A1C8E60A7D9EC7_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_mBD7E48A84E0DEA444CED89A053A1C8E60A7D9EC7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_mBD7E48A84E0DEA444CED89A053A1C8E60A7D9EC7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *)(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *)(&V_0));
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.TextField_CharPosition>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 Array_InternalArray__IReadOnlyList_get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mB66E14C3214C99935503724CDF7A66872DE28D05_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mB66E14C3214C99935503724CDF7A66872DE28D05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mB66E14C3214C99935503724CDF7A66872DE28D05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 *)(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 *)(&V_0));
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<FairyGUI.UpdateContext_ClipInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 Array_InternalArray__IReadOnlyList_get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m05785461A1D8F33D2B0D0944A994F53611E1DCA6_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m05785461A1D8F33D2B0D0944A994F53611E1DCA6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m05785461A1D8F33D2B0D0944A994F53611E1DCA6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 *)(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 *)(&V_0));
|
|
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 Array_InternalArray__IReadOnlyList_get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mD7D7A79412C7E29169396436BA436626AC99ACA8_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mD7D7A79412C7E29169396436BA436626AC99ACA8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mD7D7A79412C7E29169396436BA436626AC99ACA8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 *)(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 *)(&V_0));
|
|
LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<LuaInterface.LuaFunction_FuncData>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 Array_InternalArray__IReadOnlyList_get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m799CEFFA3891D75ADCAF0224B866C90C77617D34_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m799CEFFA3891D75ADCAF0224B866C90C77617D34_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m799CEFFA3891D75ADCAF0224B866C90C77617D34_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 *)(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 *)(&V_0));
|
|
FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 Array_InternalArray__IReadOnlyList_get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m54F45337FA46764AA68FAD3302BA63452D1127C7_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m54F45337FA46764AA68FAD3302BA63452D1127C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m54F45337FA46764AA68FAD3302BA63452D1127C7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)(&V_0));
|
|
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<MS.Internal.Xml.Cache.XPathNodeRef>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 Array_InternalArray__IReadOnlyList_get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m862E0BCEA3712BAB0A1BEE4D8BBC6E87686DF516_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m862E0BCEA3712BAB0A1BEE4D8BBC6E87686DF516_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m862E0BCEA3712BAB0A1BEE4D8BBC6E87686DF516_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0));
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<Mono.Globalization.Unicode.CodePointIndexer_TableRange>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 Array_InternalArray__IReadOnlyList_get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mC22677B8BB3C2E2FD6E8EFEDAE1263F7C1552473_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mC22677B8BB3C2E2FD6E8EFEDAE1263F7C1552473_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_mC22677B8BB3C2E2FD6E8EFEDAE1263F7C1552473_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 *)(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 *)(&V_0));
|
|
TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<Mono.Security.Uri_UriScheme>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 Array_InternalArray__IReadOnlyList_get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m58CB9D8DD8FDA9FBF4246FC337C2EA8B2F1956B2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m58CB9D8DD8FDA9FBF4246FC337C2EA8B2F1956B2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_m58CB9D8DD8FDA9FBF4246FC337C2EA8B2F1956B2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *)(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *)(&V_0));
|
|
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.ArraySegment`1<System.Byte>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA Array_InternalArray__IReadOnlyList_get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m30C0C47C4512435E439A7ED471BBEED9083E49CB_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m30C0C47C4512435E439A7ED471BBEED9083E49CB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m30C0C47C4512435E439A7ED471BBEED9083E49CB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_0));
|
|
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Boolean>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__IReadOnlyList_get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m35D71EC8F506ABBDEAB4DA491A0C39F130AAA398_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m35D71EC8F506ABBDEAB4DA491A0C39F130AAA398_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m35D71EC8F506ABBDEAB4DA491A0C39F130AAA398_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (bool*)(bool*)(&V_0));
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Byte>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Array_InternalArray__IReadOnlyList_get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mA20976BDE39E7CDFAE80707F5D7B8782D2DB26F1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mA20976BDE39E7CDFAE80707F5D7B8782D2DB26F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mA20976BDE39E7CDFAE80707F5D7B8782D2DB26F1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint8_t*)(uint8_t*)(&V_0));
|
|
uint8_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.ByteEnum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Array_InternalArray__IReadOnlyList_get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mEE9ABF660DF9400655FCBBC39853AB19E90D8147_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mEE9ABF660DF9400655FCBBC39853AB19E90D8147_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_mEE9ABF660DF9400655FCBBC39853AB19E90D8147_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint8_t*)(uint8_t*)(&V_0));
|
|
uint8_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Char>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Array_InternalArray__IReadOnlyList_get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m8A9BCF051C369596DC54FFC5AF2E53311B3085AC_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m8A9BCF051C369596DC54FFC5AF2E53311B3085AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m8A9BCF051C369596DC54FFC5AF2E53311B3085AC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Il2CppChar*)(Il2CppChar*)(&V_0));
|
|
Il2CppChar L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.DictionaryEntry>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Array_InternalArray__IReadOnlyList_get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m68307563E8A8612829E8C8D1010115AF810C2A27_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m68307563E8A8612829E8C8D1010115AF810C2A27_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_m68307563E8A8612829E8C8D1010115AF810C2A27_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0));
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tC1463A26CB3583633B8650196083947E916945AD Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m89251178931C679623BE173C7D6D1F8616C81713_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m89251178931C679623BE173C7D6D1F8616C81713_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_tC1463A26CB3583633B8650196083947E916945AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m89251178931C679623BE173C7D6D1F8616C81713_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_tC1463A26CB3583633B8650196083947E916945AD *)(Entry_tC1463A26CB3583633B8650196083947E916945AD *)(&V_0));
|
|
Entry_tC1463A26CB3583633B8650196083947E916945AD L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m86B1FFC30578DC2EA51C7DE37CCB717E731BD475_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m86B1FFC30578DC2EA51C7DE37CCB717E731BD475_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m86B1FFC30578DC2EA51C7DE37CCB717E731BD475_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B *)(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B *)(&V_0));
|
|
Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mBB9351B9A332C5E66A4C12BE34CB36FB09A0AD84_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mBB9351B9A332C5E66A4C12BE34CB36FB09A0AD84_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_mBB9351B9A332C5E66A4C12BE34CB36FB09A0AD84_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D *)(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D *)(&V_0));
|
|
Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m0938D47F5377DA871FB2B9A0AA5973E4A32B8A4F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m0938D47F5377DA871FB2B9A0AA5973E4A32B8A4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_m0938D47F5377DA871FB2B9A0AA5973E4A32B8A4F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD *)(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD *)(&V_0));
|
|
Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_mC589CACC4057C62660809BA5B931732016FD271B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_mC589CACC4057C62660809BA5B931732016FD271B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_mC589CACC4057C62660809BA5B931732016FD271B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 *)(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 *)(&V_0));
|
|
Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t1569C69F7132527F147EA707D2A116532F05D1EE Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m03BB601855DAFE54A6016C51D353B902E0C3E399_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m03BB601855DAFE54A6016C51D353B902E0C3E399_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t1569C69F7132527F147EA707D2A116532F05D1EE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_m03BB601855DAFE54A6016C51D353B902E0C3E399_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t1569C69F7132527F147EA707D2A116532F05D1EE *)(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE *)(&V_0));
|
|
Entry_t1569C69F7132527F147EA707D2A116532F05D1EE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_mF3E2A13D4BD085CA428612D706A3AA4F1618A3A1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_mF3E2A13D4BD085CA428612D706A3AA4F1618A3A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_mF3E2A13D4BD085CA428612D706A3AA4F1618A3A1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 *)(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 *)(&V_0));
|
|
Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_mA1993BD92A566CB774DB1DB93E022FEE3C178CE4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_mA1993BD92A566CB774DB1DB93E022FEE3C178CE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_mA1993BD92A566CB774DB1DB93E022FEE3C178CE4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE *)(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE *)(&V_0));
|
|
Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_mB3C474F3735CB29A88EDFC6538335A3A7758789B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_mB3C474F3735CB29A88EDFC6538335A3A7758789B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_mB3C474F3735CB29A88EDFC6538335A3A7758789B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF *)(Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF *)(&V_0));
|
|
Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2EF1D9F09F92669866646A5F2C6D9FC33644FF5C_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2EF1D9F09F92669866646A5F2C6D9FC33644FF5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m2EF1D9F09F92669866646A5F2C6D9FC33644FF5C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C *)(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C *)(&V_0));
|
|
Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m5BB4D70758EF8C6AFCFC3A0CE70EB0BA56014BDF_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m5BB4D70758EF8C6AFCFC3A0CE70EB0BA56014BDF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m5BB4D70758EF8C6AFCFC3A0CE70EB0BA56014BDF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA *)(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA *)(&V_0));
|
|
Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m9AE27399BB6EC825F7276F24EECB292251BD0CB7_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m9AE27399BB6EC825F7276F24EECB292251BD0CB7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m9AE27399BB6EC825F7276F24EECB292251BD0CB7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D *)(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D *)(&V_0));
|
|
Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mC099DD418D278998A0483D54A4FAC69A3FDB1620_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mC099DD418D278998A0483D54A4FAC69A3FDB1620_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_mC099DD418D278998A0483D54A4FAC69A3FDB1620_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 *)(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 *)(&V_0));
|
|
Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t687188C87EF1FD0D50038E634676DBC449857B8E Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_mAAE71C310334EE11DC1D444BD6EA661C941744EB_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_mAAE71C310334EE11DC1D444BD6EA661C941744EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t687188C87EF1FD0D50038E634676DBC449857B8E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_mAAE71C310334EE11DC1D444BD6EA661C941744EB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t687188C87EF1FD0D50038E634676DBC449857B8E *)(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E *)(&V_0));
|
|
Entry_t687188C87EF1FD0D50038E634676DBC449857B8E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_mA2FC496917E2C24B671ABF09415CADE84F51A0EF_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_mA2FC496917E2C24B671ABF09415CADE84F51A0EF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_mA2FC496917E2C24B671ABF09415CADE84F51A0EF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E *)(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E *)(&V_0));
|
|
Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4A0D0EC450F15E8034A61185E0386E54440D3776_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4A0D0EC450F15E8034A61185E0386E54440D3776_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4A0D0EC450F15E8034A61185E0386E54440D3776_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 *)(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 *)(&V_0));
|
|
Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.HashSet`1_Slot<System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 Array_InternalArray__IReadOnlyList_get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m045B811FF1EB9EB084635F408D509B2081199C98_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m045B811FF1EB9EB084635F408D509B2081199C98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m045B811FF1EB9EB084635F408D509B2081199C98_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 *)(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 *)(&V_0));
|
|
Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mA321EB7B1E42054EF08C52B026A33B72CD2FB7F1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mA321EB7B1E42054EF08C52B026A33B72CD2FB7F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mA321EB7B1E42054EF08C52B026A33B72CD2FB7F1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 *)(KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 *)(&V_0));
|
|
KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m1FDA4C119EA5BEDA9E3E30256B1B1C366E3F41B1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m1FDA4C119EA5BEDA9E3E30256B1B1C366E3F41B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m1FDA4C119EA5BEDA9E3E30256B1B1C366E3F41B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B *)(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B *)(&V_0));
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m8C70310D622A1B1605DD6D7ACFFC611C08B41272_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m8C70310D622A1B1605DD6D7ACFFC611C08B41272_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_m8C70310D622A1B1605DD6D7ACFFC611C08B41272_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 *)(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 *)(&V_0));
|
|
KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m1AF51A35EF6BFAFF7B2A441CBD977B4EDE3D18B2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m1AF51A35EF6BFAFF7B2A441CBD977B4EDE3D18B2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m1AF51A35EF6BFAFF7B2A441CBD977B4EDE3D18B2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C *)(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C *)(&V_0));
|
|
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3F744EE2E8838757F1B2394B38127D6B06E09F0E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3F744EE2E8838757F1B2394B38127D6B06E09F0E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m3F744EE2E8838757F1B2394B38127D6B06E09F0E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 *)(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 *)(&V_0));
|
|
KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m4DA38E9BBB4E8F4F316CE3368A7F959667A8613B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m4DA38E9BBB4E8F4F316CE3368A7F959667A8613B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m4DA38E9BBB4E8F4F316CE3368A7F959667A8613B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA *)(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA *)(&V_0));
|
|
KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m305BCF02736742F9523AB7FF405371F673F49CC5_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m305BCF02736742F9523AB7FF405371F673F49CC5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_m305BCF02736742F9523AB7FF405371F673F49CC5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 *)(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 *)(&V_0));
|
|
KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m8DDC76FBDB0615049BFC9B791A99E7AB829F1B3E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m8DDC76FBDB0615049BFC9B791A99E7AB829F1B3E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m8DDC76FBDB0615049BFC9B791A99E7AB829F1B3E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 *)(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 *)(&V_0));
|
|
KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mEBF0FA040E7F47BBB25F2E8B521190971A4F94BD_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mEBF0FA040E7F47BBB25F2E8B521190971A4F94BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mEBF0FA040E7F47BBB25F2E8B521190971A4F94BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(&V_0));
|
|
KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_mDA1A739C9EB6157F2E31EDF38096C5FEF2378A5F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_mDA1A739C9EB6157F2E31EDF38096C5FEF2378A5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_mDA1A739C9EB6157F2E31EDF38096C5FEF2378A5F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 *)(KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 *)(&V_0));
|
|
KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m676742808E0D191E88E26AD6FA6DCDBD3810CA41_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m676742808E0D191E88E26AD6FA6DCDBD3810CA41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m676742808E0D191E88E26AD6FA6DCDBD3810CA41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A *)(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A *)(&V_0));
|
|
KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_mD8E7932136B09DB9DEF32AA6FE217F32D860C43D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_mD8E7932136B09DB9DEF32AA6FE217F32D860C43D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_mD8E7932136B09DB9DEF32AA6FE217F32D860C43D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(&V_0));
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mA6FA92FD002D406D05A07134DC2BC8135E874B3F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mA6FA92FD002D406D05A07134DC2BC8135E874B3F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_mA6FA92FD002D406D05A07134DC2BC8135E874B3F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(&V_0));
|
|
KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m7D4580C3ECEB096DB88FFBC6A7AEBA19E43A8F56_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m7D4580C3ECEB096DB88FFBC6A7AEBA19E43A8F56_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m7D4580C3ECEB096DB88FFBC6A7AEBA19E43A8F56_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA *)(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA *)(&V_0));
|
|
KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mECE7262EDC6FF89B631C2E5CD5226D54A831C693_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mECE7262EDC6FF89B631C2E5CD5226D54A831C693_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mECE7262EDC6FF89B631C2E5CD5226D54A831C693_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 *)(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 *)(&V_0));
|
|
KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m9E0A113A588F7E9E44AA39B72D1098BAB846928D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m9E0A113A588F7E9E44AA39B72D1098BAB846928D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m9E0A113A588F7E9E44AA39B72D1098BAB846928D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 *)(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 *)(&V_0));
|
|
KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m2DBFC4C0BC45931B4D4356A58C2D2D67D1DE17A6_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m2DBFC4C0BC45931B4D4356A58C2D2D67D1DE17A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m2DBFC4C0BC45931B4D4356A58C2D2D67D1DE17A6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA *)(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA *)(&V_0));
|
|
KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Collections.Hashtable_bucket>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 Array_InternalArray__IReadOnlyList_get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m0F9E7F24987CE293C28F6C14F3075C20F505C26B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m0F9E7F24987CE293C28F6C14F3075C20F505C26B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_m0F9E7F24987CE293C28F6C14F3075C20F505C26B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 *)(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 *)(&V_0));
|
|
bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.ComponentModel.AttributeCollection_AttributeEntry>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD Array_InternalArray__IReadOnlyList_get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m9C019F7339BC69751ACFB181F26B4D5496D53A70_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m9C019F7339BC69751ACFB181F26B4D5496D53A70_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m9C019F7339BC69751ACFB181F26B4D5496D53A70_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD *)(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD *)(&V_0));
|
|
AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.DateTime>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Array_InternalArray__IReadOnlyList_get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mCD6665078DDF4047758A406CD953DBD6FFB70478_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mCD6665078DDF4047758A406CD953DBD6FFB70478_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mCD6665078DDF4047758A406CD953DBD6FFB70478_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.DateTimeOffset>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 Array_InternalArray__IReadOnlyList_get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m9E51575D9471CD8161CA628DC8C0EAAE977349F6_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m9E51575D9471CD8161CA628DC8C0EAAE977349F6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m9E51575D9471CD8161CA628DC8C0EAAE977349F6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_0));
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Decimal>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Array_InternalArray__IReadOnlyList_get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA5EA9A997E687B2A740812E57305FAD0B5428F3F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA5EA9A997E687B2A740812E57305FAD0B5428F3F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA5EA9A997E687B2A740812E57305FAD0B5428F3F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_0));
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Double>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Array_InternalArray__IReadOnlyList_get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m89B0E816317A499BFFFF1F32EC99B68D1045E6C9_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m89B0E816317A499BFFFF1F32EC99B68D1045E6C9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m89B0E816317A499BFFFF1F32EC99B68D1045E6C9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (double*)(double*)(&V_0));
|
|
double L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.InternalCodePageDataItem>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 Array_InternalArray__IReadOnlyList_get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m27C62570D0F265FD04FA8E6A480284B26DB44AE2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m27C62570D0F265FD04FA8E6A480284B26DB44AE2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m27C62570D0F265FD04FA8E6A480284B26DB44AE2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 *)(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 *)(&V_0));
|
|
InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.InternalEncodingDataItem>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 Array_InternalArray__IReadOnlyList_get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mCE86842C0F97A7F4669040429C23BF3438BDB39B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mCE86842C0F97A7F4669040429C23BF3438BDB39B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mCE86842C0F97A7F4669040429C23BF3438BDB39B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 *)(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 *)(&V_0));
|
|
InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Globalization.TimeSpanParse_TimeSpanToken>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m88846F3234320F9EE591BFE5F2F05FA1A915E970_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m88846F3234320F9EE591BFE5F2F05FA1A915E970_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_m88846F3234320F9EE591BFE5F2F05FA1A915E970_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&V_0));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Guid>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Array_InternalArray__IReadOnlyList_get_Item_TisGuid_t_mC7579366A25132E1C71A250DBB784A903BCADCCC_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisGuid_t_mC7579366A25132E1C71A250DBB784A903BCADCCC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Guid_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisGuid_t_mC7579366A25132E1C71A250DBB784A903BCADCCC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Guid_t *)(Guid_t *)(&V_0));
|
|
Guid_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int16>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Array_InternalArray__IReadOnlyList_get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mC0FBBA64A8AD9D86D56FED81BFDE1F2F06F88490_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mC0FBBA64A8AD9D86D56FED81BFDE1F2F06F88490_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mC0FBBA64A8AD9D86D56FED81BFDE1F2F06F88490_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int16_t*)(int16_t*)(&V_0));
|
|
int16_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int32>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_InternalArray__IReadOnlyList_get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEFD1A61B0B41A9FFD0F040F4A1A07220F8F0CD90_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEFD1A61B0B41A9FFD0F040F4A1A07220F8F0CD90_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEFD1A61B0B41A9FFD0F040F4A1A07220F8F0CD90_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int32_t*)(int32_t*)(&V_0));
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int32Enum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_InternalArray__IReadOnlyList_get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mD7D437DF6139243DC88F2B7DE2305205C2905D26_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mD7D437DF6139243DC88F2B7DE2305205C2905D26_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mD7D437DF6139243DC88F2B7DE2305205C2905D26_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int32_t*)(int32_t*)(&V_0));
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Int64>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Array_InternalArray__IReadOnlyList_get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m1CF13A729DFD610EBB2D8C060C5AF62C6F1CBBE9_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m1CF13A729DFD610EBB2D8C060C5AF62C6F1CBBE9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m1CF13A729DFD610EBB2D8C060C5AF62C6F1CBBE9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int64_t*)(int64_t*)(&V_0));
|
|
int64_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.IntPtr>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Array_InternalArray__IReadOnlyList_get_Item_TisIntPtr_t_m97F983B47BBAF278F9F2B9B14AAD5D1639754C48_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisIntPtr_t_m97F983B47BBAF278F9F2B9B14AAD5D1639754C48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisIntPtr_t_m97F983B47BBAF278F9F2B9B14AAD5D1639754C48_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (intptr_t*)(intptr_t*)(&V_0));
|
|
intptr_t L_4 = V_0;
|
|
return (intptr_t)L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.CookieTokenizer_RecognizedAttribute>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B Array_InternalArray__IReadOnlyList_get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m24B19E88F629A9D33CAE78E0DF0FE886540C1563_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m24B19E88F629A9D33CAE78E0DF0FE886540C1563_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m24B19E88F629A9D33CAE78E0DF0FE886540C1563_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)(&V_0));
|
|
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.HeaderVariantInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 Array_InternalArray__IReadOnlyList_get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m08A1B99FF2DC953F17F785AE3A39B22F9FF090E9_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m08A1B99FF2DC953F17F785AE3A39B22F9FF090E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m08A1B99FF2DC953F17F785AE3A39B22F9FF090E9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)(&V_0));
|
|
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Net.Sockets.Socket_WSABUF>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE Array_InternalArray__IReadOnlyList_get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m3F09800A0C792413A927D72A12670BC9A86EA4A5_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m3F09800A0C792413A927D72A12670BC9A86EA4A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m3F09800A0C792413A927D72A12670BC9A86EA4A5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(&V_0));
|
|
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Nullable`1<UnityEngine.RaycastHit>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 Array_InternalArray__IReadOnlyList_get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m94E895CCCCDCD0DD134330ED0174959EEFFC9D86_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m94E895CCCCDCD0DD134330ED0174959EEFFC9D86_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_m94E895CCCCDCD0DD134330ED0174959EEFFC9D86_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(&V_0));
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Object>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_InternalArray__IReadOnlyList_get_Item_TisRuntimeObject_m08E712C1A936A68ACBDDDB3BD61F20658A5A1F59_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisRuntimeObject_m08E712C1A936A68ACBDDDB3BD61F20658A5A1F59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisRuntimeObject_m08E712C1A936A68ACBDDDB3BD61F20658A5A1F59_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RuntimeObject **)(RuntimeObject **)(&V_0));
|
|
RuntimeObject * L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.ParameterizedStrings_FormatParam>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 Array_InternalArray__IReadOnlyList_get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m90C1DA8A90349E98D0CAE4E6E9F8B13CDD9D383F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m90C1DA8A90349E98D0CAE4E6E9F8B13CDD9D383F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m90C1DA8A90349E98D0CAE4E6E9F8B13CDD9D383F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_0));
|
|
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m7FE4474292FC7BC61503EBAA451177566C7A11F2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m7FE4474292FC7BC61503EBAA451177566C7A11F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m7FE4474292FC7BC61503EBAA451177566C7A11F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(&V_0));
|
|
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m782303121097277DB87E5CF415EF0465C4B4A1B1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m782303121097277DB87E5CF415EF0465C4B4A1B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_m782303121097277DB87E5CF415EF0465C4B4A1B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&V_0));
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Reflection.ParameterModifier>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E Array_InternalArray__IReadOnlyList_get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m20B1886525CDB86FF07F92A29DFF25F3C3297949_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m20B1886525CDB86FF07F92A29DFF25F3C3297949_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m20B1886525CDB86FF07F92A29DFF25F3C3297949_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)(&V_0));
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Resources.ResourceLocator>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C Array_InternalArray__IReadOnlyList_get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mAE9047DFAA2BB7016E21BFAFA99BCD7C274D6119_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mAE9047DFAA2BB7016E21BFAFA99BCD7C274D6119_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_mAE9047DFAA2BB7016E21BFAFA99BCD7C274D6119_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_0));
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA Array_InternalArray__IReadOnlyList_get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mAB5413860CB11C4079C1BB386E21AF2E0BDF3321_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mAB5413860CB11C4079C1BB386E21AF2E0BDF3321_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_mAB5413860CB11C4079C1BB386E21AF2E0BDF3321_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA *)(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA *)(&V_0));
|
|
Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Runtime.InteropServices.GCHandle>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 Array_InternalArray__IReadOnlyList_get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC2EC9BDCF259FBF41231168EB670844F06EA064F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC2EC9BDCF259FBF41231168EB670844F06EA064F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mC2EC9BDCF259FBF41231168EB670844F06EA064F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0));
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.SByte>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Array_InternalArray__IReadOnlyList_get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m542710B68FCD399C6523BAA5B1E342DB12FA6C41_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m542710B68FCD399C6523BAA5B1E342DB12FA6C41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int8_t V_0 = 0x0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m542710B68FCD399C6523BAA5B1E342DB12FA6C41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int8_t*)(int8_t*)(&V_0));
|
|
int8_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C Array_InternalArray__IReadOnlyList_get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m107B8642521F620678DE7AE61C5E448B47271B62_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m107B8642521F620678DE7AE61C5E448B47271B62_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_m107B8642521F620678DE7AE61C5E448B47271B62_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C *)(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C *)(&V_0));
|
|
X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Single>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Array_InternalArray__IReadOnlyList_get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m08091EB834286C575732D7E88D50862B35589EC5_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m08091EB834286C575732D7E88D50862B35589EC5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m08091EB834286C575732D7E88D50862B35589EC5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (float*)(float*)(&V_0));
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B Array_InternalArray__IReadOnlyList_get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m63AAEF4BA3CC016E2F8D6A5D0EC53D359279C943_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m63AAEF4BA3CC016E2F8D6A5D0EC53D359279C943_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_m63AAEF4BA3CC016E2F8D6A5D0EC53D359279C943_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *)(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *)(&V_0));
|
|
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Threading.CancellationTokenRegistration>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 Array_InternalArray__IReadOnlyList_get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m53E8625AE904443A1E1DBCCF105D4577B179F5C2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m53E8625AE904443A1E1DBCCF105D4577B179F5C2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m53E8625AE904443A1E1DBCCF105D4577B179F5C2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&V_0));
|
|
CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.TimeSpan>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m50C17816856C83AC643E0C9514C311816C06ADFB_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m50C17816856C83AC643E0C9514C311816C06ADFB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m50C17816856C83AC643E0C9514C311816C06ADFB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0));
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt16>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m333BB1E13495F525681D8CD750954CB38787E0E4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m333BB1E13495F525681D8CD750954CB38787E0E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m333BB1E13495F525681D8CD750954CB38787E0E4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint16_t*)(uint16_t*)(&V_0));
|
|
uint16_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt16Enum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m2B7FB0ED3DA28370BCFA32E9A00F14D3A340E247_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m2B7FB0ED3DA28370BCFA32E9A00F14D3A340E247_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_m2B7FB0ED3DA28370BCFA32E9A00F14D3A340E247_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint16_t*)(uint16_t*)(&V_0));
|
|
uint16_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt32>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFA15CACC0FB406A96AEE4FB4C35AA6C3DF7CDB94_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFA15CACC0FB406A96AEE4FB4C35AA6C3DF7CDB94_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mFA15CACC0FB406A96AEE4FB4C35AA6C3DF7CDB94_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint32_t*)(uint32_t*)(&V_0));
|
|
uint32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt32Enum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mD65F815115740A84FDFD8203B7FF48BBD6A2455B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mD65F815115740A84FDFD8203B7FF48BBD6A2455B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mD65F815115740A84FDFD8203B7FF48BBD6A2455B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint32_t*)(uint32_t*)(&V_0));
|
|
uint32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.UInt64>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Array_InternalArray__IReadOnlyList_get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m8AAD596833F8BEBCA1E526874718756C351CEE01_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m8AAD596833F8BEBCA1E526874718756C351CEE01_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m8AAD596833F8BEBCA1E526874718756C351CEE01_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint64_t*)(uint64_t*)(&V_0));
|
|
uint64_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.Schema.SequenceNode_SequenceConstructPosContext>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 Array_InternalArray__IReadOnlyList_get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m81A7ED1BE698A115FF91F2DDBD92E5DB730705A1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m81A7ED1BE698A115FF91F2DDBD92E5DB730705A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m81A7ED1BE698A115FF91F2DDBD92E5DB730705A1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 *)(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 *)(&V_0));
|
|
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.XmlNamespaceManager_NamespaceDeclaration>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A Array_InternalArray__IReadOnlyList_get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_m7FD201E54B19206C8E8B6A6EDB7199887454148F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_m7FD201E54B19206C8E8B6A6EDB7199887454148F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_m7FD201E54B19206C8E8B6A6EDB7199887454148F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)(&V_0));
|
|
NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<System.Xml.XmlTextReaderImpl_ParsingState>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 Array_InternalArray__IReadOnlyList_get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mD05584BC369E044EB7BFEB23C5627E8F2E173E35_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mD05584BC369E044EB7BFEB23C5627E8F2E173E35_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mD05584BC369E044EB7BFEB23C5627E8F2E173E35_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)(&V_0));
|
|
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.AccelerationEvent>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 Array_InternalArray__IReadOnlyList_get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m9239081B834BB2D36A1786D39C3CB3EDD6317A9A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m9239081B834BB2D36A1786D39C3CB3EDD6317A9A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m9239081B834BB2D36A1786D39C3CB3EDD6317A9A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)(&V_0));
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.AnimatorClipInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 Array_InternalArray__IReadOnlyList_get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mCC50E84382F89F8A8D69FF9C1644B9F967CEE41E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mCC50E84382F89F8A8D69FF9C1644B9F967CEE41E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mCC50E84382F89F8A8D69FF9C1644B9F967CEE41E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 *)(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 *)(&V_0));
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.BeforeRenderHelper_OrderBlock>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 Array_InternalArray__IReadOnlyList_get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD0FE97B15C9FA8B66BB462AA2A30F988EA03299C_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD0FE97B15C9FA8B66BB462AA2A30F988EA03299C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mD0FE97B15C9FA8B66BB462AA2A30F988EA03299C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)(&V_0));
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color32>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Array_InternalArray__IReadOnlyList_get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m5B1598323DDCFCA00E53E5D898D026781060AB03_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m5B1598323DDCFCA00E53E5D898D026781060AB03_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m5B1598323DDCFCA00E53E5D898D026781060AB03_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)(&V_0));
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Color>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Array_InternalArray__IReadOnlyList_get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mAE8C26288A76C7FDAB31F74D866F5D3108D4931A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mAE8C26288A76C7FDAB31F74D866F5D3108D4931A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mAE8C26288A76C7FDAB31F74D866F5D3108D4931A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0));
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ContactPoint2D>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD68E6BB921EFA3B762CFAB6A1C463A58F26FC3C3_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD68E6BB921EFA3B762CFAB6A1C463A58F26FC3C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mD68E6BB921EFA3B762CFAB6A1C463A58F26FC3C3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 *)(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 *)(&V_0));
|
|
ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ContactPoint>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m9EBDE7DEA2408A7206ADAB86BD45E77DF5C63A81_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m9EBDE7DEA2408A7206ADAB86BD45E77DF5C63A81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m9EBDE7DEA2408A7206ADAB86BD45E77DF5C63A81_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 *)(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 *)(&V_0));
|
|
ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 Array_InternalArray__IReadOnlyList_get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC184A789622183B538CC90CBA7EB19F5B307DF31_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC184A789622183B538CC90CBA7EB19F5B307DF31_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_mC184A789622183B538CC90CBA7EB19F5B307DF31_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_0));
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA Array_InternalArray__IReadOnlyList_get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m93D12659ECC6ACF46A99426A649429C9A1105821_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m93D12659ECC6ACF46A99426A649429C9A1105821_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m93D12659ECC6ACF46A99426A649429C9A1105821_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA *)(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA *)(&V_0));
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Keyframe>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 Array_InternalArray__IReadOnlyList_get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mCBEC9342279EF9BEBF1624F73A8C3183F053E823_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mCBEC9342279EF9BEBF1624F73A8C3183F053E823_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mCBEC9342279EF9BEBF1624F73A8C3183F053E823_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 *)(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 *)(&V_0));
|
|
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 Array_InternalArray__IReadOnlyList_get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mD61813CAC4FE2250B610F87BEC367B6549704F3C_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mD61813CAC4FE2250B610F87BEC367B6549704F3C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mD61813CAC4FE2250B610F87BEC367B6549704F3C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 *)(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 *)(&V_0));
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Matrix4x4>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Array_InternalArray__IReadOnlyList_get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9E76CE91B6B7AE24112E0F4CE737B65E2366DC81_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9E76CE91B6B7AE24112E0F4CE737B65E2366DC81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m9E76CE91B6B7AE24112E0F4CE737B65E2366DC81_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0));
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.ParticleSystem_Particle>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E Array_InternalArray__IReadOnlyList_get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m5BB7567143FD9BB7777A6122408DDFA7FFD162A5_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m5BB7567143FD9BB7777A6122408DDFA7FFD162A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m5BB7567143FD9BB7777A6122408DDFA7FFD162A5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)(&V_0));
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Plane>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED Array_InternalArray__IReadOnlyList_get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mE3F758712EFE7BDB3C8AD4CA776F4C5FCED20F45_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mE3F758712EFE7BDB3C8AD4CA776F4C5FCED20F45_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mE3F758712EFE7BDB3C8AD4CA776F4C5FCED20F45_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)(&V_0));
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 Array_InternalArray__IReadOnlyList_get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mC49BE7A8A1BE4C13417FE433DCBD6A2D3CFBBDCA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mC49BE7A8A1BE4C13417FE433DCBD6A2D3CFBBDCA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_mC49BE7A8A1BE4C13417FE433DCBD6A2D3CFBBDCA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 *)(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 *)(&V_0));
|
|
PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Quaternion>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Array_InternalArray__IReadOnlyList_get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m674983896102314F1C0420FB22A64171DFB32A4F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m674983896102314F1C0420FB22A64171DFB32A4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m674983896102314F1C0420FB22A64171DFB32A4F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(&V_0));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit2D>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m457F0431F183E566CCF01D8E5227545FDC429B35_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m457F0431F183E566CCF01D8E5227545FDC429B35_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m457F0431F183E566CCF01D8E5227545FDC429B35_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)(&V_0));
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RaycastHit>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mE238673BEA35FF1C73A13F79FCDC634CA5020A64_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mE238673BEA35FF1C73A13F79FCDC634CA5020A64_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mE238673BEA35FF1C73A13F79FCDC634CA5020A64_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0));
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rect>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Array_InternalArray__IReadOnlyList_get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mC53E35B9A79EBAE286EBDB26A53DA3BBCB78084B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mC53E35B9A79EBAE286EBDB26A53DA3BBCB78084B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_mC53E35B9A79EBAE286EBDB26A53DA3BBCB78084B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0));
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.RenderBuffer>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 Array_InternalArray__IReadOnlyList_get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m47598CFE371AC94CC96ED797AE4FD883D01D42AB_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m47598CFE371AC94CC96ED797AE4FD883D01D42AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m47598CFE371AC94CC96ED797AE4FD883D01D42AB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(&V_0));
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 Array_InternalArray__IReadOnlyList_get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m4569173BF88BC0385D8CD65FDC8A79D3A51F4F33_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m4569173BF88BC0385D8CD65FDC8A79D3A51F4F33_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m4569173BF88BC0385D8CD65FDC8A79D3A51F4F33_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)(&V_0));
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F Array_InternalArray__IReadOnlyList_get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_mC710FBBF874841CA13FFD028013E5675BBE792A2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_mC710FBBF874841CA13FFD028013E5675BBE792A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_mC710FBBF874841CA13FFD028013E5675BBE792A2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F *)(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F *)(&V_0));
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Resolution>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 Array_InternalArray__IReadOnlyList_get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_m71AD268C4F22FBEF72B2CA7AF0ABA8C52B4E669E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_m71AD268C4F22FBEF72B2CA7AF0ABA8C52B4E669E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_m71AD268C4F22FBEF72B2CA7AF0ABA8C52B4E669E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)(&V_0));
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SendMouseEvents_HitInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 Array_InternalArray__IReadOnlyList_get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m2C75C255E63AFB4C7EBD1905AD57D4E50E534FED_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m2C75C255E63AFB4C7EBD1905AD57D4E50E534FED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m2C75C255E63AFB4C7EBD1905AD57D4E50E534FED_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 *)(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 *)(&V_0));
|
|
HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 Array_InternalArray__IReadOnlyList_get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m39952434C44AD3DC50E3B088D2AB7BB9DF4BF6A2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m39952434C44AD3DC50E3B088D2AB7BB9DF4BF6A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m39952434C44AD3DC50E3B088D2AB7BB9DF4BF6A2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 *)(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 *)(&V_0));
|
|
GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A Array_InternalArray__IReadOnlyList_get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m795F49361982E404E95390015D517257EE067216_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m795F49361982E404E95390015D517257EE067216_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_m795F49361982E404E95390015D517257EE067216_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A *)(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A *)(&V_0));
|
|
GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Touch>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 Array_InternalArray__IReadOnlyList_get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m07A7E48E610F3C1FD1EF58B644A9D6670686FFAC_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m07A7E48E610F3C1FD1EF58B644A9D6670686FFAC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m07A7E48E610F3C1FD1EF58B644A9D6670686FFAC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_0));
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.EventDispatcher_DispatchContext>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA Array_InternalArray__IReadOnlyList_get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mEAEE44CEFED0CD0EE8E0BF3A22F0AAA79445AF54_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mEAEE44CEFED0CD0EE8E0BF3A22F0AAA79445AF54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mEAEE44CEFED0CD0EE8E0BF3A22F0AAA79445AF54_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA *)(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA *)(&V_0));
|
|
DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.EventDispatcher_EventRecord>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 Array_InternalArray__IReadOnlyList_get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE5069CB522407E3AF2570AEAC3F93068B02E6D29_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE5069CB522407E3AF2570AEAC3F93068B02E6D29_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE5069CB522407E3AF2570AEAC3F93068B02E6D29_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 *)(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 *)(&V_0));
|
|
EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.FocusController_FocusedElement>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 Array_InternalArray__IReadOnlyList_get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mD6681AE79D36A30F4221773F7C81849508F84B69_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mD6681AE79D36A30F4221773F7C81849508F84B69_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_mD6681AE79D36A30F4221773F7C81849508F84B69_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 *)(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 *)(&V_0));
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 Array_InternalArray__IReadOnlyList_get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mEBEE6D1EFAA61C571223A8A9BB1FD6A4DBDDE784_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mEBEE6D1EFAA61C571223A8A9BB1FD6A4DBDDE784_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_mEBEE6D1EFAA61C571223A8A9BB1FD6A4DBDDE784_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 *)(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 *)(&V_0));
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 Array_InternalArray__IReadOnlyList_get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mC434DB2148B3A100442F3253A1CDE56C6003F76E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mC434DB2148B3A100442F3253A1CDE56C6003F76E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mC434DB2148B3A100442F3253A1CDE56C6003F76E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 *)(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 *)(&V_0));
|
|
StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.UnitySynchronizationContext_WorkRequest>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 Array_InternalArray__IReadOnlyList_get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mC500BEBCAE65267ED127EE4EF03640ED52CB5A76_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mC500BEBCAE65267ED127EE4EF03640ED52CB5A76_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mC500BEBCAE65267ED127EE4EF03640ED52CB5A76_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)(&V_0));
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector2>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Array_InternalArray__IReadOnlyList_get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m5CAED87CB0DBEE91B20FFA4AC49CE8295CC39888_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m5CAED87CB0DBEE91B20FFA4AC49CE8295CC39888_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m5CAED87CB0DBEE91B20FFA4AC49CE8295CC39888_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0));
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector3>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Array_InternalArray__IReadOnlyList_get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mC022982B678F2CE77FE94F96EBFAFA37C557681E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mC022982B678F2CE77FE94F96EBFAFA37C557681E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mC022982B678F2CE77FE94F96EBFAFA37C557681E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.Vector4>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Array_InternalArray__IReadOnlyList_get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1315FF1DB9DF79D3E27EC2FEC0AB27D883DE4FF5_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1315FF1DB9DF79D3E27EC2FEC0AB27D883DE4FF5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1315FF1DB9DF79D3E27EC2FEC0AB27D883DE4FF5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_0));
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__IReadOnlyList_get_Item<UnityEngine.jvalue>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 Array_InternalArray__IReadOnlyList_get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m13BB9184D068AC28ABE77162F3AD05E5013ED7B2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__IReadOnlyList_get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m13BB9184D068AC28ABE77162F3AD05E5013ED7B2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__IReadOnlyList_get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_m13BB9184D068AC28ABE77162F3AD05E5013ED7B2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 *)(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 *)(&V_0));
|
|
jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<FairyGUI.GPath_Segment>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Segment_t4D7158441370F573F35DB59A882D986F1269B61A Array_InternalArray__get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_mE2A683F19B1128BEB678730271780D5D01723479_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_mE2A683F19B1128BEB678730271780D5D01723479_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_mE2A683F19B1128BEB678730271780D5D01723479_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Segment_t4D7158441370F573F35DB59A882D986F1269B61A *)(Segment_t4D7158441370F573F35DB59A882D986F1269B61A *)(&V_0));
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<FairyGUI.GPathPoint>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE Array_InternalArray__get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m37B3164C789102BA38285AF30B83CEC0F6119AB0_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m37B3164C789102BA38285AF30B83CEC0F6119AB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m37B3164C789102BA38285AF30B83CEC0F6119AB0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *)(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *)(&V_0));
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<FairyGUI.TextField_CharPosition>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 Array_InternalArray__get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mCFB9B0E94C8665FFD48AFDF3D6FD26F480CEE9D8_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mCFB9B0E94C8665FFD48AFDF3D6FD26F480CEE9D8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_mCFB9B0E94C8665FFD48AFDF3D6FD26F480CEE9D8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 *)(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 *)(&V_0));
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<FairyGUI.UpdateContext_ClipInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 Array_InternalArray__get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m94ACA80313AA7DF7BD37F78D9094981540176953_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m94ACA80313AA7DF7BD37F78D9094981540176953_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m94ACA80313AA7DF7BD37F78D9094981540176953_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 *)(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 *)(&V_0));
|
|
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<LuaInterface.LuaDictEntry`2<System.Object,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 Array_InternalArray__get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mC2E7BBF1B790D2F2EF6A36D0B3BD62E8A5382ADE_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mC2E7BBF1B790D2F2EF6A36D0B3BD62E8A5382ADE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisLuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5_mC2E7BBF1B790D2F2EF6A36D0B3BD62E8A5382ADE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 *)(LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 *)(&V_0));
|
|
LuaDictEntry_2_t0872CBC7E77372BFD1F001AF04D901F98FADB7C5 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<LuaInterface.LuaFunction_FuncData>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 Array_InternalArray__get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m1C614B859DA53366FD00DD4B9C8590108942F301_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m1C614B859DA53366FD00DD4B9C8590108942F301_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_m1C614B859DA53366FD00DD4B9C8590108942F301_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 *)(FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 *)(&V_0));
|
|
FuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<MS.Internal.Xml.Cache.XPathNode>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 Array_InternalArray__get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m5A42870552FE9DF7293DA8FB6DD10E78F99DD93D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m5A42870552FE9DF7293DA8FB6DD10E78F99DD93D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisXPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_m5A42870552FE9DF7293DA8FB6DD10E78F99DD93D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 *)(&V_0));
|
|
XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<MS.Internal.Xml.Cache.XPathNodeRef>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 Array_InternalArray__get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m356C8C17E7711A9C275FC31D271735EEBDD822EA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m356C8C17E7711A9C275FC31D271735EEBDD822EA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisXPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_m356C8C17E7711A9C275FC31D271735EEBDD822EA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0));
|
|
XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<Mono.Globalization.Unicode.CodePointIndexer_TableRange>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 Array_InternalArray__get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m1CF557045E7E734993401587A6B95688A830C1C1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m1CF557045E7E734993401587A6B95688A830C1C1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisTableRange_t485CF0807771CC05023466CFCB0AE25C46648100_m1CF557045E7E734993401587A6B95688A830C1C1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 *)(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 *)(&V_0));
|
|
TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<Mono.Security.Uri_UriScheme>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 Array_InternalArray__get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_mEA49875D1FB214962F5FB6E865AE018A1670338E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_mEA49875D1FB214962F5FB6E865AE018A1670338E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisUriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089_mEA49875D1FB214962F5FB6E865AE018A1670338E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *)(UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 *)(&V_0));
|
|
UriScheme_tD4C9E109AAE4DEFCAA20A5D4D756767924C8F089 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.ArraySegment`1<System.Byte>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA Array_InternalArray__get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m34FFF3F2DD9F225183E4AAB65F391DA3B64C4C23_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m34FFF3F2DD9F225183E4AAB65F391DA3B64C4C23_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA_m34FFF3F2DD9F225183E4AAB65F391DA3B64C4C23_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_0));
|
|
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Boolean>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_InternalArray__get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m629BA5846BCC1FB720C82F465DBEDC7CC35C9923_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m629BA5846BCC1FB720C82F465DBEDC7CC35C9923_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m629BA5846BCC1FB720C82F465DBEDC7CC35C9923_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (bool*)(bool*)(&V_0));
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Byte>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Array_InternalArray__get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mE0AC51BD7B42B61EADFED85793540510F5513D8E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mE0AC51BD7B42B61EADFED85793540510F5513D8E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mE0AC51BD7B42B61EADFED85793540510F5513D8E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint8_t*)(uint8_t*)(&V_0));
|
|
uint8_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.ByteEnum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Array_InternalArray__get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m27D893903F8C2E986454785C13419465E9B9B058_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m27D893903F8C2E986454785C13419465E9B9B058_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD_m27D893903F8C2E986454785C13419465E9B9B058_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint8_t*)(uint8_t*)(&V_0));
|
|
uint8_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Char>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Array_InternalArray__get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m7910AF4B30BD106F78DE0F14393EA2FA9165302D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m7910AF4B30BD106F78DE0F14393EA2FA9165302D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_m7910AF4B30BD106F78DE0F14393EA2FA9165302D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Il2CppChar*)(Il2CppChar*)(&V_0));
|
|
Il2CppChar L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.DictionaryEntry>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 Array_InternalArray__get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_mE027C77C0133B05655D10BE4BAB17CCBEA45C34E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_mE027C77C0133B05655D10BE4BAB17CCBEA45C34E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisDictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_mE027C77C0133B05655D10BE4BAB17CCBEA45C34E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_0));
|
|
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tC1463A26CB3583633B8650196083947E916945AD Array_InternalArray__get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m47FB31F669126CE7B2B2866D1EACEF0AABF135E4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m47FB31F669126CE7B2B2866D1EACEF0AABF135E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_tC1463A26CB3583633B8650196083947E916945AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_tC1463A26CB3583633B8650196083947E916945AD_m47FB31F669126CE7B2B2866D1EACEF0AABF135E4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_tC1463A26CB3583633B8650196083947E916945AD *)(Entry_tC1463A26CB3583633B8650196083947E916945AD *)(&V_0));
|
|
Entry_tC1463A26CB3583633B8650196083947E916945AD L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Guid,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B Array_InternalArray__get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m4D6B27440F4914F63EB32CB2369B7D06B9E0246A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m4D6B27440F4914F63EB32CB2369B7D06B9E0246A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B_m4D6B27440F4914F63EB32CB2369B7D06B9E0246A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B *)(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B *)(&V_0));
|
|
Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Int32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D Array_InternalArray__get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m5E18D1F3D75951F12CB606D6CEB7A156A5C6C8BD_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m5E18D1F3D75951F12CB606D6CEB7A156A5C6C8BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D_m5E18D1F3D75951F12CB606D6CEB7A156A5C6C8BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D *)(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D *)(&V_0));
|
|
Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Int32Enum,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD Array_InternalArray__get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_mFA629B1D96B7C00DA6DD1067369B970C3773D02B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_mFA629B1D96B7C00DA6DD1067369B970C3773D02B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD_mFA629B1D96B7C00DA6DD1067369B970C3773D02B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD *)(Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD *)(&V_0));
|
|
Entry_t49F9C4F801ED373E9E3EF1356529574A83EE14AD L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Int64,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 Array_InternalArray__get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m6F1DA561287511E4762366059D2A6D32075C2EC6_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m6F1DA561287511E4762366059D2A6D32075C2EC6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4_m6F1DA561287511E4762366059D2A6D32075C2EC6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 *)(Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 *)(&V_0));
|
|
Entry_tD950BFD70D1287D3DE34B8019C16932D6867ACD4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.IntPtr,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t1569C69F7132527F147EA707D2A116532F05D1EE Array_InternalArray__get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_mF893CB2376528A058625863D8BED236A4D1FE2FF_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_mF893CB2376528A058625863D8BED236A4D1FE2FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t1569C69F7132527F147EA707D2A116532F05D1EE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t1569C69F7132527F147EA707D2A116532F05D1EE_mF893CB2376528A058625863D8BED236A4D1FE2FF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t1569C69F7132527F147EA707D2A116532F05D1EE *)(Entry_t1569C69F7132527F147EA707D2A116532F05D1EE *)(&V_0));
|
|
Entry_t1569C69F7132527F147EA707D2A116532F05D1EE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Boolean>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 Array_InternalArray__get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m1E004F7E9582945B0D2A32F365EFE5981C9B07B3_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m1E004F7E9582945B0D2A32F365EFE5981C9B07B3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t495C47A91D5A1899AF832D603308B663495EC5A8_m1E004F7E9582945B0D2A32F365EFE5981C9B07B3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 *)(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 *)(&V_0));
|
|
Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE Array_InternalArray__get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m8CC22EADB453439C66E587109B90CCA60E03233A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m8CC22EADB453439C66E587109B90CCA60E03233A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE_m8CC22EADB453439C66E587109B90CCA60E03233A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE *)(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE *)(&V_0));
|
|
Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Int32Enum>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF Array_InternalArray__get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_m563A8446B6169FDBA32A96CAD61A6AC45DDB1193_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_m563A8446B6169FDBA32A96CAD61A6AC45DDB1193_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t4AF80C1385EAC25480F16E4599985179C47EA8DF_m563A8446B6169FDBA32A96CAD61A6AC45DDB1193_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF *)(Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF *)(&V_0));
|
|
Entry_t4AF80C1385EAC25480F16E4599985179C47EA8DF L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C Array_InternalArray__get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m5B5080C767DABE40CCE0074014FA8F33EA1BAFE1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m5B5080C767DABE40CCE0074014FA8F33EA1BAFE1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t6C49413C824C10E19D46C87A17669FE1252EB68C_m5B5080C767DABE40CCE0074014FA8F33EA1BAFE1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C *)(Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C *)(&V_0));
|
|
Entry_t6C49413C824C10E19D46C87A17669FE1252EB68C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA Array_InternalArray__get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m61ECA245B1071FDB6DB79FE4A5AE6362A5381DF5_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m61ECA245B1071FDB6DB79FE4A5AE6362A5381DF5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA_m61ECA245B1071FDB6DB79FE4A5AE6362A5381DF5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA *)(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA *)(&V_0));
|
|
Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.Object,System.Resources.ResourceLocator>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D Array_InternalArray__get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m00CEFC0E6EB5C4E6286E76754603C701C01C8813_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m00CEFC0E6EB5C4E6286E76754603C701C01C8813_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D_m00CEFC0E6EB5C4E6286E76754603C701C01C8813_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D *)(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D *)(&V_0));
|
|
Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<System.UInt32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 Array_InternalArray__get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m25FEA9EB39C841593DBEA7B877EA0B89A64239F3_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m25FEA9EB39C841593DBEA7B877EA0B89A64239F3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38_m25FEA9EB39C841593DBEA7B877EA0B89A64239F3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 *)(Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 *)(&V_0));
|
|
Entry_t443D72C18A3A122927C703E1FEBF06B4FDB17F38 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t687188C87EF1FD0D50038E634676DBC449857B8E Array_InternalArray__get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m634A8804837CC44712DFE5ABE37B3F0D96EF9FC0_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m634A8804837CC44712DFE5ABE37B3F0D96EF9FC0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t687188C87EF1FD0D50038E634676DBC449857B8E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m634A8804837CC44712DFE5ABE37B3F0D96EF9FC0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t687188C87EF1FD0D50038E634676DBC449857B8E *)(Entry_t687188C87EF1FD0D50038E634676DBC449857B8E *)(&V_0));
|
|
Entry_t687188C87EF1FD0D50038E634676DBC449857B8E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E Array_InternalArray__get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m9B026276CF1F1D5C24019A4D0B278326A2C30D83_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m9B026276CF1F1D5C24019A4D0B278326A2C30D83_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E_m9B026276CF1F1D5C24019A4D0B278326A2C30D83_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E *)(Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E *)(&V_0));
|
|
Entry_t64D38FA2992140132BE596DFDC676DAAB56D9A1E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.Dictionary`2_Entry<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 Array_InternalArray__get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4AD5118ECE0674645515414C181202A540E8C97E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4AD5118ECE0674645515414C181202A540E8C97E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEntry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8_m4AD5118ECE0674645515414C181202A540E8C97E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 *)(Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 *)(&V_0));
|
|
Entry_t111DE34ECD5EE4E51E00DE4667A4F582B59CC2F8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.HashSet`1_Slot<System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 Array_InternalArray__get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m38844CFC22B83289886F6AD309D8861827A1A40F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m38844CFC22B83289886F6AD309D8861827A1A40F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisSlot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279_m38844CFC22B83289886F6AD309D8861827A1A40F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 *)(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 *)(&V_0));
|
|
Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<MS.Internal.Xml.Cache.XPathNodeRef,MS.Internal.Xml.Cache.XPathNodeRef>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 Array_InternalArray__get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mB557C112EEE2DD7286257ED1367511E4CB9EBCA9_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mB557C112EEE2DD7286257ED1367511E4CB9EBCA9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443_mB557C112EEE2DD7286257ED1367511E4CB9EBCA9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 *)(KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 *)(&V_0));
|
|
KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B Array_InternalArray__get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_mCE796920ABC11A9902FC9F9D6160642A63D433FA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_mCE796920ABC11A9902FC9F9D6160642A63D433FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_mCE796920ABC11A9902FC9F9D6160642A63D433FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B *)(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B *)(&V_0));
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Guid,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 Array_InternalArray__get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mE46942032A5444788C9BD3E4B05C8A9BD2DCA803_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mE46942032A5444788C9BD3E4B05C8A9BD2DCA803_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78_mE46942032A5444788C9BD3E4B05C8A9BD2DCA803_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 *)(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 *)(&V_0));
|
|
KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C Array_InternalArray__get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m9F18D534073EB714A33DD07BC19837F08129B5F7_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m9F18D534073EB714A33DD07BC19837F08129B5F7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C_m9F18D534073EB714A33DD07BC19837F08129B5F7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C *)(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C *)(&V_0));
|
|
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int32Enum,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 Array_InternalArray__get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m85147EDACB780ABC166099B909362465315859B2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m85147EDACB780ABC166099B909362465315859B2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0_m85147EDACB780ABC166099B909362465315859B2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 *)(KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 *)(&V_0));
|
|
KeyValuePair_2_t69CC9209E494AB6BA5729796FBBBAFB5F933F3F0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Int64,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA Array_InternalArray__get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m5CD11CB99F07C1817279B68D2C92C19ED407A1F9_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m5CD11CB99F07C1817279B68D2C92C19ED407A1F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA_m5CD11CB99F07C1817279B68D2C92C19ED407A1F9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA *)(KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA *)(&V_0));
|
|
KeyValuePair_2_t01369E536C15A7A1AF58F260AD740C479FBFC4EA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.IntPtr,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 Array_InternalArray__get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mF3EE4F17D88096039A37D7F1D2E3CEC9CE40E837_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mF3EE4F17D88096039A37D7F1D2E3CEC9CE40E837_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8_mF3EE4F17D88096039A37D7F1D2E3CEC9CE40E837_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 *)(KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 *)(&V_0));
|
|
KeyValuePair_2_t97CA1AD5DC865D3DFBA7BB3738ACB17916661DB8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Boolean>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 Array_InternalArray__get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m40C3EC3F33D4F510902E7A42ACEB78B9711BEA74_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m40C3EC3F33D4F510902E7A42ACEB78B9711BEA74_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1_m40C3EC3F33D4F510902E7A42ACEB78B9711BEA74_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 *)(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 *)(&V_0));
|
|
KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E Array_InternalArray__get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mBCE929EFD88213430B14BD2CF31A583723522143_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mBCE929EFD88213430B14BD2CF31A583723522143_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E_mBCE929EFD88213430B14BD2CF31A583723522143_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E *)(&V_0));
|
|
KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Int32Enum>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 Array_InternalArray__get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_m98456D231691613A58F88EDAA7C48E68451E1440_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_m98456D231691613A58F88EDAA7C48E68451E1440_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5_m98456D231691613A58F88EDAA7C48E68451E1440_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 *)(KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 *)(&V_0));
|
|
KeyValuePair_2_tF5C55FD7AFA8164449EE2A5C295953C5B9CAE4F5 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A Array_InternalArray__get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m8536BC7C83A5804CD2556055115C90FE8E986287_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m8536BC7C83A5804CD2556055115C90FE8E986287_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A_m8536BC7C83A5804CD2556055115C90FE8E986287_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A *)(KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A *)(&V_0));
|
|
KeyValuePair_2_t4BA07373C0AF6D07EFF2A12E4D66999237A3741A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Array_InternalArray__get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m07DCF9692981AEACAD04D98EA58EC5727A57F24E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m07DCF9692981AEACAD04D98EA58EC5727A57F24E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_m07DCF9692981AEACAD04D98EA58EC5727A57F24E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(&V_0));
|
|
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.Object,System.Resources.ResourceLocator>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 Array_InternalArray__get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m869CD39A2A3CBBF2661E51A2C3F817DDE806C357_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m869CD39A2A3CBBF2661E51A2C3F817DDE806C357_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6_m869CD39A2A3CBBF2661E51A2C3F817DDE806C357_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 *)(&V_0));
|
|
KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<System.UInt32,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA Array_InternalArray__get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m3DD0A9EC3298FEFB9F15B20760BC2A77A0A271F9_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m3DD0A9EC3298FEFB9F15B20760BC2A77A0A271F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA_m3DD0A9EC3298FEFB9F15B20760BC2A77A0A271F9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA *)(KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA *)(&V_0));
|
|
KeyValuePair_2_t471E2DF36C9849B1488F87CC6C0EA0F6B6224DBA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 Array_InternalArray__get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mAA3F18FD7529066EA64833DD11068130E64292C3_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mAA3F18FD7529066EA64833DD11068130E64292C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342_mAA3F18FD7529066EA64833DD11068130E64292C3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 *)(KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 *)(&V_0));
|
|
KeyValuePair_2_t198F3EF99C5CB706B8E678896CA900035FACF342 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Int32>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 Array_InternalArray__get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m710267C3B3F0503C42A4C903ED41E44882A3FFB4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m710267C3B3F0503C42A4C903ED41E44882A3FFB4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96_m710267C3B3F0503C42A4C903ED41E44882A3FFB4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 *)(KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 *)(&V_0));
|
|
KeyValuePair_2_t72B1B50F3096E7CDC6F0711317B81F69BB278E96 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Generic.KeyValuePair`2<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey,System.Object>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA Array_InternalArray__get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m5788BB7068B44882041E8F21C250C34901ECDF11_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m5788BB7068B44882041E8F21C250C34901ECDF11_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA_m5788BB7068B44882041E8F21C250C34901ECDF11_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA *)(KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA *)(&V_0));
|
|
KeyValuePair_2_tBD4A3C905E8662DBE7F4813A4C2CF04D5652B0BA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Collections.Hashtable_bucket>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 Array_InternalArray__get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_mFBBF1D38CCDA2D13FFA16BC0CE1E5987639162FB_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_mFBBF1D38CCDA2D13FFA16BC0CE1E5987639162FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_Tisbucket_t1C848488DF65838689F7773D46F9E7E8C881B083_mFBBF1D38CCDA2D13FFA16BC0CE1E5987639162FB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 *)(bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 *)(&V_0));
|
|
bucket_t1C848488DF65838689F7773D46F9E7E8C881B083 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.ComponentModel.AttributeCollection_AttributeEntry>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD Array_InternalArray__get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6F4A72F8A583971EF4A7C25FED3B8DC0ED4B033A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6F4A72F8A583971EF4A7C25FED3B8DC0ED4B033A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisAttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD_m6F4A72F8A583971EF4A7C25FED3B8DC0ED4B033A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD *)(AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD *)(&V_0));
|
|
AttributeEntry_t03E9BFE6BF6BE56EA2568359ACD774FE8C8661DD L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.DateTime>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Array_InternalArray__get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mAFF3D10D243FFDDEA2E5BE47A3D72269875C515D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mAFF3D10D243FFDDEA2E5BE47A3D72269875C515D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mAFF3D10D243FFDDEA2E5BE47A3D72269875C515D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0));
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.DateTimeOffset>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 Array_InternalArray__get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m1B3CE49ACECB85D0FE583E99A762ADAEE25B0FD1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m1B3CE49ACECB85D0FE583E99A762ADAEE25B0FD1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m1B3CE49ACECB85D0FE583E99A762ADAEE25B0FD1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 *)(&V_0));
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Decimal>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Array_InternalArray__get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA29C644E6B30AA8FF56106A39C9E7530CE6AD04D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA29C644E6B30AA8FF56106A39C9E7530CE6AD04D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mA29C644E6B30AA8FF56106A39C9E7530CE6AD04D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&V_0));
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Double>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Array_InternalArray__get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m91B1B86B2435BE0A25761F475691E825DDAD39A4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m91B1B86B2435BE0A25761F475691E825DDAD39A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m91B1B86B2435BE0A25761F475691E825DDAD39A4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (double*)(double*)(&V_0));
|
|
double L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Globalization.InternalCodePageDataItem>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 Array_InternalArray__get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m61D9DED5DD618D348B1BADD336B69E7902CC5424_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m61D9DED5DD618D348B1BADD336B69E7902CC5424_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisInternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_m61D9DED5DD618D348B1BADD336B69E7902CC5424_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 *)(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 *)(&V_0));
|
|
InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Globalization.InternalEncodingDataItem>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 Array_InternalArray__get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mDDF4AC156930E20611FCFB76DFC231AE7903FEE0_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mDDF4AC156930E20611FCFB76DFC231AE7903FEE0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisInternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211_mDDF4AC156930E20611FCFB76DFC231AE7903FEE0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 *)(InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 *)(&V_0));
|
|
InternalEncodingDataItem_t34BEF550D56496035752E8E0607127CD43378211 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Globalization.TimeSpanParse_TimeSpanToken>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 Array_InternalArray__get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_mE764DC14EFFB521E40A2913228697A04D9CA2B68_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_mE764DC14EFFB521E40A2913228697A04D9CA2B68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisTimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_mE764DC14EFFB521E40A2913228697A04D9CA2B68_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&V_0));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Guid>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Array_InternalArray__get_Item_TisGuid_t_m979DD807F084EEDE01F888F9957547DE23BCABBA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisGuid_t_m979DD807F084EEDE01F888F9957547DE23BCABBA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Guid_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisGuid_t_m979DD807F084EEDE01F888F9957547DE23BCABBA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Guid_t *)(Guid_t *)(&V_0));
|
|
Guid_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Int16>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Array_InternalArray__get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m646E9CD2F8B82E5F35FBDE2A0EFD98A0F195D680_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m646E9CD2F8B82E5F35FBDE2A0EFD98A0F195D680_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_m646E9CD2F8B82E5F35FBDE2A0EFD98A0F195D680_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int16_t*)(int16_t*)(&V_0));
|
|
int16_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Int32>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_InternalArray__get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mC0D56DB29145576351D3144C0174C3DB3DFF9C84_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mC0D56DB29145576351D3144C0174C3DB3DFF9C84_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mC0D56DB29145576351D3144C0174C3DB3DFF9C84_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int32_t*)(int32_t*)(&V_0));
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Int32Enum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_InternalArray__get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mB47101014CAE26A07ACE2888ADF044342599F247_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mB47101014CAE26A07ACE2888ADF044342599F247_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mB47101014CAE26A07ACE2888ADF044342599F247_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int32_t*)(int32_t*)(&V_0));
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Int64>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Array_InternalArray__get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m69766EC28E50BA89284F2D32C8684A401A19B346_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m69766EC28E50BA89284F2D32C8684A401A19B346_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m69766EC28E50BA89284F2D32C8684A401A19B346_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int64_t*)(int64_t*)(&V_0));
|
|
int64_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.IntPtr>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Array_InternalArray__get_Item_TisIntPtr_t_mDAAED5E34FC82EC1CE912628ED6EFA3FD73BF68D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisIntPtr_t_mDAAED5E34FC82EC1CE912628ED6EFA3FD73BF68D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisIntPtr_t_mDAAED5E34FC82EC1CE912628ED6EFA3FD73BF68D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (intptr_t*)(intptr_t*)(&V_0));
|
|
intptr_t L_4 = V_0;
|
|
return (intptr_t)L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Net.CookieTokenizer_RecognizedAttribute>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B Array_InternalArray__get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m395C0A3C04B17FF1BFA62DCB5D094848456E2E70_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m395C0A3C04B17FF1BFA62DCB5D094848456E2E70_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisRecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_m395C0A3C04B17FF1BFA62DCB5D094848456E2E70_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)(&V_0));
|
|
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Net.HeaderVariantInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 Array_InternalArray__get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7BBE7FCBA19B65E2562B6429A111AEA6BAEBD70D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7BBE7FCBA19B65E2562B6429A111AEA6BAEBD70D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisHeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_m7BBE7FCBA19B65E2562B6429A111AEA6BAEBD70D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)(&V_0));
|
|
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Net.Sockets.Socket_WSABUF>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE Array_InternalArray__get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m7C76B27D3E4BC6D2DA07088A801DBABE51FDEA0B_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m7C76B27D3E4BC6D2DA07088A801DBABE51FDEA0B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisWSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE_m7C76B27D3E4BC6D2DA07088A801DBABE51FDEA0B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(&V_0));
|
|
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Nullable`1<UnityEngine.RaycastHit>>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 Array_InternalArray__get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mDD6F13694E31E87E7BD9B0F15FA7BF8AC01A1403_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mDD6F13694E31E87E7BD9B0F15FA7BF8AC01A1403_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisNullable_1_t6224B732028631256932FA4C4176E10D171EFE29_mDD6F13694E31E87E7BD9B0F15FA7BF8AC01A1403_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(&V_0));
|
|
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Object>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_InternalArray__get_Item_TisRuntimeObject_m98D2A0CAA60FCDAD14B318032271D194A0FC463A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisRuntimeObject_m98D2A0CAA60FCDAD14B318032271D194A0FC463A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisRuntimeObject_m98D2A0CAA60FCDAD14B318032271D194A0FC463A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RuntimeObject **)(RuntimeObject **)(&V_0));
|
|
RuntimeObject * L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.ParameterizedStrings_FormatParam>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 Array_InternalArray__get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m47A9D1BA5A97752AF36397686537AB4612A836EB_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m47A9D1BA5A97752AF36397686537AB4612A836EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisFormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_m47A9D1BA5A97752AF36397686537AB4612A836EB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 *)(&V_0));
|
|
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Reflection.CustomAttributeNamedArgument>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E Array_InternalArray__get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m2FD87C18D9E6848633DF705BFFAFEB78D9396EA4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m2FD87C18D9E6848633DF705BFFAFEB78D9396EA4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisCustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E_m2FD87C18D9E6848633DF705BFFAFEB78D9396EA4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E *)(&V_0));
|
|
CustomAttributeNamedArgument_t08BA731A94FD7F173551DF3098384CB9B3056E9E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Reflection.CustomAttributeTypedArgument>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 Array_InternalArray__get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_mB284F11FF6EAAF07725EE9EEECAAD865E149E9CD_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_mB284F11FF6EAAF07725EE9EEECAAD865E149E9CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisCustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8_mB284F11FF6EAAF07725EE9EEECAAD865E149E9CD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 *)(&V_0));
|
|
CustomAttributeTypedArgument_t238ACCB3A438CB5EDE4A924C637B288CCEC958E8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Reflection.ParameterModifier>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E Array_InternalArray__get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m83A26FF89E9009B96B3B82235BC9508BB8406D77_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m83A26FF89E9009B96B3B82235BC9508BB8406D77_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m83A26FF89E9009B96B3B82235BC9508BB8406D77_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E *)(&V_0));
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Resources.ResourceLocator>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C Array_InternalArray__get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m6880A2B25322CD928A2218BAC463B0F9D7450BD2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m6880A2B25322CD928A2218BAC463B0F9D7450BD2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C_m6880A2B25322CD928A2218BAC463B0F9D7450BD2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C *)(&V_0));
|
|
ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Runtime.CompilerServices.Ephemeron>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA Array_InternalArray__get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m4277A55FF0F7CC43A28269EF99E761F3BA612EE3_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m4277A55FF0F7CC43A28269EF99E761F3BA612EE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEphemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_m4277A55FF0F7CC43A28269EF99E761F3BA612EE3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA *)(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA *)(&V_0));
|
|
Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Runtime.InteropServices.GCHandle>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 Array_InternalArray__get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mBB81776EBAE07C3F1598652B60A70D03C8C1B423_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mBB81776EBAE07C3F1598652B60A70D03C8C1B423_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisGCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3_mBB81776EBAE07C3F1598652B60A70D03C8C1B423_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)(&V_0));
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.SByte>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Array_InternalArray__get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m288F7FA25642BAF460C919173FFBACFF200256FE_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m288F7FA25642BAF460C919173FFBACFF200256FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int8_t V_0 = 0x0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m288F7FA25642BAF460C919173FFBACFF200256FE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (int8_t*)(int8_t*)(&V_0));
|
|
int8_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Security.Cryptography.X509Certificates.X509ChainStatus>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C Array_InternalArray__get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mA4007DD15F683C09EF27EB643D94120451187BE1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mA4007DD15F683C09EF27EB643D94120451187BE1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisX509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_mA4007DD15F683C09EF27EB643D94120451187BE1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C *)(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C *)(&V_0));
|
|
X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Single>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Array_InternalArray__get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m77CE54A431B9137F71AE4EB8DD6BD6896CAD51D5_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m77CE54A431B9137F71AE4EB8DD6BD6896CAD51D5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m77CE54A431B9137F71AE4EB8DD6BD6896CAD51D5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (float*)(float*)(&V_0));
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Text.RegularExpressions.RegexCharClass_LowerCaseMapping>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B Array_InternalArray__get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_mE5257779A8486E28FF4CE35150FACFDEF3E4C3A2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_mE5257779A8486E28FF4CE35150FACFDEF3E4C3A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisLowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B_mE5257779A8486E28FF4CE35150FACFDEF3E4C3A2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *)(LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B *)(&V_0));
|
|
LowerCaseMapping_t3F087D71A4D7A309FD5492CE33501FD4F4709D7B L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Threading.CancellationTokenRegistration>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 Array_InternalArray__get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m0318D47BE2AB57E53839293C15DD335B8B0583AA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m0318D47BE2AB57E53839293C15DD335B8B0583AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisCancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2_m0318D47BE2AB57E53839293C15DD335B8B0583AA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 *)(&V_0));
|
|
CancellationTokenRegistration_tCDB9825D1854DD0D7FF737C82B099FC468107BB2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.TimeSpan>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Array_InternalArray__get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m6F26E3B1889F792C114EA852B45C022258DDF5D4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m6F26E3B1889F792C114EA852B45C022258DDF5D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m6F26E3B1889F792C114EA852B45C022258DDF5D4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_0));
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.UInt16>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Array_InternalArray__get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m92C7FC890AD3637D775B949E40AC58993090D84D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m92C7FC890AD3637D775B949E40AC58993090D84D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m92C7FC890AD3637D775B949E40AC58993090D84D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint16_t*)(uint16_t*)(&V_0));
|
|
uint16_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.UInt16Enum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Array_InternalArray__get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_mEA75710F556455DDA166CF95C1D96CE26B2085CE_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_mEA75710F556455DDA166CF95C1D96CE26B2085CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisUInt16Enum_tB3380938EFBC6B524E2C8143A7982637F0EA4456_mEA75710F556455DDA166CF95C1D96CE26B2085CE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint16_t*)(uint16_t*)(&V_0));
|
|
uint16_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.UInt32>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Array_InternalArray__get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m92E8524E021B44BD9FBA8B7B532C1C1D1AE2591E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m92E8524E021B44BD9FBA8B7B532C1C1D1AE2591E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m92E8524E021B44BD9FBA8B7B532C1C1D1AE2591E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint32_t*)(uint32_t*)(&V_0));
|
|
uint32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.UInt32Enum>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Array_InternalArray__get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE645727106010AD46674E179F71A1E8C5FDD7AEA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE645727106010AD46674E179F71A1E8C5FDD7AEA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisUInt32Enum_tE44175EB3151A633676D60A642EDA3BD5C6760DA_mE645727106010AD46674E179F71A1E8C5FDD7AEA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint32_t*)(uint32_t*)(&V_0));
|
|
uint32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.UInt64>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Array_InternalArray__get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m67422E4BCD6185FCCC24C2E10B17354B5CA4881F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m67422E4BCD6185FCCC24C2E10B17354B5CA4881F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m67422E4BCD6185FCCC24C2E10B17354B5CA4881F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (uint64_t*)(uint64_t*)(&V_0));
|
|
uint64_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Xml.Schema.SequenceNode_SequenceConstructPosContext>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 Array_InternalArray__get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m9D04DB4C361049610CFEC25A599205A36ADA17D3_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m9D04DB4C361049610CFEC25A599205A36ADA17D3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisSequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1_m9D04DB4C361049610CFEC25A599205A36ADA17D3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 *)(SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 *)(&V_0));
|
|
SequenceConstructPosContext_t72DF930B1BE2676BD225E8D9622C78EF2B0DFAC1 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Xml.XmlNamespaceManager_NamespaceDeclaration>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A Array_InternalArray__get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_mB4F42679D302D93537CED1EA50A2ED5C31A9F2D7_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_mB4F42679D302D93537CED1EA50A2ED5C31A9F2D7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisNamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_mB4F42679D302D93537CED1EA50A2ED5C31A9F2D7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A *)(&V_0));
|
|
NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<System.Xml.XmlTextReaderImpl_ParsingState>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 Array_InternalArray__get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mF56EF579430DAFFC3B7177CCB28E6DE900F1C448_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mF56EF579430DAFFC3B7177CCB28E6DE900F1C448_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_mF56EF579430DAFFC3B7177CCB28E6DE900F1C448_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)(&V_0));
|
|
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.AccelerationEvent>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 Array_InternalArray__get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m8EFFFA5F582AA6C016332B6A82C2B59B9A2526BF_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m8EFFFA5F582AA6C016332B6A82C2B59B9A2526BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisAccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4_m8EFFFA5F582AA6C016332B6A82C2B59B9A2526BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)(AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 *)(&V_0));
|
|
AccelerationEvent_t6D9F13A024BF9DE1278C0FBD66EF2FBA22FB00B4 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.AnimatorClipInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 Array_InternalArray__get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mE521D55417ACFC8E293A50D6FC38B81FD620282D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mE521D55417ACFC8E293A50D6FC38B81FD620282D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_mE521D55417ACFC8E293A50D6FC38B81FD620282D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 *)(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 *)(&V_0));
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.BeforeRenderHelper_OrderBlock>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 Array_InternalArray__get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m3A94BC2B4F31DBA1005FB94913C3130C69A2E39F_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m3A94BC2B4F31DBA1005FB94913C3130C69A2E39F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_m3A94BC2B4F31DBA1005FB94913C3130C69A2E39F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 *)(&V_0));
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Color32>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Array_InternalArray__get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m690637A6E30AAACC2D08D07F0107FFFE45B9AA25_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m690637A6E30AAACC2D08D07F0107FFFE45B9AA25_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m690637A6E30AAACC2D08D07F0107FFFE45B9AA25_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 *)(&V_0));
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Color>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Array_InternalArray__get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m9C0BDF53905610F83940A5D6B6607B9E4029E024_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m9C0BDF53905610F83940A5D6B6607B9E4029E024_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m9C0BDF53905610F83940A5D6B6607B9E4029E024_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0));
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.ContactPoint2D>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 Array_InternalArray__get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mC0BA868364A2EC9CBE08EEE61C17C9909356B644_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mC0BA868364A2EC9CBE08EEE61C17C9909356B644_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0_mC0BA868364A2EC9CBE08EEE61C17C9909356B644_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 *)(ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 *)(&V_0));
|
|
ContactPoint2D_t7DE4097DD62E4240F4629EBB41F4BF089141E2C0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.ContactPoint>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 Array_InternalArray__get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m1A4B88B46CEC94307CF29224873D7CE4027C40C0_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m1A4B88B46CEC94307CF29224873D7CE4027C40C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515_m1A4B88B46CEC94307CF29224873D7CE4027C40C0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 *)(ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 *)(&V_0));
|
|
ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 Array_InternalArray__get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m3B53EB9E61040DA92DCE1D4373F9ECFC85FE5651_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m3B53EB9E61040DA92DCE1D4373F9ECFC85FE5651_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m3B53EB9E61040DA92DCE1D4373F9ECFC85FE5651_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)(&V_0));
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Experimental.TerrainAPI.TerrainUtility_TerrainMap_TileCoord>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA Array_InternalArray__get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m03BA3AF14B8FFF11C9982E44BCADA699E319D598_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m03BA3AF14B8FFF11C9982E44BCADA699E319D598_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisTileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA_m03BA3AF14B8FFF11C9982E44BCADA699E319D598_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA *)(TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA *)(&V_0));
|
|
TileCoord_t51EDF1EA1A3A7F9C1D85C186E7A7954535C225BA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Keyframe>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 Array_InternalArray__get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mD6A0D9843EAA93E58C03D148C4944DA9AA85608A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mD6A0D9843EAA93E58C03D148C4944DA9AA85608A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisKeyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74_mD6A0D9843EAA93E58C03D148C4944DA9AA85608A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 *)(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 *)(&V_0));
|
|
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.LowLevel.PlayerLoopSystem>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 Array_InternalArray__get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mADFAEA14DF51FA2CBF3AE91F680FC1DDA4766E36_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mADFAEA14DF51FA2CBF3AE91F680FC1DDA4766E36_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisPlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93_mADFAEA14DF51FA2CBF3AE91F680FC1DDA4766E36_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 *)(PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 *)(&V_0));
|
|
PlayerLoopSystem_t4F3CE091F496538800DC1FF6E750BFA72FEB8C93 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Matrix4x4>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Array_InternalArray__get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mDD19CAC68186909695744BD2BEBED272E06F3DC4_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mDD19CAC68186909695744BD2BEBED272E06F3DC4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mDD19CAC68186909695744BD2BEBED272E06F3DC4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0));
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.ParticleSystem_Particle>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E Array_InternalArray__get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_mC3F7477A2E7A7BA9FB7152143DC40F7E4FFF96BB_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_mC3F7477A2E7A7BA9FB7152143DC40F7E4FFF96BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_mC3F7477A2E7A7BA9FB7152143DC40F7E4FFF96BB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)(&V_0));
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Plane>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED Array_InternalArray__get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_m3B2A6B15ACEDDD69DFC2A7B1F1549239040CC12D_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_m3B2A6B15ACEDDD69DFC2A7B1F1549239040CC12D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_m3B2A6B15ACEDDD69DFC2A7B1F1549239040CC12D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)(&V_0));
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Playables.PlayableBinding>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 Array_InternalArray__get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m362D4C945930128AB5451EC5F1413FB6543D01C9_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m362D4C945930128AB5451EC5F1413FB6543D01C9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisPlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8_m362D4C945930128AB5451EC5F1413FB6543D01C9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 *)(PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 *)(&V_0));
|
|
PlayableBinding_t4D92F4CF16B8608DD83947E5D40CB7690F23F9C8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Quaternion>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Array_InternalArray__get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6C7302CB1A59CBFD489974DC20A09E78E689557_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6C7302CB1A59CBFD489974DC20A09E78E689557_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6C7302CB1A59CBFD489974DC20A09E78E689557_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 *)(&V_0));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit2D>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE Array_InternalArray__get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m343C0DB5D50F0936952CCACC386228F2ACC5A796_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m343C0DB5D50F0936952CCACC386228F2ACC5A796_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_m343C0DB5D50F0936952CCACC386228F2ACC5A796_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)(&V_0));
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.RaycastHit>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 Array_InternalArray__get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mDCDC36064BB0FF4DC76546ED1CA3DDB6C303F4FE_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mDCDC36064BB0FF4DC76546ED1CA3DDB6C303F4FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_mDCDC36064BB0FF4DC76546ED1CA3DDB6C303F4FE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0));
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Rect>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Array_InternalArray__get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m7D33821125FED438FEA5A27C3E28D6DA12A5D634_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m7D33821125FED438FEA5A27C3E28D6DA12A5D634_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m7D33821125FED438FEA5A27C3E28D6DA12A5D634_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0));
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.RenderBuffer>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 Array_InternalArray__get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m08E56064B62B0C357C2010E09FB44889D1161BB2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m08E56064B62B0C357C2010E09FB44889D1161BB2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m08E56064B62B0C357C2010E09FB44889D1161BB2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 *)(&V_0));
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Rendering.BatchVisibility>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 Array_InternalArray__get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_mBA598D1852E66122156731750BBF1D8EDFEBAC55_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_mBA598D1852E66122156731750BBF1D8EDFEBAC55_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_mBA598D1852E66122156731750BBF1D8EDFEBAC55_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)(&V_0));
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Rendering.ReflectionProbeBlendInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F Array_InternalArray__get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m497928A4629D76C7F258D8A2D62BEF32B2F20ED2_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m497928A4629D76C7F258D8A2D62BEF32B2F20ED2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m497928A4629D76C7F258D8A2D62BEF32B2F20ED2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F *)(ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F *)(&V_0));
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Resolution>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 Array_InternalArray__get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mB5C6E5B7F1C350E71053D2D5FD835723ADC76618_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mB5C6E5B7F1C350E71053D2D5FD835723ADC76618_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisResolution_t350D132B8526B5211E0BF8B22782F20D55994A90_mB5C6E5B7F1C350E71053D2D5FD835723ADC76618_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)(Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 *)(&V_0));
|
|
Resolution_t350D132B8526B5211E0BF8B22782F20D55994A90 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.SendMouseEvents_HitInfo>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 Array_InternalArray__get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m02FDDCF30AEA5010D3F032AAD267FCB98051A142_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m02FDDCF30AEA5010D3F032AAD267FCB98051A142_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisHitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746_m02FDDCF30AEA5010D3F032AAD267FCB98051A142_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 *)(HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 *)(&V_0));
|
|
HitInfo_t2B010E637D28B522E704FDA56FAE6DA9979D8746 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcAchievementData>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 Array_InternalArray__get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m9D0452CD1962BBA9DAE3FC2B0EC0429F65CF1103_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m9D0452CD1962BBA9DAE3FC2B0EC0429F65CF1103_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisGcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55_m9D0452CD1962BBA9DAE3FC2B0EC0429F65CF1103_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 *)(GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 *)(&V_0));
|
|
GcAchievementData_t5CBCF44628981C91C76C552716A7D551670DCE55 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.SocialPlatforms.GameCenter.GcScoreData>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A Array_InternalArray__get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_mD10502BEA559D905BB0619CB8D721895595CC9A7_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_mD10502BEA559D905BB0619CB8D721895595CC9A7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisGcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A_mD10502BEA559D905BB0619CB8D721895595CC9A7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A *)(GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A *)(&V_0));
|
|
GcScoreData_t45EF6CC4038C34CE5823D33D1978C5A3F2E0D09A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Touch>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 Array_InternalArray__get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m1A9DC9373316DB755F222D79C0CA465C44173767_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m1A9DC9373316DB755F222D79C0CA465C44173767_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisTouch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8_m1A9DC9373316DB755F222D79C0CA465C44173767_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_0));
|
|
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.UIElements.EventDispatcher_DispatchContext>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA Array_InternalArray__get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mC33D6ABB178E8C2278C6332BE95736B6CB4A209E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mC33D6ABB178E8C2278C6332BE95736B6CB4A209E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisDispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA_mC33D6ABB178E8C2278C6332BE95736B6CB4A209E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA *)(DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA *)(&V_0));
|
|
DispatchContext_tDF1F945F762418B995415C3C0158C0341152DAFA L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.UIElements.EventDispatcher_EventRecord>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 Array_InternalArray__get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE20F2191021A63D63DC75A822BC4E1FF16BA192E_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE20F2191021A63D63DC75A822BC4E1FF16BA192E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisEventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9_mE20F2191021A63D63DC75A822BC4E1FF16BA192E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 *)(EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 *)(&V_0));
|
|
EventRecord_t2A71AE34E4900DB6EF7EA77AE93BB03074EC7DC9 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.UIElements.FocusController_FocusedElement>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 Array_InternalArray__get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m2F109FA818CBB4CAA857EEC633B5364DC2A9F9FA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m2F109FA818CBB4CAA857EEC633B5364DC2A9F9FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m2F109FA818CBB4CAA857EEC633B5364DC2A9F9FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 *)(FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 *)(&V_0));
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.UIElements.StyleSheets.StyleSheetCache_SheetHandleKey>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 Array_InternalArray__get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m9FC4A6D84EB525F2FCDFF79BEE53B87241D81397_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m9FC4A6D84EB525F2FCDFF79BEE53B87241D81397_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisSheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0_m9FC4A6D84EB525F2FCDFF79BEE53B87241D81397_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 *)(SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 *)(&V_0));
|
|
SheetHandleKey_t3A372D0BA490C00E1D3C64B2BBABECF04AE7C9B0 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.UIElements.StyleSheets.StyleValue>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 Array_InternalArray__get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE675C75E7BF99989E70BB9359E62A72D0BBD2CB1_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE675C75E7BF99989E70BB9359E62A72D0BBD2CB1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisStyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371_mE675C75E7BF99989E70BB9359E62A72D0BBD2CB1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 *)(StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 *)(&V_0));
|
|
StyleValue_t4DCA7B0244567BB85BB0E1DFB098CC73CE093371 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.UnitySynchronizationContext_WorkRequest>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 Array_InternalArray__get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mE136BEFAFFA4D20AC5F03D08E9E761773B432A66_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mE136BEFAFFA4D20AC5F03D08E9E761773B432A66_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mE136BEFAFFA4D20AC5F03D08E9E761773B432A66_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 *)(&V_0));
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Vector2>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Array_InternalArray__get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m838F955DD9621FF5361500D081CC22FE49049581_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m838F955DD9621FF5361500D081CC22FE49049581_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m838F955DD9621FF5361500D081CC22FE49049581_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0));
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Vector3>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Array_InternalArray__get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m526D0C17B58AAB83A25B74C2462E165995C9DE2A_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m526D0C17B58AAB83A25B74C2462E165995C9DE2A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m526D0C17B58AAB83A25B74C2462E165995C9DE2A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.Vector4>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Array_InternalArray__get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mFB7A377E49F0D9217F0C8F3C4105B731581E20FA_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mFB7A377E49F0D9217F0C8F3C4105B731581E20FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mFB7A377E49F0D9217F0C8F3C4105B731581E20FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_0));
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::InternalArray__get_Item<UnityEngine.jvalue>(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 Array_InternalArray__get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mDBCC0EDA1351D0C8CD9E092FCEE99C99E0E2F487_gshared (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_InternalArray__get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mDBCC0EDA1351D0C8CD9E092FCEE99C99E0E2F487_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
int32_t L_1 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D((RuntimeArray *)__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, (String_t*)_stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Array_InternalArray__get_Item_Tisjvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37_mDBCC0EDA1351D0C8CD9E092FCEE99C99E0E2F487_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
NullCheck((RuntimeArray *)__this);
|
|
ArrayGetGenericValueImpl((RuntimeArray *)__this, (int32_t)L_3, (jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 *)(jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 *)(&V_0));
|
|
jvalue_t98310C8FA21DF12CBE79266684536EDE1B7F9C37 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<FairyGUI.GPath_Segment>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Segment_t4D7158441370F573F35DB59A882D986F1269B61A Array_UnsafeLoad_TisSegment_t4D7158441370F573F35DB59A882D986F1269B61A_m9BF527FCEDAA7E0F96C9A6ED06E346C4865647B6_gshared (SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<FairyGUI.GPathPoint>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE Array_UnsafeLoad_TisGPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE_m0AEC0106F07C88770E54416794B4043457000A7A_gshared (GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<FairyGUI.TextField_CharPosition>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 Array_UnsafeLoad_TisCharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8_m65811331210D42340C5F72564C80F093758CB76F_gshared (CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Boolean>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_UnsafeLoad_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mF77F37776A2CFE7B5204EE98158D7C383F00F23C_gshared (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
bool L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Byte>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Array_UnsafeLoad_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m65E1EBE819B53BAF6D83A75BAFF9772F6A9FF3F1_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Char>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Array_UnsafeLoad_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mE8784FED9A85F541F2437FE97F157474F40B52B1_gshared (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Il2CppChar L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Collections.Generic.KeyValuePair`2<System.DateTime,System.Object>>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B Array_UnsafeLoad_TisKeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_m8882092DDF50416A52C0344EA23E22A421741486_gshared (KeyValuePair_2U5BU5D_tAC201058159F8B6B433415A0AB937BD11FC8A36F* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2U5BU5D_tAC201058159F8B6B433415A0AB937BD11FC8A36F* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B L_3 = (KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B )(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.DateTime>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Array_UnsafeLoad_TisDateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_mD2B3AA1B53D096D8CFF54AB463319058D01A6068_gshared (DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTimeU5BU5D_tFEA62BD2EDF382C69C4B1F20ED98F3709EA271C1* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.DateTimeOffset>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 Array_UnsafeLoad_TisDateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_m0F91B7118F11F96D31F0DF4F0866AFDBC6DE86B6_gshared (DateTimeOffsetU5BU5D_tBE5BF156BB0B9FFFC5B216B0D02C0D44288FCA25* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTimeOffsetU5BU5D_tBE5BF156BB0B9FFFC5B216B0D02C0D44288FCA25* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Decimal>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Array_UnsafeLoad_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m3984F58B136347D3ACE760ADBCB5445E2E698982_gshared (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Double>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Array_UnsafeLoad_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m981444CA4CAB98507052DA73B589012ECDB48B6D_gshared (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
double L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Int16>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Array_UnsafeLoad_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mB8C093F4821B264E2B14144E911C7D89B422AC9E_gshared (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
int16_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Int32>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_UnsafeLoad_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mA280B8BD39968B72F8DC966D4912D8C4F892920F_gshared (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Int32Enum>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_UnsafeLoad_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_mE7C3675ADBE9782510F7FC36BE298932CBDA1AB3_gshared (Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Int64>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Array_UnsafeLoad_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m3FC9B681819C61CA3D47C4CBAB26FC5F0B77C41E_gshared (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
int64_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Object>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_UnsafeLoad_TisRuntimeObject_mF7D8C97071DB474A614395C952930E9E3E249586_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.SByte>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Array_UnsafeLoad_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_mE542FED6052E73C9186853C459D0E81E2583D40A_gshared (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
int8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.Single>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Array_UnsafeLoad_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mA362483AF7239F2E170AD25E47676369DCE4D5F9_gshared (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
float L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.TimeSpan>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 Array_UnsafeLoad_TisTimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_m80FDA801CAEE09EDEEA01E5543CFFD63EF5FBA00_gshared (TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpanU5BU5D_tCF326C038BD306190A013AE3C9F9B1A525054DD5* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.UInt16>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Array_UnsafeLoad_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_m0D232D23072833846CE438CA7D59EF7E214F5B14_gshared (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
uint16_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.UInt32>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Array_UnsafeLoad_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m814C5DC74BB2E72ABC3E8957D824669B2B7D2A80_gshared (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
uint32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<System.UInt64>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Array_UnsafeLoad_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mFA35E154A4951AFC9D4743D10210E353CE1A298C_gshared (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
uint64_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.AnimatorClipInfo>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 Array_UnsafeLoad_TisAnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180_m0DE89A8E6E2123530490DD5EF8C8013217B48EB2_gshared (AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.BeforeRenderHelper_OrderBlock>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 Array_UnsafeLoad_TisOrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_mEED156545A2169401C6F00D1EDBE0DCBAFEEA27E_gshared (OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OrderBlockU5BU5D_t1C62FB945EC1F218FB6301A770FBF3C67B0AA101* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Color32>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Array_UnsafeLoad_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mCD00D60874B01668A3283B9E8F85BD9375C34D8C_gshared (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Color>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Array_UnsafeLoad_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mC3B142AB79EADC75CA04D94238AD181607BF9350_gshared (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Matrix4x4>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Array_UnsafeLoad_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mD0A96D5CFB853FFE1CB33647E4E7F4F3F8C822EE_gshared (Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.ParticleSystem_Particle>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E Array_UnsafeLoad_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m6A5AA0C735DE0091F1229F58803E60F91EA87E97_gshared (ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.RaycastHit2D>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE Array_UnsafeLoad_TisRaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_mBA784523C0FE77CCEBC358003A746EE175C7CBDF_gshared (RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Rect>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Array_UnsafeLoad_TisRect_t35B976DE901B5423C11705E156938EA27AB402CE_m3F0C66C21227070E65576EE50A79F2E67B41E0AD_gshared (RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Rendering.ReflectionProbeBlendInfo>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F Array_UnsafeLoad_TisReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F_m7A4082DB4D9AF0833822726A12726FF3B8CF540F_gshared (ReflectionProbeBlendInfoU5BU5D_tDF9E6D40BFB7638253999D6F08C67661B4EA7578* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ReflectionProbeBlendInfoU5BU5D_tDF9E6D40BFB7638253999D6F08C67661B4EA7578* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
ReflectionProbeBlendInfo_tAFA53A2695628CA6E7741D7899862ACA228D818F L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.UIElements.FocusController_FocusedElement>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 Array_UnsafeLoad_TisFocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070_m814D4B407C9DFB1C72484CA23B136C7AD8FCA3D4_gshared (FocusedElementU5BU5D_t64FC9A029ED86FA4C46BC885D17EB0FCE386BB13* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FocusedElementU5BU5D_t64FC9A029ED86FA4C46BC885D17EB0FCE386BB13* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
FocusedElement_t6C6023CCCFE4A5763A2ADBA3CBAFB38ECD964070 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.UnitySynchronizationContext_WorkRequest>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 Array_UnsafeLoad_TisWorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_mAB6878E92EDE4386DDE730A8BED98339AD1D2CB3_gshared (WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WorkRequestU5BU5D_tB89678B9C27973604A434C63C8BD307990C8EBF0* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Vector2>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Array_UnsafeLoad_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m81B2DA6102EA0C403B67FBCEDE53D91484AF6F53_gshared (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Vector3>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Array_UnsafeLoad_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m452323A17942B5BD2537FBBA753C38207C19CA95_gshared (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Array::UnsafeLoad<UnityEngine.Vector4>(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Array_UnsafeLoad_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mB5A599D7D8DAB49D385122A9553F40592898A9EA_gshared (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ___array0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_0 = ___array0;
|
|
int32_t L_1 = ___index1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.Assembly)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mA75245E8BF9FAB8A58686B2B26E4FC342453E774_gshared (Assembly_t * ___element0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mA75245E8BF9FAB8A58686B2B26E4FC342453E774_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Assembly_t * L_0 = ___element0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * L_3 = CustomAttributeExtensions_GetCustomAttribute_m4F400BBA3D1EBE458C4CCEC26DF2A5F926AE3F34((Assembly_t *)L_0, (Type_t *)L_2, /*hidden argument*/NULL);
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
}
|
|
}
|
|
// T System.Runtime.CompilerServices.JitHelpers::UnsafeCast<System.Object>(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JitHelpers_UnsafeCast_TisRuntimeObject_m73BCB2D74DD9491AC08870D92BE47CFF9731990C_gshared (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
RuntimeObject * L_1 = (( RuntimeObject * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
return L_1;
|
|
}
|
|
}
|
|
// T System.Runtime.InteropServices.Marshal::PtrToStructure<System.Net.NetworkInformation.Win32_FIXED_INFO>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_gshared (intptr_t ___ptr0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
intptr_t L_0 = ___ptr0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_3 = Marshal_PtrToStructure_mE1821119EAFE83614B6A16D3F14996713502DF43((intptr_t)L_0, (Type_t *)L_2, /*hidden argument*/NULL);
|
|
return ((*(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD *)((Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))));
|
|
}
|
|
}
|
|
// T System.Runtime.InteropServices.Marshal::PtrToStructure<System.Object>(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Marshal_PtrToStructure_TisRuntimeObject_mDB88EE58460703A7A664B670DE68020F9D1CAD72_gshared (intptr_t ___ptr0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Marshal_PtrToStructure_TisRuntimeObject_mDB88EE58460703A7A664B670DE68020F9D1CAD72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
intptr_t L_0 = ___ptr0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_3 = Marshal_PtrToStructure_mE1821119EAFE83614B6A16D3F14996713502DF43((intptr_t)L_0, (Type_t *)L_2, /*hidden argument*/NULL);
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
}
|
|
}
|
|
// T System.Threading.LazyInitializer::EnsureInitialized<System.Object>(T&,System.Func`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyInitializer_EnsureInitialized_TisRuntimeObject_m7B0E3E50F3847BD7E9A7254C24D6DAA8994F6CC7_gshared (RuntimeObject ** ___target0, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___valueFactory1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject ** L_0 = ___target0;
|
|
RuntimeObject * L_1 = VolatileRead((RuntimeObject **)(RuntimeObject **)L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject ** L_2 = ___target0;
|
|
RuntimeObject * L_3 = (*(RuntimeObject **)L_2);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
RuntimeObject ** L_4 = ___target0;
|
|
Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_5 = ___valueFactory1;
|
|
RuntimeObject * L_6 = (( RuntimeObject * (*) (RuntimeObject **, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject **)(RuntimeObject **)L_4, (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
return L_6;
|
|
}
|
|
}
|
|
// T System.Threading.LazyInitializer::EnsureInitializedCore<System.Object>(T&,System.Func`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyInitializer_EnsureInitializedCore_TisRuntimeObject_m4289829E8C0F3DA67A5B3E27721CF5D1C203CED2_gshared (RuntimeObject ** ___target0, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___valueFactory1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LazyInitializer_EnsureInitializedCore_TisRuntimeObject_m4289829E8C0F3DA67A5B3E27721CF5D1C203CED2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = ___valueFactory1;
|
|
NullCheck((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0);
|
|
RuntimeObject * L_1 = (( RuntimeObject * (*) (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
V_0 = (RuntimeObject *)L_1;
|
|
RuntimeObject * L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9((String_t*)_stringLiteral64358BBCCF8C380C05E774933982A64691BCEB28, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, (String_t*)L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, LazyInitializer_EnsureInitializedCore_TisRuntimeObject_m4289829E8C0F3DA67A5B3E27721CF5D1C203CED2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
RuntimeObject ** L_5 = ___target0;
|
|
RuntimeObject * L_6 = V_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *));
|
|
RuntimeObject * L_7 = V_1;
|
|
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)L_7);
|
|
RuntimeObject ** L_8 = ___target0;
|
|
RuntimeObject * L_9 = (*(RuntimeObject **)L_8);
|
|
return L_9;
|
|
}
|
|
}
|
|
// T System.Threading.Volatile::Read<System.Object>(T&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Volatile_Read_TisRuntimeObject_mE1E5C9FEE7986D0DC142899647016794AD72FE41_gshared (RuntimeObject ** ___location0, const RuntimeMethod* method)
|
|
{
|
|
return VolatileRead(___location0);
|
|
}
|
|
// T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Byte>(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t UnsafeUtility_ReadArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_mDF06AB711FBC60539DDB6B10F618FA665889118B_gshared (void* ___source0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___source0;
|
|
int32_t L_1 = ___index1;
|
|
uint32_t L_2 = sizeof(uint8_t);
|
|
uint8_t L_3 = (*(uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_1))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)L_2)))))))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Int32>(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_ReadArrayElement_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m4035A16640EF0CD46AA8C5531ACB424DEE4EBBF0_gshared (void* ___source0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___source0;
|
|
int32_t L_1 = ___index1;
|
|
uint32_t L_2 = sizeof(int32_t);
|
|
int32_t L_3 = (*(int32_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_1))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)L_2)))))))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<System.Object>(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UnsafeUtility_ReadArrayElement_TisRuntimeObject_mEA464E7502775F297FD24174B32518004C16A032_gshared (void* ___source0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___source0;
|
|
int32_t L_1 = ___index1;
|
|
uint32_t L_2 = sizeof(RuntimeObject *);
|
|
RuntimeObject * L_3 = (*(RuntimeObject **)((void*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_1))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)L_2)))))))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Experimental.GlobalIllumination.LightDataGI>(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 UnsafeUtility_ReadArrayElement_TisLightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2_m066AC8133B3E249008AEBBE6A0E9850D87EC154E_gshared (void* ___source0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___source0;
|
|
int32_t L_1 = ___index1;
|
|
uint32_t L_2 = sizeof(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 );
|
|
LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 L_3 = (*(LightDataGI_t922D8894A3151C4F87AFD0A3562252320CA3B2A2 *)((void*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_1))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)L_2)))))))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.ParticleSystem_Particle>(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E UnsafeUtility_ReadArrayElement_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m4834610E1B9940ED3EE6EA90CAB54DB7C2FB898B_gshared (void* ___source0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___source0;
|
|
int32_t L_1 = ___index1;
|
|
uint32_t L_2 = sizeof(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E );
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E L_3 = (*(Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E *)((void*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_1))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)L_2)))))))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Plane>(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED UnsafeUtility_ReadArrayElement_TisPlane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED_mD81CD0DB631C7A002FB9464FD069992596794125_gshared (void* ___source0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___source0;
|
|
int32_t L_1 = ___index1;
|
|
uint32_t L_2 = sizeof(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED );
|
|
Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED L_3 = (*(Plane_t0903921088DEEDE1BCDEA5BF279EDBCFC9679AED *)((void*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_1))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)L_2)))))))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T Unity.Collections.LowLevel.Unsafe.UnsafeUtility::ReadArrayElement<UnityEngine.Rendering.BatchVisibility>(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 UnsafeUtility_ReadArrayElement_TisBatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062_m77A1347F6614ADCB969BC6ED40CBFA1A7BD3A2A8_gshared (void* ___source0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___source0;
|
|
int32_t L_1 = ___index1;
|
|
uint32_t L_2 = sizeof(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 );
|
|
BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 L_3 = (*(BatchVisibility_t56334E279A62622BD0640403186E9A1017CF3062 *)((void*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)(((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_1))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)L_2)))))))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType<System.Object>(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AttributeHelperEngine_GetCustomAttributeOfType_TisRuntimeObject_m7AEF0374A18EED15CB2B6318117FDC6364AC2F3B_gshared (Type_t * ___klass0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (AttributeHelperEngine_GetCustomAttributeOfType_TisRuntimeObject_m7AEF0374A18EED15CB2B6318117FDC6364AC2F3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL;
|
|
bool V_2 = false;
|
|
RuntimeObject * V_3 = NULL;
|
|
RuntimeObject * V_4 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
V_0 = (Type_t *)L_1;
|
|
Type_t * L_2 = ___klass0;
|
|
Type_t * L_3 = V_0;
|
|
NullCheck((MemberInfo_t *)L_2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = VirtFuncInvoker2< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, Type_t *, bool >::Invoke(11 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, (MemberInfo_t *)L_2, (Type_t *)L_3, (bool)1);
|
|
V_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_4;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
G_B3_0 = ((!(((uint32_t)(((RuntimeArray*)L_6)->max_length)) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 0;
|
|
RuntimeObject * L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_3 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *));
|
|
RuntimeObject * L_11 = V_4;
|
|
V_3 = (RuntimeObject *)L_11;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
RuntimeObject * L_12 = V_3;
|
|
return L_12;
|
|
}
|
|
}
|
|
// T UnityEngine.Component::GetComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF ));
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
intptr_t* L_2 = (intptr_t*)(&V_0)->get_address_of_onePointerFurtherThanT_1();
|
|
intptr_t L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline((&L_3), (void*)(void*)(((uintptr_t)L_2)), /*hidden argument*/NULL);
|
|
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this);
|
|
Component_GetComponentFastPath_mDEB49C6B56084E436C7FC3D555339FA16949937E((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this, (Type_t *)L_1, (intptr_t)L_3, /*hidden argument*/NULL);
|
|
CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF L_4 = V_0;
|
|
RuntimeObject * L_5 = (RuntimeObject *)L_4.get_t_0();
|
|
V_1 = (RuntimeObject *)L_5;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
RuntimeObject * L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// T UnityEngine.GameObject::AddComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)__this);
|
|
Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_2 = GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)__this, (Type_t *)L_1, /*hidden argument*/NULL);
|
|
V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
RuntimeObject * L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// T UnityEngine.GameObject::GetComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RuntimeObject * V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF ));
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
intptr_t* L_2 = (intptr_t*)(&V_0)->get_address_of_onePointerFurtherThanT_1();
|
|
intptr_t L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline((&L_3), (void*)(void*)(((uintptr_t)L_2)), /*hidden argument*/NULL);
|
|
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)__this);
|
|
GameObject_GetComponentFastPath_m5B276335DD94F6B307E604272A26C15B997C3CD4((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)__this, (Type_t *)L_1, (intptr_t)L_3, /*hidden argument*/NULL);
|
|
CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF L_4 = V_0;
|
|
RuntimeObject * L_5 = (RuntimeObject *)L_4.get_t_0();
|
|
V_1 = (RuntimeObject *)L_5;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
RuntimeObject * L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// T UnityEngine.Object::FindObjectOfType<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_m251F203B12669585A5E663F529F6DF09F931B5DA_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Object_FindObjectOfType_TisRuntimeObject_m251F203B12669585A5E663F529F6DF09F931B5DA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_2 = Object_FindObjectOfType_mCDF38E1667CF4502F60C59709D70B60EF7E408DA((Type_t *)L_1, /*hidden argument*/NULL);
|
|
V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
RuntimeObject * L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// T UnityEngine.Object::Instantiate<System.Object>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_gshared (RuntimeObject * ___original0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
RuntimeObject * V_2 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___original0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_CheckNullArgument_m8D42F516655D770DFEEAA13CF86A2612214AAA9B((RuntimeObject *)L_0, (String_t*)_stringLiteral56EB1C433748E5EF9B4DB1C73820724497D429D3, /*hidden argument*/NULL);
|
|
RuntimeObject * L_1 = ___original0;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_2 = Object_Internal_CloneSingle_m4231A0B9138AC40B76655B772F687CC7E6160C06((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_1, /*hidden argument*/NULL);
|
|
V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
RuntimeObject * L_3 = V_0;
|
|
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
V_1 = (bool)L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 * L_6 = (UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28 *)il2cpp_codegen_object_new(UnityException_t513F7D97037DB40AE78D7C3AAA2F9E011D050C28_il2cpp_TypeInfo_var);
|
|
UnityException__ctor_mE42363D886E6DD7F075A6AEA689434C8E96722D9(L_6, (String_t*)_stringLiteralBF077A5DDDFA362E2EE48FEBBAD7CC35A4A6952D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
RuntimeObject * L_7 = V_0;
|
|
V_2 = (RuntimeObject *)L_7;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
RuntimeObject * L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
// T UnityEngine.ScriptableObject::CreateInstance<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ScriptableObject_CreateInstance_TisRuntimeObject_m7A8F75139352BA04C2EEC1D72D430FAC94C753DE_gshared (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ScriptableObject_CreateInstance_TisRuntimeObject_m7A8F75139352BA04C2EEC1D72D430FAC94C753DE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL);
|
|
ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 * L_2 = ScriptableObject_CreateInstance_mDC77B7257A5E276CB272D3475B9B473B23A7128D((Type_t *)L_1, /*hidden argument*/NULL);
|
|
V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
RuntimeObject * L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// T taurus.client.TObject::getValue<System.Byte>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB_gshared (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getValue_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m76516DDF87A4551FAD01762763D00777674D85FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)__this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
NullCheck((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_0);
|
|
bool L_2 = Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_0, (String_t*)L_1, /*hidden argument*/Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(uint8_t));
|
|
uint8_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_4 = (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)__this->get_dataHolder_0();
|
|
String_t* L_5 = ___key0;
|
|
NullCheck((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_4);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_6 = Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_4, (String_t*)L_5, /*hidden argument*/Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81_RuntimeMethod_var);
|
|
NullCheck((TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)L_6);
|
|
RuntimeObject * L_7 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline((TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)L_6, /*hidden argument*/NULL);
|
|
return ((*(uint8_t*)((uint8_t*)UnBox(L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))));
|
|
}
|
|
}
|
|
// T taurus.client.TObject::getValue<System.Int32>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3_gshared (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getValue_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m917254F592B1E2AACC3549BC5C80F5F3A0B620B3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)__this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
NullCheck((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_0);
|
|
bool L_2 = Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_0, (String_t*)L_1, /*hidden argument*/Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_4 = (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)__this->get_dataHolder_0();
|
|
String_t* L_5 = ___key0;
|
|
NullCheck((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_4);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_6 = Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_4, (String_t*)L_5, /*hidden argument*/Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81_RuntimeMethod_var);
|
|
NullCheck((TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)L_6);
|
|
RuntimeObject * L_7 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline((TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)L_6, /*hidden argument*/NULL);
|
|
return ((*(int32_t*)((int32_t*)UnBox(L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))));
|
|
}
|
|
}
|
|
// T taurus.client.TObject::getValue<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TObject_getValue_TisRuntimeObject_m3B7D4C1D571110DD337EC98C431ACA25C34EDFEB_gshared (TObject_t70E553BE5D51CBA5094D08C08B6FDA853F5998AD * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TObject_getValue_TisRuntimeObject_m3B7D4C1D571110DD337EC98C431ACA25C34EDFEB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_0 = (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)__this->get_dataHolder_0();
|
|
String_t* L_1 = ___key0;
|
|
NullCheck((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_0);
|
|
bool L_2 = Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_0, (String_t*)L_1, /*hidden argument*/Dictionary_2_ContainsKey_m71F9D694AE1E5B8E04280D35EA6CC63A3AC37E8B_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *));
|
|
RuntimeObject * L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 * L_4 = (Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)__this->get_dataHolder_0();
|
|
String_t* L_5 = ___key0;
|
|
NullCheck((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_4);
|
|
TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * L_6 = Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81((Dictionary_2_tC585AC8C14638246E21662A6A652E5AAE954CD44 *)L_4, (String_t*)L_5, /*hidden argument*/Dictionary_2_get_Item_mF84E627B6C40D8031D7CE3BC146E3EB976882C81_RuntimeMethod_var);
|
|
NullCheck((TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)L_6);
|
|
RuntimeObject * L_7 = TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline((TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 *)L_6, /*hidden argument*/NULL);
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
}
|
|
}
|
|
// T taurus.unity.ResourcesManager::LoadObject<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_gshared (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (T)LoadObjectByGroup(path, typeof(T),null);
|
|
String_t* L_0 = ___path0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_3 = ResourcesManager_LoadObjectByGroup_m5C16623354DD9F271ED6BD297735E8C87C6BF3E1((String_t*)L_0, (Type_t *)L_2, (String_t*)NULL, /*hidden argument*/NULL);
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
}
|
|
}
|
|
// T taurus.unity.ResourcesManager::LoadObjectByGroup<System.Object>(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourcesManager_LoadObjectByGroup_TisRuntimeObject_mF16815A5CEB8CF2B1513E6A4E7DE9604A5F013C4_gshared (String_t* ___path0, String_t* ___groupName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ResourcesManager_LoadObjectByGroup_TisRuntimeObject_mF16815A5CEB8CF2B1513E6A4E7DE9604A5F013C4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (T)LoadObjectByGroup(path, typeof(T), groupName);
|
|
String_t* L_0 = ___path0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_1, /*hidden argument*/NULL);
|
|
String_t* L_3 = ___groupName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_4 = ResourcesManager_LoadObjectByGroup_m5C16623354DD9F271ED6BD297735E8C87C6BF3E1((String_t*)L_0, (Type_t *)L_2, (String_t*)L_3, /*hidden argument*/NULL);
|
|
return ((RuntimeObject *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)));
|
|
}
|
|
}
|
|
// TOutput[] System.Array::ConvertAll<System.Object,System.Object>(TInput[],System.Converter`2<TInput,TOutput>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_ConvertAll_TisRuntimeObject_TisRuntimeObject_m4EB6BCB9266D31902A76F2F846B438DDC3B6A79D_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979 * ___converter1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Array_ConvertAll_TisRuntimeObject_TisRuntimeObject_m4EB6BCB9266D31902A76F2F846B438DDC3B6A79D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___array0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Array_ConvertAll_TisRuntimeObject_TisRuntimeObject_m4EB6BCB9266D31902A76F2F846B438DDC3B6A79D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979 * L_2 = ___converter1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, (String_t*)_stringLiteral2C3199988097E4BB3103E8C34B8DFE8796545D8F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Array_ConvertAll_TisRuntimeObject_TisRuntimeObject_m4EB6BCB9266D31902A76F2F846B438DDC3B6A79D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___array0;
|
|
NullCheck(L_4);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))));
|
|
V_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_5;
|
|
V_1 = (int32_t)0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979 * L_8 = ___converter1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = ___array0;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck((Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979 *)L_8);
|
|
RuntimeObject * L_13 = (( RuntimeObject * (*) (Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Converter_2_t2E64EC99491AE527ACFE8BC9D48EA74E27D7A979 *)L_8, (RuntimeObject *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject *)L_13);
|
|
int32_t L_14 = V_1;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = ___array0;
|
|
NullCheck(L_16);
|
|
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
// TResult System.Threading.Tasks.TaskToApm::End<System.Int32>(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_gshared (RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaskToApm_End_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A78383A6B69F06EC91BDED0E0F6F3DE02960234_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * V_0 = NULL;
|
|
TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * V_1 = NULL;
|
|
TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
RuntimeObject* L_0 = ___asyncResult0;
|
|
V_1 = (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE *)((TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE *)IsInst((RuntimeObject*)L_0, TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE_il2cpp_TypeInfo_var));
|
|
TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_2 = V_1;
|
|
NullCheck(L_2);
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_2->get_Task_0();
|
|
V_0 = (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *)((Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
RuntimeObject* L_4 = ___asyncResult0;
|
|
V_0 = (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *)((Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
__Error_WrongAsyncResult_m612D2B72EAE5B009FFB4DFD0831140EE6819B909(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_6 = V_0;
|
|
NullCheck((Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *)L_6);
|
|
TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 L_7 = (( TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 (*) (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 )L_7;
|
|
int32_t L_8 = TaskAwaiter_1_GetResult_m0E9661BE4684BA278EE9C6A4EE23FF62AEC86FB9((TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 *)(TaskAwaiter_1_t76D3FA58DD26D9E230E85DA513E242AC5927BE24 *)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
return L_8;
|
|
}
|
|
}
|
|
// TResult System.Threading.Tasks.TaskToApm::End<System.Object>(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TaskToApm_End_TisRuntimeObject_m5B4926B1E892216126696393D8316A1E707B9A85_gshared (RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TaskToApm_End_TisRuntimeObject_m5B4926B1E892216126696393D8316A1E707B9A85_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * V_0 = NULL;
|
|
TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * V_1 = NULL;
|
|
TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
RuntimeObject* L_0 = ___asyncResult0;
|
|
V_1 = (TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE *)((TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE *)IsInst((RuntimeObject*)L_0, TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE_il2cpp_TypeInfo_var));
|
|
TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
TaskWrapperAsyncResult_t27D147DA04A6C23A69D2663E205435DC3567E2FE * L_2 = V_1;
|
|
NullCheck(L_2);
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_3 = (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)L_2->get_Task_0();
|
|
V_0 = (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *)((Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
RuntimeObject* L_4 = ___asyncResult0;
|
|
V_0 = (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *)((Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
__Error_WrongAsyncResult_m612D2B72EAE5B009FFB4DFD0831140EE6819B909(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 * L_6 = V_0;
|
|
NullCheck((Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *)L_6);
|
|
TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 L_7 = (( TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 (*) (Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Task_1_tA56001ED5270173CA1432EDFCD84EABB1024BC09 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1));
|
|
V_2 = (TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 )L_7;
|
|
RuntimeObject * L_8 = TaskAwaiter_1_GetResult_m9E148849CD4747E1BDD831E4FB2D7ECFA13C11C8((TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 *)(TaskAwaiter_1_t8CDB78D2A4D48E80C35A8FF6FC04A82B9FC35977 *)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
return L_8;
|
|
}
|
|
}
|
|
// TSource System.Linq.Enumerable::SingleOrDefault<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_gshared (RuntimeObject* ___source0, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int64_t V_1 = 0;
|
|
RuntimeObject* V_2 = NULL;
|
|
RuntimeObject * V_3 = NULL;
|
|
RuntimeObject * V_4 = 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);
|
|
{
|
|
RuntimeObject* L_0 = ___source0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_1 = Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7((String_t*)_stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = ___predicate1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_3 = Error_ArgumentNull_mCA126ED8F4F3B343A70E201C44B3A509690F1EA7((String_t*)_stringLiteral04444310B8C9D216A6BC1D1CC9542ECC75BC02DF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *));
|
|
V_1 = (int64_t)(((int64_t)((int64_t)0)));
|
|
RuntimeObject* L_4 = ___source0;
|
|
NullCheck((RuntimeObject*)L_4);
|
|
RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<!0> System.Collections.Generic.IEnumerable`1<System.Object>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4);
|
|
V_2 = (RuntimeObject*)L_5;
|
|
}
|
|
|
|
IL_002e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
RuntimeObject* L_6 = V_2;
|
|
NullCheck((RuntimeObject*)L_6);
|
|
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<System.Object>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6);
|
|
V_3 = (RuntimeObject *)L_7;
|
|
Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_8 = ___predicate1;
|
|
RuntimeObject * L_9 = V_3;
|
|
NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_8);
|
|
bool L_10 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
if (!L_10)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
RuntimeObject * L_11 = V_3;
|
|
V_0 = (RuntimeObject *)L_11;
|
|
int64_t L_12 = V_1;
|
|
if (il2cpp_codegen_check_add_overflow((int64_t)L_12, (int64_t)(((int64_t)((int64_t)1)))))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_RuntimeMethod_var);
|
|
V_1 = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_12, (int64_t)(((int64_t)((int64_t)1)))));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
RuntimeObject* L_13 = V_2;
|
|
NullCheck((RuntimeObject*)L_13);
|
|
bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, (RuntimeObject*)L_13);
|
|
if (L_14)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
IL2CPP_LEAVE(0x5B, FINALLY_0051);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0051;
|
|
}
|
|
|
|
FINALLY_0051:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_15 = V_2;
|
|
if (!L_15)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
RuntimeObject* L_16 = V_2;
|
|
NullCheck((RuntimeObject*)L_16);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_16);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
IL2CPP_END_FINALLY(81)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(81)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x5B, IL_005b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
int64_t L_17 = V_1;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_18 = V_1;
|
|
if ((((int64_t)L_18) == ((int64_t)(((int64_t)((int64_t)1))))))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *));
|
|
RuntimeObject * L_19 = V_4;
|
|
return L_19;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
RuntimeObject * L_20 = V_0;
|
|
return L_20;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
Exception_t * L_21 = Error_MoreThanOneMatch_m85C3617F782E9F2333FC1FDF42821BE069F24623(/*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, Enumerable_SingleOrDefault_TisRuntimeObject_m4C9F6C91DBB44BA8D94999E3EC7EF87729B81802_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m65245601C668347780A2F6D1A8D7EEC7D79AD673_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___dictionary0;
|
|
RuntimeObject * L_1 = ___key1;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *));
|
|
RuntimeObject * L_2 = V_0;
|
|
RuntimeObject * L_3 = (( RuntimeObject * (*) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0));
|
|
return L_3;
|
|
}
|
|
}
|
|
// TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault<System.Object,System.Object>(System.Collections.Generic.IReadOnlyDictionary`2<TKey,TValue>,TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5D116C3383F95724C01C628C0D0069F3D7F65621_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, RuntimeObject * ___defaultValue2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5D116C3383F95724C01C628C0D0069F3D7F65621_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___dictionary0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, (String_t*)_stringLiteralF18BFB74E613AFB11F36BDD80CF05CD5DFAD98D6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5D116C3383F95724C01C628C0D0069F3D7F65621_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2 = ___dictionary0;
|
|
RuntimeObject * L_3 = ___key1;
|
|
NullCheck((RuntimeObject*)L_2);
|
|
bool L_4 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(1 /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (RuntimeObject *)L_3, (RuntimeObject **)(RuntimeObject **)(&V_0));
|
|
if (L_4)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_5 = ___defaultValue2;
|
|
return L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
RuntimeObject * L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.Decimal>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* ToLua_CheckNumberArray_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m8DCF08873B95AFBFCF90D9155B62ED6C095EE9FF_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_m8DCF08873B95AFBFCF90D9155B62ED6C095EE9FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_10 = (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)(DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * L_27 = ((StackTraits_1_t087A6DCB7D5875FE1C0FA8CA9E3B5CB400299A54_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 *)L_27);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_30 = (( Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 (*) (Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.Double>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ToLua_CheckNumberArray_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m194B5D137A2BAAEFFD3707F435034974217F7D28_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m194B5D137A2BAAEFFD3707F435034974217F7D28_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_10 = (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * L_27 = ((StackTraits_1_t80A7AF3CE89A5B257C96BC5971C27BD7EF1E66F0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D *)L_27);
|
|
double L_30 = (( double (*) (Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (double)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.Int16>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ToLua_CheckNumberArray_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mDE4206122DFD7A1898F1EF1FE1948ABA61B5F94A_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mDE4206122DFD7A1898F1EF1FE1948ABA61B5F94A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_10 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * L_27 = ((StackTraits_1_t788776AD36995C16223282C02AC5383C5F86DA74_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB *)L_27);
|
|
int16_t L_30 = (( int16_t (*) (Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (int16_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ToLua_CheckNumberArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mA12834A4F35CFED82B26CA2C4C8BED443880E9DB_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mA12834A4F35CFED82B26CA2C4C8BED443880E9DB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * L_27 = ((StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *)L_27);
|
|
int32_t L_30 = (( int32_t (*) (Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (int32_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.SByte>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ToLua_CheckNumberArray_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_mE92F38D5BB12E9010317DB53A8D082D7C7D9548F_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_mE92F38D5BB12E9010317DB53A8D082D7C7D9548F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_10 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * L_27 = ((StackTraits_1_t868D9899F63CB72599481CD50FA6FFE4C057C699_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE *)L_27);
|
|
int8_t L_30 = (( int8_t (*) (Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (int8_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ToLua_CheckNumberArray_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC4F7D84F3E4B6CC900FBB54F44800352289709F5_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC4F7D84F3E4B6CC900FBB54F44800352289709F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_10 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * L_27 = ((StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *)L_27);
|
|
float L_30 = (( float (*) (Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (float)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.UInt16>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ToLua_CheckNumberArray_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mD86B8407D96153C15BDA5003D0B4366C5D50F88B_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mD86B8407D96153C15BDA5003D0B4366C5D50F88B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_10 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * L_27 = ((StackTraits_1_tEF6F8E80E41263660F324EE464970D7A7AE722DA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 *)L_27);
|
|
uint16_t L_30 = (( uint16_t (*) (Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (uint16_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckNumberArray<System.UInt32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ToLua_CheckNumberArray_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m65AA75778F278B829B14AC96B7BB7261188C0863_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckNumberArray_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m65AA75778F278B829B14AC96B7BB7261188C0863_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_10 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * L_27 = ((StackTraits_1_tD3033B7A7B264F6355FBD4913486B9E6D690248B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 *)L_27);
|
|
uint32_t L_30 = (( uint32_t (*) (Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (uint32_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 6)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, (int32_t)L_37, (Type_t *)L_39, /*hidden argument*/NULL);
|
|
return ((UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 7)));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_41 = ___L0;
|
|
int32_t L_42 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_43 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_41, (int32_t)L_42, (String_t*)L_43, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckObjectArray<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_CheckObjectArray_TisRuntimeObject_m7390929E807D5D8B295E6710DBC8F812865BF754_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckObjectArray_TisRuntimeObject_m7390929E807D5D8B295E6710DBC8F812865BF754_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch(luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * L_29 = ((StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_29);
|
|
RuntimeObject * L_32 = (( RuntimeObject * (*) (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (RuntimeObject *)L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_40 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_41 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_40, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_42 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_38, (int32_t)L_39, (Type_t *)L_41, /*hidden argument*/NULL);
|
|
return ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_42, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_43 = ___L0;
|
|
int32_t L_44 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_45 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_43, (int32_t)L_44, (String_t*)L_45, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckParamsNumber<System.Single>(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ToLua_CheckParamsNumber_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mC2A08DC04F2463990DE7227A2FA787357EFE4071_gshared (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// T[] list = new T[count];
|
|
int32_t L_1 = ___count2;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_2 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1);
|
|
V_0 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)L_2;
|
|
// int pos = 0;
|
|
V_1 = (int32_t)0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = StackTraits<T>.Check(L, stackPos++);
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = (int32_t)L_4;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * L_6 = ((StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_1();
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
int32_t L_9 = (int32_t)L_8;
|
|
___stackPos1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
NullCheck((Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *)L_6);
|
|
float L_10 = (( float (*) (Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *)L_6, (intptr_t)L_7, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (float)L_10);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ___count2;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckParamsObject<System.Object>(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_CheckParamsObject_TisRuntimeObject_m60BDE4CD1AC6B59BFE30F6BBA4F0AA4E2FF3B799_gshared (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// T[] list = new T[count];
|
|
int32_t L_1 = ___count2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1);
|
|
V_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2;
|
|
// int pos = 0;
|
|
V_1 = (int32_t)0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = StackTraits<T>.Check(L, stackPos++);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = (int32_t)L_4;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * L_6 = ((StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_1();
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
int32_t L_9 = (int32_t)L_8;
|
|
___stackPos1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
NullCheck((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_6);
|
|
RuntimeObject * L_10 = (( RuntimeObject * (*) (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_6, (intptr_t)L_7, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject *)L_10);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ___count2;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<System.Int64>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ToLua_CheckStructArray_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m3EB37845B50798CC20A0A02E222067F9A462BFDA_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_m3EB37845B50798CC20A0A02E222067F9A462BFDA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_9 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * L_28 = ((StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *)L_28);
|
|
int64_t L_31 = (( int64_t (*) (Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (int64_t)L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_9 = (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * L_28 = ((StackTraits_1_tCE6E458731D72ADA684CAFAB41203CBD5C4F98B8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E *)L_28);
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E L_31 = (( ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E (*) (Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<System.UInt64>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ToLua_CheckStructArray_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mD28742B455F2C7B1A5843FCE96622B7656684F8C_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_mD28742B455F2C7B1A5843FCE96622B7656684F8C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_9 = (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * L_28 = ((StackTraits_1_t840CB1AE1EAC01C46A45124D9DB214FE8BE53E47_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 *)L_28);
|
|
uint64_t L_31 = (( uint64_t (*) (Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (uint64_t)L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_m835351A93CB20D5A44B49D2DE0EBFFBD2F7E5F16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_9 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t459BA588A76510B9F07C9D404E49655506C5A348_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A * L_28 = ((StackTraits_1_t88E4D7BEDC7B40E6EA39022CEE65D490E8231FC3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A *)L_28);
|
|
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_31 = (( Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*) (Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t19DC4C7E5EC1A06740B4236A514004A3CC47037A *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Color>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* ToLua_CheckStructArray_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mBE4D9208E918E1C32F5C82E9FC46E0BEEB817EB9_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_mBE4D9208E918E1C32F5C82E9FC46E0BEEB817EB9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_9 = (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)(ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * L_28 = ((StackTraits_1_t84C2CCF0829FC1354BDF38661E1E886F6D79E4DD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A *)L_28);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_31 = (( Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 (*) (Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Quaternion>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* ToLua_CheckStructArray_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6E9907912769AE31BA286794FA4429AAAB70FEE_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_mF6E9907912769AE31BA286794FA4429AAAB70FEE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_9 = (QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)(QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * L_28 = ((StackTraits_1_t3F11351A91B55160252616D1DC69F26D72064AA9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 *)L_28);
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_31 = (( Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 (*) (Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.RaycastHit>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* ToLua_CheckStructArray_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m511F17CB5AAC24058F1AE03435C44073C233241C_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m511F17CB5AAC24058F1AE03435C44073C233241C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_9 = (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)(RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * L_28 = ((StackTraits_1_tA569B361BF1E1C9E790F866D37FCD3A44C9EB45A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 *)L_28);
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_31 = (( RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 (*) (Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector2>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ToLua_CheckStructArray_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m68A11DBA3049DFBE2AD7A2BA84407B7716D113F2_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m68A11DBA3049DFBE2AD7A2BA84407B7716D113F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_9 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * L_28 = ((StackTraits_1_t98E7672E5E333947002251C3C383BF449231F91A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC *)L_28);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_31 = (( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D (*) (Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ToLua_CheckStructArray_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m0EAB36C7DE5870C1CE7903ECE945D0D2FB7E3296_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m0EAB36C7DE5870C1CE7903ECE945D0D2FB7E3296_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_9 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * L_28 = ((StackTraits_1_t1BAAA2FC291F0A06D850A5174AB7A44F8D7B99EA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 *)L_28);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::CheckStructArray<UnityEngine.Vector4>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ToLua_CheckStructArray_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mC460807DF1C92DBD410035C7EAFA9359865718F6_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_CheckStructArray_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_mC460807DF1C92DBD410035C7EAFA9359865718F6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_5 = ___L0;
|
|
int32_t L_6 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_7;
|
|
// T[] list = new T[len];
|
|
int32_t L_8 = V_1;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_9 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_8);
|
|
V_2 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)L_9;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_10 = ___L0;
|
|
int32_t L_11 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_10, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_12 = ___L0;
|
|
int32_t L_13 = ___stackPos1;
|
|
int32_t L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_12, (int32_t)L_13, (int32_t)L_14, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_15 = ((TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_16 = ___L0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15);
|
|
bool L_18 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_15, (intptr_t)L_16, (int32_t)L_17, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_19, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_20 = ___L0;
|
|
int32_t L_21 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_22, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_23);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_20, (int32_t)L_21, (String_t*)L_24, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// list[i-1] = StackTraits<T>.To(L, pos);
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_26 = V_2;
|
|
int32_t L_27 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * L_28 = ((StackTraits_1_tF4A8213E2D2EF65FCA092F1CF0A8D1F50CDBC29B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_29 = ___L0;
|
|
int32_t L_30 = V_3;
|
|
NullCheck((Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 *)L_28);
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_31 = (( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*) (Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 *)L_28, (intptr_t)L_29, (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_31);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_32, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
int32_t L_35 = V_1;
|
|
if ((((int32_t)L_34) <= ((int32_t)L_35)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return (T[])CheckObject(L, stackPos, typeof(T[]));
|
|
intptr_t L_37 = ___L0;
|
|
int32_t L_38 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_41 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, (int32_t)L_38, (Type_t *)L_40, /*hidden argument*/NULL);
|
|
return ((Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)Castclass((RuntimeObject*)L_41, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_42 = ___L0;
|
|
int32_t L_43 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 7));
|
|
String_t* L_44 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6));
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_42, (int32_t)L_43, (String_t*)L_44, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return null;
|
|
return (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.Decimal>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* ToLua_ToNumberArray_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mE6A5CD8CCF03B2A952C6134BBEA34EFF9EBBDCAA_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisDecimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_mE6A5CD8CCF03B2A952C6134BBEA34EFF9EBBDCAA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_10 = (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)(DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tBC6BB5CB7B627842533AA8F90886811E207B7EF7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 * L_27 = ((StackTraits_1_t087A6DCB7D5875FE1C0FA8CA9E3B5CB400299A54_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 *)L_27);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_30 = (( Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 (*) (Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t814EFF9DFA889A9C3A2470BF7069F8B442FA7891 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 )L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (DecimalU5BU5D_t163CFBECCD3B6655700701D6451CA0CF493CBF0F*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.Double>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ToLua_ToNumberArray_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m4525F538558C49B6D844FCDCC9FF60FEB1F5FF2D_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisDouble_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_m4525F538558C49B6D844FCDCC9FF60FEB1F5FF2D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_10 = (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tEF2D11FF37305489AB4CDB2ABEEF93B5A6C932EE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D * L_27 = ((StackTraits_1_t80A7AF3CE89A5B257C96BC5971C27BD7EF1E66F0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D *)L_27);
|
|
double L_30 = (( double (*) (Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t74BE0765054D66B93E57E18A23EA03718EF5539D *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (double)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.Int16>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ToLua_ToNumberArray_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mA77493AB4734F6C8E906A26AD3053CA578EBC791_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisInt16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_mA77493AB4734F6C8E906A26AD3053CA578EBC791_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_10 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tA73225A95A78FE9D9DC053D1D4C36016FD2FB747_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB * L_27 = ((StackTraits_1_t788776AD36995C16223282C02AC5383C5F86DA74_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB *)L_27);
|
|
int16_t L_30 = (( int16_t (*) (Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_tD9BA231B28E8025D414F8DEA5A334A58A980E3FB *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (int16_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ToLua_ToNumberArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEDFC4D7D883D75A2880EC717B61CCAF2C341AB6F_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mEDFC4D7D883D75A2880EC717B61CCAF2C341AB6F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tED093BC518E20BCA7FF6FA86C71EBC969B2333FA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * L_27 = ((StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *)L_27);
|
|
int32_t L_30 = (( int32_t (*) (Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (int32_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.SByte>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ToLua_ToNumberArray_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m78B8EEE670C6FBAEE1DF13B92018384EFF589ED8_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisSByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_m78B8EEE670C6FBAEE1DF13B92018384EFF589ED8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_10 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t72D66F067ABF7477FE1D0A90DD02FEA48239ACCC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE * L_27 = ((StackTraits_1_t868D9899F63CB72599481CD50FA6FFE4C057C699_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE *)L_27);
|
|
int8_t L_30 = (( int8_t (*) (Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t12759D3A6C2C9A176AA3B5B243A6C6010FDF7BAE *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (int8_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ToLua_ToNumberArray_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4A85D3D262986BB2BED61564DB5976564F43F859_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4A85D3D262986BB2BED61564DB5976564F43F859_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_10 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t99E9191F19CE82BDBD34F85ACFA37A7F4DBDEB8D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 * L_27 = ((StackTraits_1_t4EAECDB2FE88E1C32129C8710D5435B49A9D2B3E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *)L_27);
|
|
float L_30 = (( float (*) (Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t5B55C4542D19AFBFADBCD92FC45338DA2FF6A474 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (float)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.UInt16>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ToLua_ToNumberArray_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mCA8C1D5D217844500A1573886D6AF6A763821A06_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisUInt16_tAE45CEF73BF720100519F6867F32145D075F928E_mCA8C1D5D217844500A1573886D6AF6A763821A06_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_10 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t87067AD67D32C2C902B16841F6B42EA0E6CD9DCC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 * L_27 = ((StackTraits_1_tEF6F8E80E41263660F324EE464970D7A7AE722DA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 *)L_27);
|
|
uint16_t L_30 = (( uint16_t (*) (Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_tAE277EB4D08F2A47891EA5612E6BFD62BB598DF3 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (uint16_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToNumberArray<System.UInt32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ToLua_ToNumberArray_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m0660E8CF490F4E6B0ECBB94648E0D4C38D676710_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToNumberArray_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m0660E8CF490F4E6B0ECBB94648E0D4C38D676710_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return null;
|
|
return (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_10 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tB5311790B81C6764F5DD4CB841FF61045BF11106_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, TypeTraits<T[]>.GetTypeName());
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
String_t* L_23 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_23, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 4));
|
|
Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 * L_27 = ((StackTraits_1_tD3033B7A7B264F6355FBD4913486B9E6D690248B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)))->get_To_2();
|
|
intptr_t L_28 = ___L0;
|
|
int32_t L_29 = V_3;
|
|
NullCheck((Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 *)L_27);
|
|
uint32_t L_30 = (( uint32_t (*) (Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_3_t59B419D0129B70C10E8AD6B7BC741DD635B91BA9 *)L_27, (intptr_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))), (uint32_t)L_30);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_31, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_32 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_33 = V_4;
|
|
int32_t L_34 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_35 = V_2;
|
|
return L_35;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_36 = ___L0;
|
|
int32_t L_37 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_36, (int32_t)L_37, /*hidden argument*/NULL);
|
|
return ((UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)Castclass((RuntimeObject*)L_38, IL2CPP_RGCTX_DATA(method->rgctx_data, 6)));
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return null;
|
|
return (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToObjectArray<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_ToObjectArray_TisRuntimeObject_m844468FDFA6E7B445E392D13C6AD726C34B9BB88_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToObjectArray_TisRuntimeObject_m844468FDFA6E7B445E392D13C6AD726C34B9BB88_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tD2600972CFD0FBB40F083C1B44E6E3779B2C2A33_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * L_29 = ((StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_29);
|
|
RuntimeObject * L_32 = (( RuntimeObject * (*) (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (RuntimeObject *)L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToParamsNumber<System.Int32>(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ToLua_ToParamsNumber_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mFE33CF55618143CC7BF8CA327234D9DCA356DF42_gshared (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// T[] list = new T[count];
|
|
int32_t L_1 = ___count2;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1);
|
|
V_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_2;
|
|
// int pos = 0;
|
|
V_1 = (int32_t)0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = StackTraits<T>.To(L, stackPos++);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = (int32_t)L_4;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 * L_6 = ((StackTraits_1_t0B4EF06E7189CFA7D0EDA0153BA4696848BA9F84_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_To_2();
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
int32_t L_9 = (int32_t)L_8;
|
|
___stackPos1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
NullCheck((Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *)L_6);
|
|
int32_t L_10 = (( int32_t (*) (Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_3_t0C66154029033DCAB686EC454CCB70728D8FEA76 *)L_6, (intptr_t)L_7, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (int32_t)L_10);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ___count2;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToParamsNumber<System.Int64>(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ToLua_ToParamsNumber_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mCEC9EE5E20D994E97F1AA534ABA955A8CBC0D4BA_gshared (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// T[] list = new T[count];
|
|
int32_t L_1 = ___count2;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_2 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1);
|
|
V_0 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)L_2;
|
|
// int pos = 0;
|
|
V_1 = (int32_t)0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = StackTraits<T>.To(L, stackPos++);
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = (int32_t)L_4;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * L_6 = ((StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_To_2();
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
int32_t L_9 = (int32_t)L_8;
|
|
___stackPos1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
NullCheck((Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *)L_6);
|
|
int64_t L_10 = (( int64_t (*) (Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *)L_6, (intptr_t)L_7, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (int64_t)L_10);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ___count2;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToParamsObject<System.Object>(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_ToParamsObject_TisRuntimeObject_mC211D9741A3C7C9AEACA9FDED62588A877AB8A2F_gshared (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (count <= 0)
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// T[] list = new T[count];
|
|
int32_t L_1 = ___count2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_1);
|
|
V_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2;
|
|
// int pos = 0;
|
|
V_1 = (int32_t)0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// list[pos++] = StackTraits<T>.To(L, stackPos++);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
int32_t L_5 = (int32_t)L_4;
|
|
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 * L_6 = ((StackTraits_1_t78FD4BEC1B459C40A9581066969AB3C88D1C50BC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_To_2();
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = ___stackPos1;
|
|
int32_t L_9 = (int32_t)L_8;
|
|
___stackPos1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
NullCheck((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_6);
|
|
RuntimeObject * L_10 = (( RuntimeObject * (*) (Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_3_t4DF37EB37F68FF5EACCDB1C9E71862DDEF7579A3 *)L_6, (intptr_t)L_7, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2));
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject *)L_10);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// while (pos < count)
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ___count2;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<System.Int64>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ToLua_ToStructArray_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mAD300BDE3B98C5082E9AD3C1AF421155432D9B2C_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisInt64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_mAD300BDE3B98C5082E9AD3C1AF421155432D9B2C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_10 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t2551DA50E7BF65701B73DB8FE671CCE33D76ECC7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE * L_29 = ((StackTraits_1_t454972B8A3C6A7848F08CED9A51D075A2271EEAD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *)L_29);
|
|
int64_t L_32 = (( int64_t (*) (Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t3C0AAF0CE98A4E32C2CBE23EE2DE730D922BB2FE *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (int64_t)L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ToLua_ToStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m60925B1EFB4E7351806EC9D3EF710DE971730941_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m60925B1EFB4E7351806EC9D3EF710DE971730941_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_10 = (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tBEEADDAD89291E5E22A69811B44CF77612F3F435_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E * L_29 = ((StackTraits_1_tCE6E458731D72ADA684CAFAB41203CBD5C4F98B8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E *)L_29);
|
|
ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E L_32 = (( ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E (*) (Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t7DFA4020D0783A35B3737622296BE6E637D1BC2E *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<System.UInt64>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ToLua_ToStructArray_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m98DCC5231278EDD3CE2D2ADBFAD74F593FD80CCF_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_m98DCC5231278EDD3CE2D2ADBFAD74F593FD80CCF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_10 = (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t3C5E473D61915B1FB5F60090BDF5133F48AEB40A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 * L_29 = ((StackTraits_1_t840CB1AE1EAC01C46A45124D9DB214FE8BE53E47_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 *)L_29);
|
|
uint64_t L_32 = (( uint64_t (*) (Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tC0BA9CE86F98D9C3D048F99F78D058E750643216 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (uint64_t)L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Color>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* ToLua_ToStructArray_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m8C88ECC9767D7607D53449FD4027797F3B22809A_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisColor_t119BCA590009762C7223FDD3AF9706653AC84ED2_m8C88ECC9767D7607D53449FD4027797F3B22809A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_10 = (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)(ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t3329BC2D1743374CACF792F0C6D24986E0F1F906_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A * L_29 = ((StackTraits_1_t84C2CCF0829FC1354BDF38661E1E886F6D79E4DD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A *)L_29);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_32 = (( Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 (*) (Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t67940EC97CC68B264BEDB9E7BA3D9E62A39DDF9A *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (ColorU5BU5D_t166D390E0E6F24360F990D1F81881A72B73CA399*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Matrix4x4>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* ToLua_ToStructArray_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mCDDA1A093C98566F556C7F0EBEE0CFEA3D32052A_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_mCDDA1A093C98566F556C7F0EBEE0CFEA3D32052A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* L_10 = (Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9*)(Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t1F3AEEC5AA57B39EDCB8D080CFF18C95FB9368E3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 * L_29 = ((StackTraits_1_tA58CA567EB350302C87A52495E2E0235BE35B07A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 *)L_29);
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_32 = (( Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA (*) (Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tFC4F09AFDBF8DF3779A731FCF9A0DE683F7083A3 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (Matrix4x4U5BU5D_t1C64F7A0C34058334A8A95BF165F0027690598C9*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.ParticleSystem_Particle>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* ToLua_ToStructArray_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m70BB8FD3BEEA6438CB1E5BE20FFF39098BDE35EE_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisParticle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E_m70BB8FD3BEEA6438CB1E5BE20FFF39098BDE35EE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* L_10 = (ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513*)(ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t04C143C33E3EE1DECB572122B6520E0D75CFE90E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE * L_29 = ((StackTraits_1_t8CEEA7A8694CD25D8F4A33F157C6EE69ADA0797C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE *)L_29);
|
|
Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E L_32 = (( Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E (*) (Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tABFA46649A6F7DC63B4F8039C20B256CA9638BAE *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (Particle_t64AF74F5D9C7EE7018AD98F29E4FF653558A581E )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (ParticleU5BU5D_tE146043E7340CCAD7275E144D4CCD028AF929513*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Quaternion>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* ToLua_ToStructArray_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m4AC5C23785FBD18279588A160380D5E41EB1B794_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisQuaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_m4AC5C23785FBD18279588A160380D5E41EB1B794_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_10 = (QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)(QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t1F2B8D0C9473B777CC2D9272B27039B340FA9E36_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 * L_29 = ((StackTraits_1_t3F11351A91B55160252616D1DC69F26D72064AA9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 *)L_29);
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_32 = (( Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 (*) (Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t938F7E4991B81D6DC680FD30554C97908093E235 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (QuaternionU5BU5D_t26EB10EEE89DD3EF913D52E8797FAB841F6F2AA3*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.RaycastHit>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* ToLua_ToStructArray_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m0D015C04C84A31031EC1FD3F01BEDB1B43EBCB8E_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m0D015C04C84A31031EC1FD3F01BEDB1B43EBCB8E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_10 = (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)(RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tB93CC1E33879E71BA434A19AF693057E83FB300A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 * L_29 = ((StackTraits_1_tA569B361BF1E1C9E790F866D37FCD3A44C9EB45A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 *)L_29);
|
|
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_32 = (( RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 (*) (Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tC94C73897E50F862E175636BE65E525BDB58F200 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.RenderBuffer>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* ToLua_ToStructArray_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m61F2C381902867B762B78131D028D286385057EB_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisRenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6_m61F2C381902867B762B78131D028D286385057EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* L_10 = (RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3*)(RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_tDB3A36FCAFA8CB4C2D6BFFAFEF0EDA2D42056177_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 * L_29 = ((StackTraits_1_t43148F16326E95316A7F6182235E03C0FE4466C1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 *)L_29);
|
|
RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 L_32 = (( RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 (*) (Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tF3E22A35F16CA46DDF7C5A6166A9BDFC14A63D33 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (RenderBuffer_tBDA35A13DB79B675D1F593B78F54D3D86473E5C6 )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (RenderBufferU5BU5D_t2EB9A87765AF626C520AF0669E5235754D75C2E3*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector2>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ToLua_ToStructArray_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m76120D06B1E915F888FDDE9E7924B3D3F0C6732D_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m76120D06B1E915F888FDDE9E7924B3D3F0C6732D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_10 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t7DC2BCE90FE32E89C67F7F1D807DCC4246FF31D2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC * L_29 = ((StackTraits_1_t98E7672E5E333947002251C3C383BF449231F91A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC *)L_29);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = (( Vector2_tA85D2DD88578276CA8A8796756458277E72D073D (*) (Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t5691A4C34796B7D38151CCD8C50DC7204DDE01AC *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ToLua_ToStructArray_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m5520049FC45BFECBB194FCAD586F74A9BBF6B8DF_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m5520049FC45BFECBB194FCAD586F74A9BBF6B8DF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_10 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t8BD2A2323CA9FEECB0FA3BA6D725A82478EF0D21_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 * L_29 = ((StackTraits_1_t1BAAA2FC291F0A06D850A5174AB7A44F8D7B99EA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 *)L_29);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_32 = (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_tE3E174B59EEA6CE41D95D9B4E3F37402FAD70974 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)NULL;
|
|
}
|
|
}
|
|
// T[] LuaInterface.ToLua::ToStructArray<UnityEngine.Vector4>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ToLua_ToStructArray_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1FEED9DB33F1FA2FA2918799687F3A78EEC6C794_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ToLua_ToStructArray_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m1FEED9DB33F1FA2FA2918799687F3A78EEC6C794_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// LuaTypes luatype = LuaDLL.lua_type(L, stackPos);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = LuaDLL_lua_type_m1E7DBF6FECC683D4870F9614E2F6A3FEB280F002((intptr_t)L_0, (int32_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = (int32_t)L_2;
|
|
// switch (luatype)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)5)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)7)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return null;
|
|
return (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)NULL;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// int len = LuaDLL.lua_objlen(L, stackPos);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_lua_objlen_mBA40D5D77F62F6871B210CBDDAD128DE6BFF513F((intptr_t)L_6, (int32_t)L_7, /*hidden argument*/NULL);
|
|
V_1 = (int32_t)L_8;
|
|
// T[] list = new T[len];
|
|
int32_t L_9 = V_1;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_10 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_9);
|
|
V_2 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)L_10;
|
|
// int pos = LuaDLL.lua_gettop(L) + 1;
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_11, /*hidden argument*/NULL);
|
|
V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
// for (int i = 1; i <= len; i++)
|
|
V_4 = (int32_t)1;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// LuaDLL.lua_rawgeti(L, stackPos, i);
|
|
intptr_t L_13 = ___L0;
|
|
int32_t L_14 = ___stackPos1;
|
|
int32_t L_15 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_rawgeti_m7EC8D0EE09EDFBC5C6B94BA8A7A521C0E80DBC32((intptr_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/NULL);
|
|
// if (!TypeTraits<T>.Check(L, pos))
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1));
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_16 = ((TypeTraits_1_t111857CE47646D081299F8820F3873F426F643D9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_Check_0();
|
|
intptr_t L_17 = ___L0;
|
|
int32_t L_18 = V_3;
|
|
NullCheck((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16);
|
|
bool L_19 = Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B((Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)L_16, (intptr_t)L_17, (int32_t)L_18, /*hidden argument*/Func_3_Invoke_m4908374274B90FD3556773AC3510827962026E2B_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_20, (int32_t)1, /*hidden argument*/NULL);
|
|
// LuaDLL.luaL_typerror(L, stackPos, typeof(T[]).FullName);
|
|
intptr_t L_21 = ___L0;
|
|
int32_t L_22 = ___stackPos1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_23, /*hidden argument*/NULL);
|
|
NullCheck((Type_t *)L_24);
|
|
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, (Type_t *)L_24);
|
|
LuaDLL_luaL_typerror_mAEAFAE3F8FC42110FAA29FB99DC947D64A99A2A0((intptr_t)L_21, (int32_t)L_22, (String_t*)L_25, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// return list;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// list[i - 1] = StackTraits<T>.To(L, pos);
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_27 = V_2;
|
|
int32_t L_28 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 3));
|
|
Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 * L_29 = ((StackTraits_1_tF4A8213E2D2EF65FCA092F1CF0A8D1F50CDBC29B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)))->get_To_2();
|
|
intptr_t L_30 = ___L0;
|
|
int32_t L_31 = V_3;
|
|
NullCheck((Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 *)L_29);
|
|
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_32 = (( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*) (Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 *, intptr_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((Func_3_t24F26D43B70B8803063E27509568F824F5C610D5 *)L_29, (intptr_t)L_30, (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4));
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))), (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E )L_32);
|
|
// LuaDLL.lua_pop(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pop_m9ADCE736C829E8D4DED127620F869BE19539C589((intptr_t)L_33, (int32_t)1, /*hidden argument*/NULL);
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_34 = V_4;
|
|
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// for (int i = 1; i <= len; i++)
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) <= ((int32_t)L_36)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return list;
|
|
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_37 = V_2;
|
|
return L_37;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return (T[])ToObject(L, stackPos);
|
|
intptr_t L_38 = ___L0;
|
|
int32_t L_39 = ___stackPos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_38, (int32_t)L_39, /*hidden argument*/NULL);
|
|
return ((Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)Castclass((RuntimeObject*)L_40, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// return null;
|
|
return (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)NULL;
|
|
}
|
|
}
|
|
// T[] System.Array::Empty<FairyGUI.UpdateContext_ClipInfo>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* Array_Empty_TisClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_m1832EE70219CC13C41CE30A9EB2BFC41010DD12F_gshared (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
ClipInfoU5BU5D_tF16F214C30604DB0B95A9CEA8C0A2BF022EBCE1D* L_0 = ((EmptyArray_1_tDE9A11EA9B1C97DAD44C669077D254B085857506_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// T[] System.Array::Empty<LuaInterface.LuaFunction_FuncData>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904* Array_Empty_TisFuncData_t06E9D928FCCD98766DC42DE5A43BA9C1D184BB61_mED98FA7B995FCFF0BB3B0FB5B363A4FBE506C276_gshared (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
FuncDataU5BU5D_t7771932E7914270E2251D662516F162D10014904* L_0 = ((EmptyArray_1_tDCB6D188A9B366F1DA3BBAFF0332E691E260AE7A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// T[] System.Array::Empty<System.Char>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Array_Empty_TisChar_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_mB69B3E7C1276AE609F2B9FA977634893619F966D_gshared (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ((EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F VisualElement_get_hierarchy_mA679C8FA30714F20ECA17FB5F73220E16277B517_inline (VisualElement_t0EB50F3AD9103B6EEB58682651950BE7C7A4AD57 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Hierarchy_tF2E587A276B2AC4CFA66BEAA0C74BD2F6711528F L_0 = __this->get_U3ChierarchyU3Ek__BackingField_28();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IntPtr__ctor_m6360250F4B87C6AE2F0389DA0DEE1983EED73FB6_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___value0;
|
|
*__this = ((intptr_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * TDataWrapper_getObject_mD276342CEF99A9AFE9DD7D8EF2B686CEA34071D4_inline (TDataWrapper_tB764D1C7FEAFAEBE5DF06C6A2ABC903663BC6797 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_data_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = (int32_t)__this->get__size_2();
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
|
|
int32_t L_3 = ___index0;
|
|
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
|
|
return L_4;
|
|
}
|
|
}
|