31871 lines
1.6 MiB
31871 lines
1.6 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 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);
|
|
}
|
|
};
|
|
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);
|
|
}
|
|
};
|
|
struct VirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <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 InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// DSLuaClient
|
|
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C;
|
|
// ExceptionReporter
|
|
struct ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA;
|
|
// FairyGUI.Container
|
|
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
|
|
// FairyGUI.Controller
|
|
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
|
|
// FairyGUI.DisplayObject
|
|
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
|
|
// FairyGUI.EventBridge
|
|
struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84;
|
|
// FairyGUI.EventCallback0
|
|
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8;
|
|
// FairyGUI.EventListener
|
|
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
|
|
// FairyGUI.GComponent
|
|
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
|
|
// FairyGUI.GGraph
|
|
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
|
|
// FairyGUI.GGroup
|
|
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
|
|
// FairyGUI.GObject
|
|
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
|
|
// FairyGUI.GRoot
|
|
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
|
|
// FairyGUI.GSlider
|
|
struct GSlider_t6744387ADB3DE64C71458B21627B32714BD96816;
|
|
// FairyGUI.GTextField
|
|
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058;
|
|
// FairyGUI.GearBase[]
|
|
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
|
|
// FairyGUI.InputEvent
|
|
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
|
|
// FairyGUI.PackageItem
|
|
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
|
|
// FairyGUI.Relations
|
|
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
|
|
// FairyGUI.ScrollPane
|
|
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
|
|
// FairyGUI.UIPackage
|
|
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
|
|
// GameApplication
|
|
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712;
|
|
// Hotupdate
|
|
struct Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB;
|
|
// LuaInterface.LuaBaseRef
|
|
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4;
|
|
// LuaInterface.LuaCSFunction
|
|
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE;
|
|
// LuaInterface.LuaFunction
|
|
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B;
|
|
// LuaInterface.LuaReflection
|
|
struct LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F;
|
|
// LuaInterface.LuaState
|
|
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE;
|
|
// LuaInterface.LuaTable
|
|
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
|
|
// LuaInterface.ObjectTranslator
|
|
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF;
|
|
// LuaInterface.ToLua/LuaTableToVar[]
|
|
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6;
|
|
// LuaLooper
|
|
struct LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3;
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
|
|
// System.Action`2<System.IntPtr,System.Int32Enum>
|
|
struct Action_2_tFF388D1BE1AC4C4DBF1D06C0BC2E6D928C85C446;
|
|
// System.Action`2<System.IntPtr,UnityEngine.CachedAssetBundle>
|
|
struct Action_2_t90161CFBCC23FC820240CCDFEBF9A3C3A9EE9EDB;
|
|
// System.Action`2<System.IntPtr,UnityEngine.Hash128>
|
|
struct Action_2_tE072638AEFD3C03D09DB43E084FE08A09420426D;
|
|
// System.Action`2<System.IntPtr,UnityEngine.WrapMode>
|
|
struct Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6;
|
|
// System.Action`2<System.Object,System.Object>
|
|
struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C;
|
|
// System.Action`2<System.Single,System.Boolean>
|
|
struct Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22;
|
|
// System.Action`2<System.String,System.Action>
|
|
struct Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
|
|
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.AudioClip>[]
|
|
struct EntryU5BU5D_t00722CFBA42F3529BCEC52EF24D27591BB1B4954;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
|
|
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.AudioClip>
|
|
struct KeyCollection_t0F9A52FE18DBDF45376D1604484C369D74617F5C;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
|
|
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.AudioClip>
|
|
struct ValueCollection_t75FC041493037D8FFEA3712F7C552E6AAC2CE6C5;
|
|
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
|
|
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
|
|
// 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,FairyGUI.EventBridge>
|
|
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>
|
|
struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>
|
|
struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>
|
|
struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949;
|
|
// 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.String>
|
|
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
|
|
// 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,UnityEngine.AudioClip>
|
|
struct Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6;
|
|
// System.Collections.Generic.Dictionary`2<System.String,Version>
|
|
struct Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F;
|
|
// 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.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
|
|
// System.Collections.Generic.List`1<FairyGUI.Controller>
|
|
struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376;
|
|
// System.Collections.Generic.List`1<FairyGUI.ControllerAction>
|
|
struct List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF;
|
|
// System.Collections.Generic.List`1<FairyGUI.GObject>
|
|
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
|
|
// System.Collections.Generic.List`1<FairyGUI.PackageItem>
|
|
struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822;
|
|
// System.Collections.Generic.List`1<FairyGUI.Transition>
|
|
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281;
|
|
// System.Collections.Generic.List`1<FairyGUI.UIPackage>
|
|
struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC;
|
|
// 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_t4AB280456F4DE770AC993DE9A7C8C563A6311531;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
|
|
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
|
|
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
|
|
// System.Collections.ICollection
|
|
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>
|
|
struct Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>
|
|
struct Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.WrapMode>
|
|
struct Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6;
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Single[]
|
|
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
|
|
// System.String
|
|
struct String_t;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// TestConsole
|
|
struct TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843;
|
|
// UnityEngine.AssetBundle
|
|
struct AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78;
|
|
// UnityEngine.AudioClip
|
|
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
|
|
// UnityEngine.AudioClip/PCMReaderCallback
|
|
struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB;
|
|
// UnityEngine.AudioClip/PCMSetPositionCallback
|
|
struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801;
|
|
// UnityEngine.AudioSource
|
|
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
|
|
// UnityEngine.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
|
|
// UnityEngine.Networking.UnityWebRequest
|
|
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129;
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
|
|
// UnityEngine.Texture
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
|
|
// UnityEngine.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107;
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
|
|
// UnityEngine.WWW
|
|
struct WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664;
|
|
// UnityEngine.WWWForm
|
|
struct WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24;
|
|
// UnityEngine_TextureWrap
|
|
struct UnityEngine_TextureWrap_t6010A74A6C01F00DFB55C7A79E372BD97BB46C04;
|
|
// UnityEngine_TimeWrap
|
|
struct UnityEngine_TimeWrap_tECBDF34C5BAEB37025D33C677CD54900A16C814B;
|
|
// UnityEngine_TrackedReferenceWrap
|
|
struct UnityEngine_TrackedReferenceWrap_t572C880476767F1D67678D8B23C482BF446B6ABE;
|
|
// UnityEngine_TransformWrap
|
|
struct UnityEngine_TransformWrap_t58FAED8AE89B821A3A897E230268388AC5CDCAE6;
|
|
// UnityEngine_WWWWrap
|
|
struct UnityEngine_WWWWrap_t337DBA93901186938D3A650441C1ED87E2181B1C;
|
|
// UnityEngine_WrapModeWrap
|
|
struct UnityEngine_WrapModeWrap_t4565A5E6B0D4A4B060AA3DF9126765DF7EA3604E;
|
|
// VerCheck
|
|
struct VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7;
|
|
// VerCheck/<>c__DisplayClass14_0
|
|
struct U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30;
|
|
// VerCheck/<>c__DisplayClass15_0
|
|
struct U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC;
|
|
// VerCheck/<>c__DisplayClass15_1
|
|
struct U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA;
|
|
// VerCheck/<>c__DisplayClass17_0
|
|
struct U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D;
|
|
// VerCheck/<CheckAssetConfig>d__15
|
|
struct U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52;
|
|
// VerCheck/<CheckNet>d__14
|
|
struct U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC;
|
|
// VerCheck/<VersionUpdateCheck>d__16
|
|
struct U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7;
|
|
// VerCheck/<__WaitReset>d__11
|
|
struct U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462;
|
|
// Version
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE;
|
|
// VersionWrap
|
|
struct VersionWrap_t5B285A03505E0CC5237D013A84989E506C8E9D8D;
|
|
// Voice/<DownloadVoice>d__11
|
|
struct U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5;
|
|
// Voice/<UpLoad>d__8
|
|
struct U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25;
|
|
// VoiceWrap
|
|
struct VoiceWrap_tF54A8FC123EFE0D1B854B331002F51E0FA3E05C8;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_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* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_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* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t718CB68045427C7B6BC0503488255EA9E47F5708_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00D49DD5BB667106C06D18DF05399D372FA83578;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral01517BD38A76E8A237B8DBB8A3DE60B08FC28404;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral016810E0BA458356DA29223CE25FF2C9073DFA7E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02812390365E3AD3CAC0A98BD790C8CAFF16309B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06C1DF9D90DA837E2CB8631A3A1E322F1C9166EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09B6A6DCD3F6D4A7D3A95BCEAAD67A7F1800272F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09D362253E2AB6ECFB5AC0E54BD1993FAC2133D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0AB4F23B8B3D539470A8E531AD10B1C777743DF8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B1D92A4066140CA196FE02C7367175C189014E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E81DF833A7355BE93044E24A1657DD49716EB1A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral11E403C73D9A3DFFAF010898F7C645518AF61607;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral11F9578D05E6F7BB58A3CDD00107E9F4E3882671;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral123131EE784EE38B5BD64DEC40F65259D9E95D90;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13B77A81DBBD6B1B342F4F91A5176EBD70A884A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14D165524B6C04D03983DDA364A7FAB923CF28EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15769E9845DDC94787F9C43F5D2A2DBAB4CD89B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16A7C1DB3210EC40605D31A60E73CB056BA75E22;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1729647A70DDA65324175530A2D0D474E2538988;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral17A9331281F52ADFD64E79D3B3761185CF461D8E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral187E224D576140EF5E480DB3B944BF07E2E3DB4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral191EC2BF526CB8B2FC97226FA7FFE47364E94B83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1AE37565313C80CFBE690B0AAF7A22B186B12228;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C8F769275A2E86BF511F50CADF20A0710F020A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E4F0DF0FD1727488CEB8688712E5AB1BB1E3244;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E767948D925FBF6D63F0A3ADF6CAE0852B7B380;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21D2567AF64C801B74085D24C1C71A33D4F63E8B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral22A03BA6A80A27E7C75F48CD542C6EB3AE350AA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2417C053A1E0CA6E55171D6D6EAEAA4DF0A5C84C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24588581C259DB0BCF2FFCB695616B46EDA64A10;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25688845860B85616A3FABDEB2E53D4408F6DEA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral259930C189FCE24A9D3B71247B29FF88C78D9F29;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26B5CEA25F9CEAD7BA9D1C5EE10DCD88EF9F4278;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28BAF64095A5716BAC42E3F424154357A8FB6CEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29357A1ACFE52C28978257E8567554E84661EFBF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B4D3820E3AF7CCDF3FE42A4C8511436F6C837FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2BD7886AC31A77A811C6098840C312222E119377;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2BE17AA181D8226BFAD83CE993E838FA79DCCE4D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D6F47EAA9BFA3EAFB0F049A72A2C1B1D9E9BD41;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2DA1BF77403BC6C51B041D045FFE4FEF716D964E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E2815C7ABBA587A67E52CE2A702CA27FD952388;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3091C8446F8D3A942BEF5CF971F537E62FDEFAB8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3147A438187FED97F6A4519425B2407E2E4E28EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral33986F7AD347BBE0159A51E0BE7DFE3E9D890EF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral340DDA465593DCAA4C9EB8610DFCFA6092E77A36;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral345E981E0F05A12EDA27C91E088306EB29766342;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35A7CC2B58AE70BD9F89564C8E6CD896C05D5370;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral364E268497175532AD01E50476542FA9755705CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral372EA08CAB33E71C02C651DBC83A474D32C676EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral384DFC9B97242C874B4C70B507C57197D13C0C5D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D57EF3CC57FDED3EC657804DEA639DB7CFCCB59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral409730F66B8E219AD332A58B29F81527FE19B727;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral41109DE64ACDD01EEE5FBCAB6ED6F640054A9BA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4237FF8A5B0BC56247417D1A8336071E354C864C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral430F15613C55752568BEDB8971DFF0827C16ABE0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43424F798F5B7B4D2C976C149F66CE104E794E4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral435EE53A5FF0AC3EA0178F95D9A641E16B466419;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44BC814A64016D75E9AF6998210ECDD64FB67FFD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44EAA2B2DBC0709F212C2E20EABCC83B43A2D9B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4613222C7CDA219CA41714128B1077ED4C0D154A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4647DFC7915FE9BC9A2C017B0C239EFA439EBB62;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46A26382E0A10E33AD91470BEC639838EE18603D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral498589771C1B67A3B07E0C38CA8C1B01D349485B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A8A2CE43D52C58DFF2A17E1423280380DBE62B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4AB5CADD71E8BE48E35000B6B98DB1B4738DAAD0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4BC2AC8840CA7EF78844970D005F1BA1F4FDB52E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E60ECA776828A2D8CE2A9D457AD26A48745FB40;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F3019FE481FA9446D4A511BC72F22D667C0725E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral502B8411DE9401C5867226B28725AAEC3FA5A317;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral520B30F3F9E207FF9872B3FE9B4ED28A965AA1A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral523EC16B977E0C1E7A88753BF84E20A28F02433A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53A08B04A9AAD0A52AED2BA1B7B80604866A7F5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53DDBEA86101BB38FF696663236245E28D1EC37F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral551009B650339DD5FF6BB15FFE378C7D95685754;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55DCFE0BCF11F6C7F6839E993AB7E2E664CE6023;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral57117835DDB4B5D137F46B661E758463B1D2B766;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral574CE9182A09DA79EF71434D711FA3902769CAC3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral578902843A3EBA65888416F485BF1E958A7D5D8C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral57EDE962842CD05482284278B8C63459819BDCD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58DFDD94BD5CA34559E8EF3E308233C14988004F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5AAF8905F32A43E8DD1A2EA0CBACB689428CCECD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B35AA159F6C5C8CCDF460E5AC99549748A874C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BF5F2A6B4CD990EFBC671ECDFD5623726164660;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CA823E01E3328B4BAEBEB94B50389A167C3AF74;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CC22A528F767852D02DF6D0A9FC7527B052888E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CD812DBC00F18E1D516BAD29136A44D0549DAF3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5DB9B4CA4FEB2F6FB5BC7EF127FF7ACF71CA8C05;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E0B8AA15AAD848DE36CF3FD23D80803845B78D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F4FBE763819348E081C797B481821C073471C28;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F94FE784D5475E0384E4803CB9647C086E55033;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60D48BAB45FDB1C7231E9E1A6BCF8B04E37CF47B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6164B10B93DB61180D6396CE9539D1549300E335;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61959E18399F5CC2E84AA57D172BADE662F0B332;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6267858041768C2D5F3849B4F5215CCCBB164EE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63902AE311FF2DB4A451BB76B04156475C7536C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63E59979ADD6A57941F7230C099DE249661B53BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6413E837D316AAFCF260786CD21A849F88AE3069;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64C28EDD82BA8DB6364899A61317A8986E015774;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral653D883F5CE204439568BD8F3112E8368FD9259B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral655C326AF8C403C51FA1737FC8771079A4E69B88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6704CF2EAFEE0663E8AF24996E365EBD1B8E0F39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67A7532BC52C80FD3371212C73619F02CF3D275F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69C8EFA85B8C54C13242FA2B0A420E1E62E38E47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69E09136A533B9EBD78AF5A5A99FEC9ED4412EE5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A664DFBF7E6D087468510B0EA43FCC78BC8AF94;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C584316A4AE890C93B0B08B846EBF984F16D91B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C82E6DD86807EE3DB07E3C82BEC1AE1CE00B08B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E06736D1DC49ACC3CD22C9BC95ACE1D2214DD9A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E31A24E35B78A251C1CD4A6AA62ECA63AB7B68E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F473FAAD9B78622EDBC41B21E1C2CF7170B568D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F4B0371F831E98B22C0A0AB98217930E0F11055;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F83A0BF6F4748837B7A85FF90425D5764A0E40F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7035B3AB2788D9FF65B45BD72343AE48C15F3442;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral71A5B2CDD541BCA51B5DF7BEDCAC2645FA1CD053;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral71B160238995E3095E33BDB6126F602CB18C2E72;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral72FB015FD02560827C8B243049C7721124CBA528;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75330F5C290EF1C96A9C3E963B98215229B8394F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7572692BCAD3513D0D76DFCFC59FA8F49F4DFF3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral765CDE9944822F39772A5F50B6A6C0DD3D74F583;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77920E7AC30D4EBA99FBBD43E0D9CD9D321939C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral779AB164EFF2CD998F9D12DFB9A669FEF4BDC286;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7948BE65B98A1900E1DCBA978F06A8AEB2314D46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7D03D8E51DB5204FA02C5459CD2E133B7A6BAF0E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7EEFF1045162ED44C32C902EC9B8584509EF4802;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F3CE908F14A43F4DD7B60E6CCA6FEF8DCE91405;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F682F7127739A0F1DFCE5BAFCA1788CFE2C6B61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral808D7DCA8A74D84AF27A2D6602C3D786DE45FE1E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral811615D146067B3E77BC30F90F84E84135AC1296;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81736358B1645103AE83247B10C5F82AF641DDFC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84939FEA31814FF3975400838EEF161FA358F1C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84FD27000835C9656EDF3943255488993AD8BC01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86F389089F8CB6F58AA87561BCF7BEC9D700C40B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87B2494771F9F6495A53DA00943D153822061D0B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87B85DCA19E84067B9D33889A8D32C7DCD56347F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral89DDA070D57301E56929835103AD4D0E4CEDACC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AB5CBE29FF8A179C2E5A288D14B2074824BF0BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B12C32BFBABD61E207D1C06C26C57195D653533;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B95EC2F5997AD4CFC3A5D30066898C660F74FCD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C5898C4F915D1B830B8575B53A54183D960F191;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8DDBB76624EE55213F2601C8BA2B94F9F24E23EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E0516E60103FC3932AF951CF6E72C0C723CA78B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9071C896600D9C060FF9E7FDA59AEF1062D96252;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90BE16585DA21A822A011B262DB668A8CCF504D0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90D502C3EF8FFA922EDBBD570DF4C31B8F2C48E9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90FE84AC94107AF2BD74C4F9B5F81864B9CF5D2C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral91E95BE6B6634E3C21072DFCD661146728694326;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94CA7033AED9E7BFAE8CCF584D77C3091D8B8D06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral953AB3490C46285F7461E20DE0BDAD50185884B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral95C039D5AE7D0D0413D4B66F77953F75F2CF5DB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral977703B56BC23B7C95198ACE9B37B987ACBF1B47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B18BF58B7993403A77EBEED2CA4E46095026203;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B466094EC991A03CB95C489C19C4D75635F0AE5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B47C032938820269CE9D24A72B299C9D2A50C6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C4D79D261EADEBF132BD6333DB6EBC00C951C1A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D2CF1110002D86093170FDC580C3491CFE4DFB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D7311610D4DC99151F611A421431587111EC377;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E79B50EACE9F691EA500A0C9D83CD425C95C403;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9F70055B068A3B71E2CD04E559681B5D192AEEF5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA13817978E6B69FBABC694AB249291E7968D2A2F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA260AD1791E08B9F2D8D09E57F3C529E72CAB413;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA69FA1555F91E4402D6638182B3906430007B11D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA4A5F8125F234182E2DEA92805AFDFB747A86BE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB43CBCCE3103DA0FAF94259443451064A941E9E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC8C60F9EB6197F9066D285A03C0D804A60C5197;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACAF322543550089B1720048F5A4417F32F381A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACE0C5E90AC07202E99D0186576979BACAC854C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADFDEA03656E87D98F983D55A6F8439C0878FAA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAE074CF63F9136F5B5C0D6235139545F32785D73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAEBF86DC9E66DBFD4E28238919489CEB3F67A4A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0568BA01FEB5B958A8126E28F4668FEABED7E60;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0C909F4102F869987D847B9DE1ED49888C88C94;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB2EBC27894F454DC1FC927034ADE0B208689C9B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB340B8E6350BA9DBF552AF45994F28AF6B44764A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7168FC1777374F5BC3A3C6F817A837051D26402;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7A01E1BB796B7A4F3CBD8FBD73CE07246BEABA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8360368E7F77F1CC6A8A97A586489D79F0243B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB937C6D859DA79D239314C0C304F08656BE6F363;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA249F23F155C8F09ED6BF2383D85016AF12CC3C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA8A44EF8A818E626AA4B2496C1C38D17349D2BA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBAA2A4542BA4C18E61AAC969FE8D4C975327427D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBABA2C0947025D15DFAEF9B66898BE54D0DED616;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBB5E971820E3CA14548A470999B5D8E50A480E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD05E2171069A3148A9117717B9AA5D2254A05D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD0B9233E9872B9E28FA76CF37001A35EB41327F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD287A4CFC97EF72067C1302F981806FB9D42E9F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDB4DFD0AB75266FCEE1DB75CA49BA34AA9A28BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE8084837942F4E17D449DE229D62E875278A9EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC0AB5B91C9E106CCDA75113A70702BCA57349554;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1FF89C57F26993D020238F1FEC925CC0A1D0D8E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3B70D9A42B5E0DDC936732FA2640D4AB10772B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5049BE7C40967F2D45CE08CD2CBD2D741711F01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC54CD83707D05D14E388DB275C3351C492F7C149;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC54D16ADA0CEADAA8E7B8D990147E1B6A49D1B84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5FE22BA72A6D36F0C9EA8F0212A4BB1EA7F0B3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC6FAFFF9CC5EC38991060682CE806E3FF90290F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC850707131666576768494586380F509161D4D8C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC91ED6AF5F66FC78E4CBCDB30CFE485C47628041;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC9DAE3F87B8FE10C941D04E4B728811BE41BCA9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA72365BA3E70FDDF0193399EE4EB0C2E34D60CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB143942C4B5CB5FA53072455E6BE03EEA47F33D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB997DA38353759B11ECF8EF86B8A68534FFA669;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC530C3C4C805CA3A710E3425DDF94102209D3CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDAED87A39DD1AD8B4799A77A7239C4CDE8B809E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD00F5753D04323F602D993E22C29562B06F9574A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD16F5C7BC291ED86B266C93E93E17FBEEC1D6FE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD21674C22B211A87778E61E529E82516B3C0921D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD27A1F11771200949714B1AF99F048A416F5D6F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD32733EB9CE1CD1B0B8DCB33ABA64D88DD214758;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD3A479BAC5A5D43A179BC1697C5D4D7917F7BBB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD49D1953F8F16CE798D88608D6273B7F176DA6EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD58324E6C8158F7E94D3D0754A5A9B83F8333843;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD624A3F0EFF1CE10191F8A37EE36C04DB96DCD50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7C3788618B953152E51F0012B7083B4678ED630;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7C87809892BDA78469ABC50F9CCF1E386EDAB64;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD820FA4FB02C01B37BE7CD07E1FFDC329FFE7365;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD8FD39D0BBDD2DCF322D8B11390A4C5825B11495;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9C768782EA8653D485FB3B7F5ABA21CB2CA7BF3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAD897AD06495A8786D2B6AD245C86AB3181DCDB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDBCA54874BBBB15E8682B52D3512EE193618A13A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC76E9F0C0006E8F919E0C515C66DBBA3982F785;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC7F77B4CCFC9F70A78BD97303BD10BA4C9D70C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD9B1D70C37BB0F948229F87972EF8D1CF48037B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE3A9FE61DDFC5013FD6CEE7E6460F39CC5F9987;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDEEC6B801D6C0F18694B84683F2F8671CCF097A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF251B06EEFDAA932E97B54FBE9A74D3E606FA61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE05F8FF06DE9F0F2B4B9F4B510467C67067033B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3ECE16669B567E5A7277DCB230F0CF086511C75;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE675657D6FE2E8C90620FC67D7A5D2B90D0A6B8F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE6E64D9FE006EAF0A16A7A7C49A0CEB14C93638F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE74F138985D00F63B4AFDD2F79EB5344FC04293E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE75D5B22A39BDCA0731C6676612C69551A6DC3DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE84B14CAE4933A56C3FF0486D95967BACA50EC48;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE873FC83362055614A510FA93667B1A76C854A2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8E1FF87F1FE004B588D5D019A0E78940EFF8764;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF74E8F0EAB8554ADA885E6F7A043F6320B0DCE8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4603641FFE3428CD35EB10F0F5A67098F472DD3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF554397B5D9E3B9DC881ABA798EC38C4E1A2A215;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF79DB9DE143662D59A461AF6B8A637AFE75ED66F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF8109AEDC7144BADD14AC6D37FE14D5BC0740198;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF8A6A746013462708F9321145484C18BEA9F7325;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF911093E547570BA9B652872992C2946CF7F7C5E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9ECDAB4375C4ACA8C2ECA84F91AFFCB5187270E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAEA02D484D447CC73ED2748205BE052C2BD3F32;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB086163E2F2A342780B8E203D7B714BDF9DDC9F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC1C7F4E00324B0D75731D60656DC8E29B90333A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFD7A12DF2FB686809233DDA5890204E898D55295;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFBF784C5C092954D0F88929BAA2196A154EB32B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFE65A75D3001728138C4320E91E68443DD027C4;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m7066C7DAA4425F326DD56035F4E7DC9109C7F710_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mF52DBD6BE903E286765A2CE561C855359CC489D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_m491E197EEFEA4B9C3DB2371722C81721BFAEC4CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m3B956AB9F681AC20CED50779DCE2415ADFCCBF55_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mC1F4623B421B6C4AFE5C46877C88FE82AD144A3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m292557C906642D06BCE92ECD61FE1ABF1E174F2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1EA136DFA4635D096E26B0186AFAEC96D8222121_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mC3514D35661552F7E0D3D3258F1FC68A1F3A84D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Call_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m3E435ABD34E0E6955DC43550A5AB6BE3DDED10A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_Call_TisString_t_mF65E37FED5404F2E27CBF2564768EA8ED68A72C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisEncoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_m7A45C6B65330716EB20FE830CF9FA13D31DE5109_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTexture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_m0D3BFE1F79E8697DCB9EDE3AD9A5194521A83976_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_m619CB6829785EC14C8E4A6EF9D9796ADE7CA5CAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisDictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_mA28CC060D849D605436A049680A6120121A8955A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_m157E2A98A177327B45D3E7FD40BB22217D9916E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m41401591573776BE0F2E429BAD839E3D805EB87C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_m24BE2EF2193136D01D993C7C75DAF9332FCA73B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m57BCAD8757D6DCBAAF6C6F2D7632F2A26E763078_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_m2AEA777ECF8CC57FA6F4DD3BA75EBD119765B334_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mEE96043FE08DF3DEB6E00EB7B2BD313242DFE842_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m8A2795A27814B4C3728F763EFD6746C69006973C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m63EB2679D4546F2A144001E65A10A45B68C36A68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4648AC0FF2C5A9E95DD08EA8C3C5713BE52B35D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mB58C4FFB467E15443000313B6D5C84EC69DF6771_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_mB3272EEF36F4C1BAC39CBF6CB4306F1E0D0C0A72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisWWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_m51FBC956BADC008A4B8B8BECA9CDB42C48FD1362_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckAssetConfigU3Ed__15_System_Collections_IEnumerator_Reset_mDA551FB07A2BE4C7F2FC887F688F213144A91878_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckNetU3Ed__14_System_Collections_IEnumerator_Reset_m704D805774B9DB5524D06575A566380651A31F4A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CDownloadVoiceU3Ed__11_System_Collections_IEnumerator_Reset_mC42F7E527428A82BDC3A015183680617CE527A52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CCheckNetU3Eb__5_m2BD6F1D55B81C29AA1821502DC53A6171117C4BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__0_m3818DFE30446E2B19158D327EA497347B73BBA59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__1_m202386505085B0DFB9C83CE54F2F673C338C49AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__2_m311F5055CBAE546B90CACD1486B0633FA516E589_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__4_m06B003FD0E620F7FFB8859422EBB2D1F980A6C4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_1_U3CCheckAssetConfigU3Eb__3_m3435E453721AD18B5A40004AE95AD6DF21213B1E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass17_0_U3CShowTipU3Eb__0_m0917B9A81EEFFEFD33F66A1E279345B9887D302B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CUpLoadU3Ed__8_System_Collections_IEnumerator_Reset_mF1F439B3661DC8DAB01FF7748CACEB755FFC09DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CVersionUpdateCheckU3Ed__16_System_Collections_IEnumerator_Reset_mE1105ACC93CDD9A08B5D59F2FE09CCD9A5CE5935_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3C__WaitResetU3Ed__11_System_Collections_IEnumerator_Reset_mF6F1C7A24C817BDBD780FE8A3B479D777BCD2C27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_CheckType_m3F6DBBBF5676248552B534F64BB4C9B886053F9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_Push_mBE97AF2A56AB914E3DDF508DBDE246ADD7995B1A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VerCheck_U3CCheckNetU3Eb__14_0_m8BDCC950ACBC4F9EB1835EA5504868081284DDD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VerCheck_U3CCheckNetU3Eb__14_1_mA1577EE7B375E3577D6B519154F573DFD172B0C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VerCheck_U3CCheckNetU3Eb__14_2_mA120E2E019C40CD5E0EAF24E15F0325723F0D4E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VerCheck_U3CCheckNetU3Eb__14_3_mF762F7F9FF4C351F0C59EC3D7293F154AAEE6935_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VerCheck_U3CCheckNetU3Eb__14_4_m7526E2E5ACEBD0C980DEC55496F72802902D5E72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VerCheck_U3CVersionUpdateCheckU3Eb__16_0_m9C1DC0EDB3E4F7C47CD7644C8881CD1C6E83B95C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckAssetConfigU3Ed__15_MoveNext_m92C202253065EFF518462D85CA94754255D43E46_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckAssetConfigU3Ed__15_System_Collections_IEnumerator_Reset_mDA551FB07A2BE4C7F2FC887F688F213144A91878_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckAssetConfigU3Ed__15_U3CU3Em__Finally1_mDF614B25448BA07DA1989EE100F31FFC557A0EE2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckNetU3Ed__14_MoveNext_m928ED626B19C5B6B041C0CCF031F58663AA24D9C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckNetU3Ed__14_System_Collections_IEnumerator_Reset_m704D805774B9DB5524D06575A566380651A31F4A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckNetU3Ed__14_U3CU3Em__Finally1_m1B632F7D53E69867C2FB85EB14583834837FC50A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CDownloadVoiceU3Ed__11_MoveNext_m2483EAC9DC1AF038DCC856EAC183B37DE5B0762D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CDownloadVoiceU3Ed__11_System_Collections_IEnumerator_Reset_mC42F7E527428A82BDC3A015183680617CE527A52_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass14_0_U3CCheckNetU3Eb__5_m2BD6F1D55B81C29AA1821502DC53A6171117C4BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CUpLoadU3Ed__8_MoveNext_mD73F303B3AEDB6E8D83F8D2124EA34D624F19194_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CUpLoadU3Ed__8_System_Collections_IEnumerator_Reset_mF1F439B3661DC8DAB01FF7748CACEB755FFC09DC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CVersionUpdateCheckU3Ed__16_MoveNext_m97BAA98E630753D946973F286C21D89391EF6147_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CVersionUpdateCheckU3Ed__16_System_Collections_IEnumerator_Reset_mE1105ACC93CDD9A08B5D59F2FE09CCD9A5CE5935_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C__WaitResetU3Ed__11_MoveNext_m4DF1C33F1A54846D506A9213FE0426CD74993DED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3C__WaitResetU3Ed__11_System_Collections_IEnumerator_Reset_mF6F1C7A24C817BDBD780FE8A3B479D777BCD2C27_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_Register_mA5624C7BE4B49143508A379DF263F5AB7912D96A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_Register_m35A6A9276053C3465BDEBCED8EF667D59508C703_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TrackedReferenceWrap_Register_mDB15470293476E085BA8C1E1F900D1877BD4846F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_Register_m8AF077CEA43D76B8AF21A79C63821E29AF86AABA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_Register_m1793AEA706C18D572D9FB0C3163960A8716288AE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_CheckType_m3F6DBBBF5676248552B534F64BB4C9B886053F9D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_Push_mBE97AF2A56AB914E3DDF508DBDE246ADD7995B1A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_Register_m856BA6310B3CAD651DA64D3D6315F11913FAB3C1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_CreateVersionView_m8E969AB1A4ADFF07227383B80887063214869F37_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_DeleteOldPack_mA502E2A635A25EE17568DAA3FD59BF65EAA4351C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_Start_mDCF0879E2680E6E17BCAA897A30849A9EA1F1D4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_VersionUpdateCheck_mCACFFB14075527FEB4740EF64AC5A56CBF59FE31_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck___WaitReset_mC0C9EA6729077835208C839425884ED4FBB999D6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57EAssemblyU2DCSharp25_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_Register_mFDFA0CEFA2AAC68507BBA3BBA2675E75C55F6ACC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Version_ReadVersionArray_m11DB834E1B56A2341448F675B8017CC5E7D4185B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Version_ReadVersion_mF0EACE0F53D30BED0469F71AFFD3C518F89804C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Version__cctor_mF41DDA1324DC09A933089FD4D0038C600FD90CEA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Version_set_max_version_m72F982E4A5B39C14244C5E686563ED6885218A1B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Version_set_min_version_m5AA05282DF7DD4465D34A69810F8E9A852568D1F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Version_set_pack_version_m9BBF28B227A273657A60497238209E55A1AB1D1B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_Register_m49E201E4553B04B58E9DB398449B279991EFAAE5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Voice_BeginRecord_mF1A695F3C1663904D51EDB943C3FED602D1229F4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Voice_CrealRecord_m19013DB1747A29D41F9CB44C668897FF1F98C61C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Voice_DownLoad_mE6B16CA11D91B1B177A4F3D385DC9BCD3A0D709E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Voice_DownloadVoice_m5C72F3C2264A10EFFE5F59F5D0354B4E44786ED6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Voice_EndRecord_m05643691C67BC861CD87126BE03CD6271ACB8C95_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Voice_UpLoad_m41D45DBBE6A703013A901C6293557C0857CD4811_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Voice__cctor_mE5865FEAA97D03F253595FD992774AE4B37B43DB_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
|
|
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
|
|
|
|
|
|
// FairyGUI.EventDispatcher
|
|
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge> FairyGUI.EventDispatcher::_dic
|
|
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ____dic_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__dic_0() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7, ____dic_0)); }
|
|
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * get__dic_0() const { return ____dic_0; }
|
|
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B ** get_address_of__dic_0() { return &____dic_0; }
|
|
inline void set__dic_0(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * value)
|
|
{
|
|
____dic_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dic_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields
|
|
{
|
|
public:
|
|
// FairyGUI.InputEvent FairyGUI.EventDispatcher::sCurrentInputEvent
|
|
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___sCurrentInputEvent_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_sCurrentInputEvent_1() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields, ___sCurrentInputEvent_1)); }
|
|
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_sCurrentInputEvent_1() const { return ___sCurrentInputEvent_1; }
|
|
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_sCurrentInputEvent_1() { return &___sCurrentInputEvent_1; }
|
|
inline void set_sCurrentInputEvent_1(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
|
|
{
|
|
___sCurrentInputEvent_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sCurrentInputEvent_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.EventListener
|
|
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F : public RuntimeObject
|
|
{
|
|
public:
|
|
// FairyGUI.EventBridge FairyGUI.EventListener::_bridge
|
|
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ____bridge_0;
|
|
// System.String FairyGUI.EventListener::_type
|
|
String_t* ____type_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__bridge_0() { return static_cast<int32_t>(offsetof(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F, ____bridge_0)); }
|
|
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * get__bridge_0() const { return ____bridge_0; }
|
|
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 ** get_address_of__bridge_0() { return &____bridge_0; }
|
|
inline void set__bridge_0(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * value)
|
|
{
|
|
____bridge_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____bridge_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__type_1() { return static_cast<int32_t>(offsetof(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F, ____type_1)); }
|
|
inline String_t* get__type_1() const { return ____type_1; }
|
|
inline String_t** get_address_of__type_1() { return &____type_1; }
|
|
inline void set__type_1(String_t* value)
|
|
{
|
|
____type_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____type_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.UIPackage
|
|
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String FairyGUI.UIPackage::<id>k__BackingField
|
|
String_t* ___U3CidU3Ek__BackingField_0;
|
|
// System.String FairyGUI.UIPackage::<name>k__BackingField
|
|
String_t* ___U3CnameU3Ek__BackingField_1;
|
|
// System.String FairyGUI.UIPackage::<assetPath>k__BackingField
|
|
String_t* ___U3CassetPathU3Ek__BackingField_2;
|
|
// System.Collections.Generic.List`1<FairyGUI.PackageItem> FairyGUI.UIPackage::_items
|
|
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ____items_3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsById
|
|
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsById_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsByName
|
|
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsByName_5;
|
|
// System.String FairyGUI.UIPackage::_customId
|
|
String_t* ____customId_6;
|
|
// System.Boolean FairyGUI.UIPackage::_resourceMode
|
|
bool ____resourceMode_7;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage_AtlasSprite> FairyGUI.UIPackage::_sprites
|
|
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * ____sprites_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CidU3Ek__BackingField_0)); }
|
|
inline String_t* get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; }
|
|
inline String_t** get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; }
|
|
inline void set_U3CidU3Ek__BackingField_0(String_t* value)
|
|
{
|
|
___U3CidU3Ek__BackingField_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CnameU3Ek__BackingField_1)); }
|
|
inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; }
|
|
inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; }
|
|
inline void set_U3CnameU3Ek__BackingField_1(String_t* value)
|
|
{
|
|
___U3CnameU3Ek__BackingField_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CassetPathU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CassetPathU3Ek__BackingField_2)); }
|
|
inline String_t* get_U3CassetPathU3Ek__BackingField_2() const { return ___U3CassetPathU3Ek__BackingField_2; }
|
|
inline String_t** get_address_of_U3CassetPathU3Ek__BackingField_2() { return &___U3CassetPathU3Ek__BackingField_2; }
|
|
inline void set_U3CassetPathU3Ek__BackingField_2(String_t* value)
|
|
{
|
|
___U3CassetPathU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CassetPathU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____items_3)); }
|
|
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * get__items_3() const { return ____items_3; }
|
|
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 ** get_address_of__items_3() { return &____items_3; }
|
|
inline void set__items_3(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * value)
|
|
{
|
|
____items_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__itemsById_4() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsById_4)); }
|
|
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsById_4() const { return ____itemsById_4; }
|
|
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsById_4() { return &____itemsById_4; }
|
|
inline void set__itemsById_4(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
|
|
{
|
|
____itemsById_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____itemsById_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__itemsByName_5() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsByName_5)); }
|
|
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsByName_5() const { return ____itemsByName_5; }
|
|
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsByName_5() { return &____itemsByName_5; }
|
|
inline void set__itemsByName_5(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
|
|
{
|
|
____itemsByName_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____itemsByName_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__customId_6() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____customId_6)); }
|
|
inline String_t* get__customId_6() const { return ____customId_6; }
|
|
inline String_t** get_address_of__customId_6() { return &____customId_6; }
|
|
inline void set__customId_6(String_t* value)
|
|
{
|
|
____customId_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____customId_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__resourceMode_7() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____resourceMode_7)); }
|
|
inline bool get__resourceMode_7() const { return ____resourceMode_7; }
|
|
inline bool* get_address_of__resourceMode_7() { return &____resourceMode_7; }
|
|
inline void set__resourceMode_7(bool value)
|
|
{
|
|
____resourceMode_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__sprites_8() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____sprites_8)); }
|
|
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * get__sprites_8() const { return ____sprites_8; }
|
|
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 ** get_address_of__sprites_8() { return &____sprites_8; }
|
|
inline void set__sprites_8(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * value)
|
|
{
|
|
____sprites_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____sprites_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstById
|
|
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstById_9;
|
|
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstByName
|
|
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstByName_10;
|
|
// System.Collections.Generic.List`1<FairyGUI.UIPackage> FairyGUI.UIPackage::_packageList
|
|
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * ____packageList_11;
|
|
// System.Int32 FairyGUI.UIPackage::_constructing
|
|
int32_t ____constructing_12;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__packageInstById_9() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstById_9)); }
|
|
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstById_9() const { return ____packageInstById_9; }
|
|
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstById_9() { return &____packageInstById_9; }
|
|
inline void set__packageInstById_9(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
|
|
{
|
|
____packageInstById_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packageInstById_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__packageInstByName_10() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstByName_10)); }
|
|
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstByName_10() const { return ____packageInstByName_10; }
|
|
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstByName_10() { return &____packageInstByName_10; }
|
|
inline void set__packageInstByName_10(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
|
|
{
|
|
____packageInstByName_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packageInstByName_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__packageList_11() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageList_11)); }
|
|
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * get__packageList_11() const { return ____packageList_11; }
|
|
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC ** get_address_of__packageList_11() { return &____packageList_11; }
|
|
inline void set__packageList_11(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * value)
|
|
{
|
|
____packageList_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____packageList_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__constructing_12() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____constructing_12)); }
|
|
inline int32_t get__constructing_12() const { return ____constructing_12; }
|
|
inline int32_t* get_address_of__constructing_12() { return &____constructing_12; }
|
|
inline void set__constructing_12(int32_t value)
|
|
{
|
|
____constructing_12 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Hotupdate
|
|
struct Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String Hotupdate::_base_path
|
|
String_t* ____base_path_4;
|
|
// Version Hotupdate::_server_version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ____server_version_5;
|
|
// Version Hotupdate::_local_version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ____local_version_6;
|
|
// System.Int32 Hotupdate::_with_pack
|
|
int32_t ____with_pack_7;
|
|
// System.Single Hotupdate::_stage
|
|
float ____stage_8;
|
|
// System.Boolean Hotupdate::isBuild32lua
|
|
bool ___isBuild32lua_9;
|
|
// System.String Hotupdate::<TextTip>k__BackingField
|
|
String_t* ___U3CTextTipU3Ek__BackingField_10;
|
|
// System.String Hotupdate::<AssetName>k__BackingField
|
|
String_t* ___U3CAssetNameU3Ek__BackingField_11;
|
|
// System.Boolean Hotupdate::<HideDetail>k__BackingField
|
|
bool ___U3CHideDetailU3Ek__BackingField_12;
|
|
// System.Action`2<System.String,System.Action> Hotupdate::_tip_callback
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ____tip_callback_13;
|
|
// System.Single Hotupdate::<Progress>k__BackingField
|
|
float ___U3CProgressU3Ek__BackingField_14;
|
|
// System.Boolean Hotupdate::<Done>k__BackingField
|
|
bool ___U3CDoneU3Ek__BackingField_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__base_path_4() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____base_path_4)); }
|
|
inline String_t* get__base_path_4() const { return ____base_path_4; }
|
|
inline String_t** get_address_of__base_path_4() { return &____base_path_4; }
|
|
inline void set__base_path_4(String_t* value)
|
|
{
|
|
____base_path_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____base_path_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__server_version_5() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____server_version_5)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get__server_version_5() const { return ____server_version_5; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of__server_version_5() { return &____server_version_5; }
|
|
inline void set__server_version_5(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
____server_version_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____server_version_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__local_version_6() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____local_version_6)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get__local_version_6() const { return ____local_version_6; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of__local_version_6() { return &____local_version_6; }
|
|
inline void set__local_version_6(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
____local_version_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____local_version_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__with_pack_7() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____with_pack_7)); }
|
|
inline int32_t get__with_pack_7() const { return ____with_pack_7; }
|
|
inline int32_t* get_address_of__with_pack_7() { return &____with_pack_7; }
|
|
inline void set__with_pack_7(int32_t value)
|
|
{
|
|
____with_pack_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stage_8() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____stage_8)); }
|
|
inline float get__stage_8() const { return ____stage_8; }
|
|
inline float* get_address_of__stage_8() { return &____stage_8; }
|
|
inline void set__stage_8(float value)
|
|
{
|
|
____stage_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isBuild32lua_9() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___isBuild32lua_9)); }
|
|
inline bool get_isBuild32lua_9() const { return ___isBuild32lua_9; }
|
|
inline bool* get_address_of_isBuild32lua_9() { return &___isBuild32lua_9; }
|
|
inline void set_isBuild32lua_9(bool value)
|
|
{
|
|
___isBuild32lua_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CTextTipU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CTextTipU3Ek__BackingField_10)); }
|
|
inline String_t* get_U3CTextTipU3Ek__BackingField_10() const { return ___U3CTextTipU3Ek__BackingField_10; }
|
|
inline String_t** get_address_of_U3CTextTipU3Ek__BackingField_10() { return &___U3CTextTipU3Ek__BackingField_10; }
|
|
inline void set_U3CTextTipU3Ek__BackingField_10(String_t* value)
|
|
{
|
|
___U3CTextTipU3Ek__BackingField_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CTextTipU3Ek__BackingField_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CAssetNameU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CAssetNameU3Ek__BackingField_11)); }
|
|
inline String_t* get_U3CAssetNameU3Ek__BackingField_11() const { return ___U3CAssetNameU3Ek__BackingField_11; }
|
|
inline String_t** get_address_of_U3CAssetNameU3Ek__BackingField_11() { return &___U3CAssetNameU3Ek__BackingField_11; }
|
|
inline void set_U3CAssetNameU3Ek__BackingField_11(String_t* value)
|
|
{
|
|
___U3CAssetNameU3Ek__BackingField_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CAssetNameU3Ek__BackingField_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CHideDetailU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CHideDetailU3Ek__BackingField_12)); }
|
|
inline bool get_U3CHideDetailU3Ek__BackingField_12() const { return ___U3CHideDetailU3Ek__BackingField_12; }
|
|
inline bool* get_address_of_U3CHideDetailU3Ek__BackingField_12() { return &___U3CHideDetailU3Ek__BackingField_12; }
|
|
inline void set_U3CHideDetailU3Ek__BackingField_12(bool value)
|
|
{
|
|
___U3CHideDetailU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tip_callback_13() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ____tip_callback_13)); }
|
|
inline Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * get__tip_callback_13() const { return ____tip_callback_13; }
|
|
inline Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 ** get_address_of__tip_callback_13() { return &____tip_callback_13; }
|
|
inline void set__tip_callback_13(Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * value)
|
|
{
|
|
____tip_callback_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____tip_callback_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CProgressU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CProgressU3Ek__BackingField_14)); }
|
|
inline float get_U3CProgressU3Ek__BackingField_14() const { return ___U3CProgressU3Ek__BackingField_14; }
|
|
inline float* get_address_of_U3CProgressU3Ek__BackingField_14() { return &___U3CProgressU3Ek__BackingField_14; }
|
|
inline void set_U3CProgressU3Ek__BackingField_14(float value)
|
|
{
|
|
___U3CProgressU3Ek__BackingField_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CDoneU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB, ___U3CDoneU3Ek__BackingField_15)); }
|
|
inline bool get_U3CDoneU3Ek__BackingField_15() const { return ___U3CDoneU3Ek__BackingField_15; }
|
|
inline bool* get_address_of_U3CDoneU3Ek__BackingField_15() { return &___U3CDoneU3Ek__BackingField_15; }
|
|
inline void set_U3CDoneU3Ek__BackingField_15(bool value)
|
|
{
|
|
___U3CDoneU3Ek__BackingField_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields
|
|
{
|
|
public:
|
|
// System.String Hotupdate::PackUrl
|
|
String_t* ___PackUrl_2;
|
|
// System.Collections.Generic.Dictionary`2<System.String,Version> Hotupdate::localVersionMap
|
|
Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * ___localVersionMap_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_PackUrl_2() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields, ___PackUrl_2)); }
|
|
inline String_t* get_PackUrl_2() const { return ___PackUrl_2; }
|
|
inline String_t** get_address_of_PackUrl_2() { return &___PackUrl_2; }
|
|
inline void set_PackUrl_2(String_t* value)
|
|
{
|
|
___PackUrl_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___PackUrl_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_localVersionMap_3() { return static_cast<int32_t>(offsetof(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields, ___localVersionMap_3)); }
|
|
inline Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * get_localVersionMap_3() const { return ___localVersionMap_3; }
|
|
inline Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F ** get_address_of_localVersionMap_3() { return &___localVersionMap_3; }
|
|
inline void set_localVersionMap_3(Dictionary_2_tE3253AB5EAA7AF378B22DBA61D72F54D3B780E5F * value)
|
|
{
|
|
___localVersionMap_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___localVersionMap_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.CachedAssetBundle>
|
|
struct StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t90161CFBCC23FC820240CCDFEBF9A3C3A9EE9EDB * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_StaticFields, ___Push_0)); }
|
|
inline Action_2_t90161CFBCC23FC820240CCDFEBF9A3C3A9EE9EDB * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t90161CFBCC23FC820240CCDFEBF9A3C3A9EE9EDB ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t90161CFBCC23FC820240CCDFEBF9A3C3A9EE9EDB * 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_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_StaticFields, ___Check_1)); }
|
|
inline Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * 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_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_StaticFields, ___To_2)); }
|
|
inline Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.Hash128>
|
|
struct StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tE072638AEFD3C03D09DB43E084FE08A09420426D * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_StaticFields, ___Push_0)); }
|
|
inline Action_2_tE072638AEFD3C03D09DB43E084FE08A09420426D * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tE072638AEFD3C03D09DB43E084FE08A09420426D ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tE072638AEFD3C03D09DB43E084FE08A09420426D * 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_tC1385218F09723123ED83D8F2517398065DA64AF_StaticFields, ___Check_1)); }
|
|
inline Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * 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_tC1385218F09723123ED83D8F2517398065DA64AF_StaticFields, ___To_2)); }
|
|
inline Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * get_To_2() const { return ___To_2; }
|
|
inline Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.WrapMode>
|
|
struct StackTraits_1_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_StaticFields, ___Push_0)); }
|
|
inline Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 * 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_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_StaticFields, ___Check_1)); }
|
|
inline Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 * 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_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_StaticFields, ___To_2)); }
|
|
inline Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tDF876B53EDFD53AF59E99618057543CF3B2B7BC6 * 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.TypeTraits`1<UnityEngine.WrapMode>
|
|
struct TypeTraits_1_t718CB68045427C7B6BC0503488255EA9E47F5708 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t718CB68045427C7B6BC0503488255EA9E47F5708_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_t718CB68045427C7B6BC0503488255EA9E47F5708_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_t718CB68045427C7B6BC0503488255EA9E47F5708_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_t718CB68045427C7B6BC0503488255EA9E47F5708_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_t718CB68045427C7B6BC0503488255EA9E47F5708_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_t718CB68045427C7B6BC0503488255EA9E47F5708_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_t718CB68045427C7B6BC0503488255EA9E47F5708_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_t718CB68045427C7B6BC0503488255EA9E47F5708_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;
|
|
}
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object[] System.Collections.ArrayList::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
|
|
// System.Int32 System.Collections.ArrayList::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.ArrayList::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.ArrayList::_syncRoot
|
|
RuntimeObject * ____syncRoot_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
|
|
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
|
|
inline int32_t get__size_1() const { return ____size_1; }
|
|
inline int32_t* get_address_of__size_1() { return &____size_1; }
|
|
inline void set__size_1(int32_t value)
|
|
{
|
|
____size_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
|
|
inline int32_t get__version_2() const { return ____version_2; }
|
|
inline int32_t* get_address_of__version_2() { return &____version_2; }
|
|
inline void set__version_2(int32_t value)
|
|
{
|
|
____version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
|
|
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
|
|
inline void set__syncRoot_3(RuntimeObject * value)
|
|
{
|
|
____syncRoot_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
|
|
{
|
|
public:
|
|
// System.Object[] System.Collections.ArrayList::emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_emptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; }
|
|
inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___emptyArray_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String>
|
|
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : 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_t034347107F1D23C91DE1D712EA637D904789415C* ___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_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
|
|
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
|
|
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
|
|
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * 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_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____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.Dictionary`2<System.String,UnityEngine.AudioClip>
|
|
struct Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 : 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_t00722CFBA42F3529BCEC52EF24D27591BB1B4954* ___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_t0F9A52FE18DBDF45376D1604484C369D74617F5C * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t75FC041493037D8FFEA3712F7C552E6AAC2CE6C5 * ___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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___entries_1)); }
|
|
inline EntryU5BU5D_t00722CFBA42F3529BCEC52EF24D27591BB1B4954* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t00722CFBA42F3529BCEC52EF24D27591BB1B4954** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t00722CFBA42F3529BCEC52EF24D27591BB1B4954* 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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___keys_7)); }
|
|
inline KeyCollection_t0F9A52FE18DBDF45376D1604484C369D74617F5C * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t0F9A52FE18DBDF45376D1604484C369D74617F5C ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t0F9A52FE18DBDF45376D1604484C369D74617F5C * 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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ___values_8)); }
|
|
inline ValueCollection_t75FC041493037D8FFEA3712F7C552E6AAC2CE6C5 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t75FC041493037D8FFEA3712F7C552E6AAC2CE6C5 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t75FC041493037D8FFEA3712F7C552E6AAC2CE6C5 * 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_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6, ____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.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<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_55;
|
|
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
|
|
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
|
|
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
|
|
bool ___m_deserializedFromEverett_57;
|
|
// System.Boolean System.Text.Encoding::m_isReadOnly
|
|
bool ___m_isReadOnly_58;
|
|
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
|
|
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
|
|
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
|
|
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
|
|
inline void set_m_codePage_55(int32_t value)
|
|
{
|
|
___m_codePage_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
|
|
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
|
|
{
|
|
___dataItem_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
|
|
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
|
|
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
|
|
inline void set_m_deserializedFromEverett_57(bool value)
|
|
{
|
|
___m_deserializedFromEverett_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
|
|
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
|
|
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
|
|
inline void set_m_isReadOnly_58(bool value)
|
|
{
|
|
___m_isReadOnly_58 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
|
|
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___encoderFallback_59 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
|
|
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___decoderFallback_60 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (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_61;
|
|
|
|
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_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
|
|
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_61 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.CustomYieldInstruction
|
|
struct CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.WWWForm
|
|
struct WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<System.Byte[]> UnityEngine.WWWForm::formData
|
|
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ___formData_0;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::fieldNames
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fieldNames_1;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::fileNames
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fileNames_2;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::types
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___types_3;
|
|
// System.Byte[] UnityEngine.WWWForm::boundary
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___boundary_4;
|
|
// System.Boolean UnityEngine.WWWForm::containsFiles
|
|
bool ___containsFiles_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_formData_0() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___formData_0)); }
|
|
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * get_formData_0() const { return ___formData_0; }
|
|
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 ** get_address_of_formData_0() { return &___formData_0; }
|
|
inline void set_formData_0(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * value)
|
|
{
|
|
___formData_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___formData_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fieldNames_1() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___fieldNames_1)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_fieldNames_1() const { return ___fieldNames_1; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_fieldNames_1() { return &___fieldNames_1; }
|
|
inline void set_fieldNames_1(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___fieldNames_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fieldNames_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fileNames_2() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___fileNames_2)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_fileNames_2() const { return ___fileNames_2; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_fileNames_2() { return &___fileNames_2; }
|
|
inline void set_fileNames_2(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___fileNames_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fileNames_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_types_3() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___types_3)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_types_3() const { return ___types_3; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_types_3() { return &___types_3; }
|
|
inline void set_types_3(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___types_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___types_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_boundary_4() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___boundary_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_boundary_4() const { return ___boundary_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_boundary_4() { return &___boundary_4; }
|
|
inline void set_boundary_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___boundary_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___boundary_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_containsFiles_5() { return static_cast<int32_t>(offsetof(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24, ___containsFiles_5)); }
|
|
inline bool get_containsFiles_5() const { return ___containsFiles_5; }
|
|
inline bool* get_address_of_containsFiles_5() { return &___containsFiles_5; }
|
|
inline void set_containsFiles_5(bool value)
|
|
{
|
|
___containsFiles_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.YieldInstruction
|
|
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.YieldInstruction
|
|
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine_TextureWrap
|
|
struct UnityEngine_TextureWrap_t6010A74A6C01F00DFB55C7A79E372BD97BB46C04 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_TimeWrap
|
|
struct UnityEngine_TimeWrap_tECBDF34C5BAEB37025D33C677CD54900A16C814B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_TrackedReferenceWrap
|
|
struct UnityEngine_TrackedReferenceWrap_t572C880476767F1D67678D8B23C482BF446B6ABE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_TransformWrap
|
|
struct UnityEngine_TransformWrap_t58FAED8AE89B821A3A897E230268388AC5CDCAE6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_WWWWrap
|
|
struct UnityEngine_WWWWrap_t337DBA93901186938D3A650441C1ED87E2181B1C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_WrapModeWrap
|
|
struct UnityEngine_WrapModeWrap_t4565A5E6B0D4A4B060AA3DF9126765DF7EA3604E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// VerCheck_<>c__DisplayClass14_0
|
|
struct U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable VerCheck_<>c__DisplayClass14_0::_plat_data
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____plat_data_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__plat_data_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30, ____plat_data_0)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__plat_data_0() const { return ____plat_data_0; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__plat_data_0() { return &____plat_data_0; }
|
|
inline void set__plat_data_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
____plat_data_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____plat_data_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck_<>c__DisplayClass15_0
|
|
struct U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC : public RuntimeObject
|
|
{
|
|
public:
|
|
// VerCheck VerCheck_<>c__DisplayClass15_0::<>4__this
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___U3CU3E4__this_0;
|
|
// Version VerCheck_<>c__DisplayClass15_0::server_version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___server_version_1;
|
|
// System.Action VerCheck_<>c__DisplayClass15_0::<>9__0
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___U3CU3E9__0_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC, ___U3CU3E4__this_0)); }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
|
|
inline void set_U3CU3E4__this_0(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * value)
|
|
{
|
|
___U3CU3E4__this_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_server_version_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC, ___server_version_1)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_server_version_1() const { return ___server_version_1; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_server_version_1() { return &___server_version_1; }
|
|
inline void set_server_version_1(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___server_version_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___server_version_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E9__0_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC, ___U3CU3E9__0_2)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_U3CU3E9__0_2() const { return ___U3CU3E9__0_2; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_U3CU3E9__0_2() { return &___U3CU3E9__0_2; }
|
|
inline void set_U3CU3E9__0_2(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___U3CU3E9__0_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck_<>c__DisplayClass15_1
|
|
struct U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA : public RuntimeObject
|
|
{
|
|
public:
|
|
// FairyGUI.GSlider VerCheck_<>c__DisplayClass15_1::_pd
|
|
GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * ____pd_0;
|
|
// System.Boolean VerCheck_<>c__DisplayClass15_1::ver_check
|
|
bool ___ver_check_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__pd_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA, ____pd_0)); }
|
|
inline GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * get__pd_0() const { return ____pd_0; }
|
|
inline GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 ** get_address_of__pd_0() { return &____pd_0; }
|
|
inline void set__pd_0(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * value)
|
|
{
|
|
____pd_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____pd_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ver_check_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA, ___ver_check_1)); }
|
|
inline bool get_ver_check_1() const { return ___ver_check_1; }
|
|
inline bool* get_address_of_ver_check_1() { return &___ver_check_1; }
|
|
inline void set_ver_check_1(bool value)
|
|
{
|
|
___ver_check_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck_<>c__DisplayClass17_0
|
|
struct U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D : public RuntimeObject
|
|
{
|
|
public:
|
|
// FairyGUI.Controller VerCheck_<>c__DisplayClass17_0::ctr_state
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___ctr_state_0;
|
|
// System.Action VerCheck_<>c__DisplayClass17_0::callback
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___callback_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ctr_state_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D, ___ctr_state_0)); }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get_ctr_state_0() const { return ___ctr_state_0; }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of_ctr_state_0() { return &___ctr_state_0; }
|
|
inline void set_ctr_state_0(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
|
|
{
|
|
___ctr_state_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ctr_state_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D, ___callback_1)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_callback_1() const { return ___callback_1; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_callback_1() { return &___callback_1; }
|
|
inline void set_callback_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___callback_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck_<CheckAssetConfig>d__15
|
|
struct U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 VerCheck_<CheckAssetConfig>d__15::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object VerCheck_<CheckAssetConfig>d__15::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// VerCheck VerCheck_<CheckAssetConfig>d__15::<>4__this
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___U3CU3E4__this_2;
|
|
// Version VerCheck_<CheckAssetConfig>d__15::server_version
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___server_version_3;
|
|
// VerCheck_<>c__DisplayClass15_0 VerCheck_<CheckAssetConfig>d__15::<>8__1
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * ___U3CU3E8__1_4;
|
|
// VerCheck_<>c__DisplayClass15_1 VerCheck_<CheckAssetConfig>d__15::<>8__2
|
|
U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * ___U3CU3E8__2_5;
|
|
// FairyGUI.GObject VerCheck_<CheckAssetConfig>d__15::<v_tex_info>5__2
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3Cv_tex_infoU3E5__2_6;
|
|
// System.String VerCheck_<CheckAssetConfig>d__15::<asset_config_text>5__3
|
|
String_t* ___U3Casset_config_textU3E5__3_7;
|
|
// System.Single VerCheck_<CheckAssetConfig>d__15::<downTimeOut>5__4
|
|
float ___U3CdownTimeOutU3E5__4_8;
|
|
// UnityEngine.WWW VerCheck_<CheckAssetConfig>d__15::<request>5__5
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * ___U3CrequestU3E5__5_9;
|
|
// System.Single VerCheck_<CheckAssetConfig>d__15::<timeOut>5__6
|
|
float ___U3CtimeOutU3E5__6_10;
|
|
// System.Single VerCheck_<CheckAssetConfig>d__15::<process>5__7
|
|
float ___U3CprocessU3E5__7_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CU3E4__this_2)); }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
|
|
inline void set_U3CU3E4__this_2(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * value)
|
|
{
|
|
___U3CU3E4__this_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_server_version_3() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___server_version_3)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_server_version_3() const { return ___server_version_3; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_server_version_3() { return &___server_version_3; }
|
|
inline void set_server_version_3(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___server_version_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___server_version_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E8__1_4() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CU3E8__1_4)); }
|
|
inline U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * get_U3CU3E8__1_4() const { return ___U3CU3E8__1_4; }
|
|
inline U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC ** get_address_of_U3CU3E8__1_4() { return &___U3CU3E8__1_4; }
|
|
inline void set_U3CU3E8__1_4(U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * value)
|
|
{
|
|
___U3CU3E8__1_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E8__1_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E8__2_5() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CU3E8__2_5)); }
|
|
inline U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * get_U3CU3E8__2_5() const { return ___U3CU3E8__2_5; }
|
|
inline U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA ** get_address_of_U3CU3E8__2_5() { return &___U3CU3E8__2_5; }
|
|
inline void set_U3CU3E8__2_5(U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * value)
|
|
{
|
|
___U3CU3E8__2_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E8__2_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3Cv_tex_infoU3E5__2_6() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3Cv_tex_infoU3E5__2_6)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3Cv_tex_infoU3E5__2_6() const { return ___U3Cv_tex_infoU3E5__2_6; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3Cv_tex_infoU3E5__2_6() { return &___U3Cv_tex_infoU3E5__2_6; }
|
|
inline void set_U3Cv_tex_infoU3E5__2_6(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
___U3Cv_tex_infoU3E5__2_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3Cv_tex_infoU3E5__2_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3Casset_config_textU3E5__3_7() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3Casset_config_textU3E5__3_7)); }
|
|
inline String_t* get_U3Casset_config_textU3E5__3_7() const { return ___U3Casset_config_textU3E5__3_7; }
|
|
inline String_t** get_address_of_U3Casset_config_textU3E5__3_7() { return &___U3Casset_config_textU3E5__3_7; }
|
|
inline void set_U3Casset_config_textU3E5__3_7(String_t* value)
|
|
{
|
|
___U3Casset_config_textU3E5__3_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3Casset_config_textU3E5__3_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CdownTimeOutU3E5__4_8() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CdownTimeOutU3E5__4_8)); }
|
|
inline float get_U3CdownTimeOutU3E5__4_8() const { return ___U3CdownTimeOutU3E5__4_8; }
|
|
inline float* get_address_of_U3CdownTimeOutU3E5__4_8() { return &___U3CdownTimeOutU3E5__4_8; }
|
|
inline void set_U3CdownTimeOutU3E5__4_8(float value)
|
|
{
|
|
___U3CdownTimeOutU3E5__4_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CrequestU3E5__5_9() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CrequestU3E5__5_9)); }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * get_U3CrequestU3E5__5_9() const { return ___U3CrequestU3E5__5_9; }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 ** get_address_of_U3CrequestU3E5__5_9() { return &___U3CrequestU3E5__5_9; }
|
|
inline void set_U3CrequestU3E5__5_9(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * value)
|
|
{
|
|
___U3CrequestU3E5__5_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__5_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CtimeOutU3E5__6_10() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CtimeOutU3E5__6_10)); }
|
|
inline float get_U3CtimeOutU3E5__6_10() const { return ___U3CtimeOutU3E5__6_10; }
|
|
inline float* get_address_of_U3CtimeOutU3E5__6_10() { return &___U3CtimeOutU3E5__6_10; }
|
|
inline void set_U3CtimeOutU3E5__6_10(float value)
|
|
{
|
|
___U3CtimeOutU3E5__6_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CprocessU3E5__7_11() { return static_cast<int32_t>(offsetof(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52, ___U3CprocessU3E5__7_11)); }
|
|
inline float get_U3CprocessU3E5__7_11() const { return ___U3CprocessU3E5__7_11; }
|
|
inline float* get_address_of_U3CprocessU3E5__7_11() { return &___U3CprocessU3E5__7_11; }
|
|
inline void set_U3CprocessU3E5__7_11(float value)
|
|
{
|
|
___U3CprocessU3E5__7_11 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck_<CheckNet>d__14
|
|
struct U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 VerCheck_<CheckNet>d__14::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object VerCheck_<CheckNet>d__14::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// VerCheck VerCheck_<CheckNet>d__14::<>4__this
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___U3CU3E4__this_2;
|
|
// System.Single VerCheck_<CheckNet>d__14::<downTimeOut>5__2
|
|
float ___U3CdownTimeOutU3E5__2_3;
|
|
// UnityEngine.WWW VerCheck_<CheckNet>d__14::<request1>5__3
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * ___U3Crequest1U3E5__3_4;
|
|
// System.Single VerCheck_<CheckNet>d__14::<timeOut>5__4
|
|
float ___U3CtimeOutU3E5__4_5;
|
|
// System.Single VerCheck_<CheckNet>d__14::<process>5__5
|
|
float ___U3CprocessU3E5__5_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC, ___U3CU3E4__this_2)); }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
|
|
inline void set_U3CU3E4__this_2(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * value)
|
|
{
|
|
___U3CU3E4__this_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CdownTimeOutU3E5__2_3() { return static_cast<int32_t>(offsetof(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC, ___U3CdownTimeOutU3E5__2_3)); }
|
|
inline float get_U3CdownTimeOutU3E5__2_3() const { return ___U3CdownTimeOutU3E5__2_3; }
|
|
inline float* get_address_of_U3CdownTimeOutU3E5__2_3() { return &___U3CdownTimeOutU3E5__2_3; }
|
|
inline void set_U3CdownTimeOutU3E5__2_3(float value)
|
|
{
|
|
___U3CdownTimeOutU3E5__2_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3Crequest1U3E5__3_4() { return static_cast<int32_t>(offsetof(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC, ___U3Crequest1U3E5__3_4)); }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * get_U3Crequest1U3E5__3_4() const { return ___U3Crequest1U3E5__3_4; }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 ** get_address_of_U3Crequest1U3E5__3_4() { return &___U3Crequest1U3E5__3_4; }
|
|
inline void set_U3Crequest1U3E5__3_4(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * value)
|
|
{
|
|
___U3Crequest1U3E5__3_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3Crequest1U3E5__3_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CtimeOutU3E5__4_5() { return static_cast<int32_t>(offsetof(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC, ___U3CtimeOutU3E5__4_5)); }
|
|
inline float get_U3CtimeOutU3E5__4_5() const { return ___U3CtimeOutU3E5__4_5; }
|
|
inline float* get_address_of_U3CtimeOutU3E5__4_5() { return &___U3CtimeOutU3E5__4_5; }
|
|
inline void set_U3CtimeOutU3E5__4_5(float value)
|
|
{
|
|
___U3CtimeOutU3E5__4_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CprocessU3E5__5_6() { return static_cast<int32_t>(offsetof(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC, ___U3CprocessU3E5__5_6)); }
|
|
inline float get_U3CprocessU3E5__5_6() const { return ___U3CprocessU3E5__5_6; }
|
|
inline float* get_address_of_U3CprocessU3E5__5_6() { return &___U3CprocessU3E5__5_6; }
|
|
inline void set_U3CprocessU3E5__5_6(float value)
|
|
{
|
|
___U3CprocessU3E5__5_6 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck_<VersionUpdateCheck>d__16
|
|
struct U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 VerCheck_<VersionUpdateCheck>d__16::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object VerCheck_<VersionUpdateCheck>d__16::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// System.Collections.ArrayList VerCheck_<VersionUpdateCheck>d__16::asset_config_list
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___asset_config_list_2;
|
|
// VerCheck VerCheck_<VersionUpdateCheck>d__16::<>4__this
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___U3CU3E4__this_3;
|
|
// System.Action`2<System.Single,System.Boolean> VerCheck_<VersionUpdateCheck>d__16::onback
|
|
Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * ___onback_4;
|
|
// FairyGUI.GObject VerCheck_<VersionUpdateCheck>d__16::tip
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___tip_5;
|
|
// Version VerCheck_<VersionUpdateCheck>d__16::<local_version>5__2
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___U3Clocal_versionU3E5__2_6;
|
|
// System.Int32 VerCheck_<VersionUpdateCheck>d__16::<i>5__3
|
|
int32_t ___U3CiU3E5__3_7;
|
|
// System.String VerCheck_<VersionUpdateCheck>d__16::<b_path>5__4
|
|
String_t* ___U3Cb_pathU3E5__4_8;
|
|
// Hotupdate VerCheck_<VersionUpdateCheck>d__16::<version_update>5__5
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * ___U3Cversion_updateU3E5__5_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_asset_config_list_2() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___asset_config_list_2)); }
|
|
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_asset_config_list_2() const { return ___asset_config_list_2; }
|
|
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_asset_config_list_2() { return &___asset_config_list_2; }
|
|
inline void set_asset_config_list_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
|
|
{
|
|
___asset_config_list_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___asset_config_list_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___U3CU3E4__this_3)); }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; }
|
|
inline void set_U3CU3E4__this_3(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * value)
|
|
{
|
|
___U3CU3E4__this_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_onback_4() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___onback_4)); }
|
|
inline Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * get_onback_4() const { return ___onback_4; }
|
|
inline Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 ** get_address_of_onback_4() { return &___onback_4; }
|
|
inline void set_onback_4(Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * value)
|
|
{
|
|
___onback_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___onback_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tip_5() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___tip_5)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_tip_5() const { return ___tip_5; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_tip_5() { return &___tip_5; }
|
|
inline void set_tip_5(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
___tip_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___tip_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3Clocal_versionU3E5__2_6() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___U3Clocal_versionU3E5__2_6)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_U3Clocal_versionU3E5__2_6() const { return ___U3Clocal_versionU3E5__2_6; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_U3Clocal_versionU3E5__2_6() { return &___U3Clocal_versionU3E5__2_6; }
|
|
inline void set_U3Clocal_versionU3E5__2_6(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___U3Clocal_versionU3E5__2_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3Clocal_versionU3E5__2_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CiU3E5__3_7() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___U3CiU3E5__3_7)); }
|
|
inline int32_t get_U3CiU3E5__3_7() const { return ___U3CiU3E5__3_7; }
|
|
inline int32_t* get_address_of_U3CiU3E5__3_7() { return &___U3CiU3E5__3_7; }
|
|
inline void set_U3CiU3E5__3_7(int32_t value)
|
|
{
|
|
___U3CiU3E5__3_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3Cb_pathU3E5__4_8() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___U3Cb_pathU3E5__4_8)); }
|
|
inline String_t* get_U3Cb_pathU3E5__4_8() const { return ___U3Cb_pathU3E5__4_8; }
|
|
inline String_t** get_address_of_U3Cb_pathU3E5__4_8() { return &___U3Cb_pathU3E5__4_8; }
|
|
inline void set_U3Cb_pathU3E5__4_8(String_t* value)
|
|
{
|
|
___U3Cb_pathU3E5__4_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3Cb_pathU3E5__4_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3Cversion_updateU3E5__5_9() { return static_cast<int32_t>(offsetof(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7, ___U3Cversion_updateU3E5__5_9)); }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * get_U3Cversion_updateU3E5__5_9() const { return ___U3Cversion_updateU3E5__5_9; }
|
|
inline Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB ** get_address_of_U3Cversion_updateU3E5__5_9() { return &___U3Cversion_updateU3E5__5_9; }
|
|
inline void set_U3Cversion_updateU3E5__5_9(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * value)
|
|
{
|
|
___U3Cversion_updateU3E5__5_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3Cversion_updateU3E5__5_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck_<__WaitReset>d__11
|
|
struct U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 VerCheck_<__WaitReset>d__11::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object VerCheck_<__WaitReset>d__11::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// VerCheck VerCheck_<__WaitReset>d__11::<>4__this
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___U3CU3E4__this_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462, ___U3CU3E4__this_2)); }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
|
|
inline void set_U3CU3E4__this_2(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * value)
|
|
{
|
|
___U3CU3E4__this_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Version
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Version::_max_version
|
|
int32_t ____max_version_0;
|
|
// System.Int32 Version::_min_version
|
|
int32_t ____min_version_1;
|
|
// System.Int32 Version::_pack_version
|
|
int32_t ____pack_version_2;
|
|
// System.String Version::_version
|
|
String_t* ____version_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__max_version_0() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____max_version_0)); }
|
|
inline int32_t get__max_version_0() const { return ____max_version_0; }
|
|
inline int32_t* get_address_of__max_version_0() { return &____max_version_0; }
|
|
inline void set__max_version_0(int32_t value)
|
|
{
|
|
____max_version_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__min_version_1() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____min_version_1)); }
|
|
inline int32_t get__min_version_1() const { return ____min_version_1; }
|
|
inline int32_t* get_address_of__min_version_1() { return &____min_version_1; }
|
|
inline void set__min_version_1(int32_t value)
|
|
{
|
|
____min_version_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pack_version_2() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____pack_version_2)); }
|
|
inline int32_t get__pack_version_2() const { return ____pack_version_2; }
|
|
inline int32_t* get_address_of__pack_version_2() { return &____pack_version_2; }
|
|
inline void set__pack_version_2(int32_t value)
|
|
{
|
|
____pack_version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE, ____version_3)); }
|
|
inline String_t* get__version_3() const { return ____version_3; }
|
|
inline String_t** get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(String_t* value)
|
|
{
|
|
____version_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____version_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_StaticFields
|
|
{
|
|
public:
|
|
// Version Version::DEFUALT
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___DEFUALT_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DEFUALT_4() { return static_cast<int32_t>(offsetof(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_StaticFields, ___DEFUALT_4)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_DEFUALT_4() const { return ___DEFUALT_4; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_DEFUALT_4() { return &___DEFUALT_4; }
|
|
inline void set_DEFUALT_4(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___DEFUALT_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DEFUALT_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// VersionWrap
|
|
struct VersionWrap_t5B285A03505E0CC5237D013A84989E506C8E9D8D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// Voice
|
|
struct Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields
|
|
{
|
|
public:
|
|
// System.String Voice::VoiceUpload
|
|
String_t* ___VoiceUpload_1;
|
|
// System.String Voice::VoiceDownload
|
|
String_t* ___VoiceDownload_2;
|
|
// UnityEngine.AudioClip Voice::_clip
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ____clip_3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String> Voice::cacheRecordUrlMap
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___cacheRecordUrlMap_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip> Voice::cacheRecordClipMap
|
|
Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * ___cacheRecordClipMap_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_VoiceUpload_1() { return static_cast<int32_t>(offsetof(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields, ___VoiceUpload_1)); }
|
|
inline String_t* get_VoiceUpload_1() const { return ___VoiceUpload_1; }
|
|
inline String_t** get_address_of_VoiceUpload_1() { return &___VoiceUpload_1; }
|
|
inline void set_VoiceUpload_1(String_t* value)
|
|
{
|
|
___VoiceUpload_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___VoiceUpload_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_VoiceDownload_2() { return static_cast<int32_t>(offsetof(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields, ___VoiceDownload_2)); }
|
|
inline String_t* get_VoiceDownload_2() const { return ___VoiceDownload_2; }
|
|
inline String_t** get_address_of_VoiceDownload_2() { return &___VoiceDownload_2; }
|
|
inline void set_VoiceDownload_2(String_t* value)
|
|
{
|
|
___VoiceDownload_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___VoiceDownload_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__clip_3() { return static_cast<int32_t>(offsetof(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields, ____clip_3)); }
|
|
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * get__clip_3() const { return ____clip_3; }
|
|
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 ** get_address_of__clip_3() { return &____clip_3; }
|
|
inline void set__clip_3(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * value)
|
|
{
|
|
____clip_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____clip_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cacheRecordUrlMap_4() { return static_cast<int32_t>(offsetof(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields, ___cacheRecordUrlMap_4)); }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_cacheRecordUrlMap_4() const { return ___cacheRecordUrlMap_4; }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_cacheRecordUrlMap_4() { return &___cacheRecordUrlMap_4; }
|
|
inline void set_cacheRecordUrlMap_4(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
|
|
{
|
|
___cacheRecordUrlMap_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cacheRecordUrlMap_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cacheRecordClipMap_5() { return static_cast<int32_t>(offsetof(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields, ___cacheRecordClipMap_5)); }
|
|
inline Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * get_cacheRecordClipMap_5() const { return ___cacheRecordClipMap_5; }
|
|
inline Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 ** get_address_of_cacheRecordClipMap_5() { return &___cacheRecordClipMap_5; }
|
|
inline void set_cacheRecordClipMap_5(Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * value)
|
|
{
|
|
___cacheRecordClipMap_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cacheRecordClipMap_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Voice_<DownloadVoice>d__11
|
|
struct U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Voice_<DownloadVoice>d__11::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Voice_<DownloadVoice>d__11::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// System.String Voice_<DownloadVoice>d__11::url
|
|
String_t* ___url_2;
|
|
// LuaInterface.LuaFunction Voice_<DownloadVoice>d__11::callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_3;
|
|
// UnityEngine.WWW Voice_<DownloadVoice>d__11::<www>5__2
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * ___U3CwwwU3E5__2_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_url_2() { return static_cast<int32_t>(offsetof(U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5, ___url_2)); }
|
|
inline String_t* get_url_2() const { return ___url_2; }
|
|
inline String_t** get_address_of_url_2() { return &___url_2; }
|
|
inline void set_url_2(String_t* value)
|
|
{
|
|
___url_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___url_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_3() { return static_cast<int32_t>(offsetof(U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5, ___callback_3)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_3() const { return ___callback_3; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_3() { return &___callback_3; }
|
|
inline void set_callback_3(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___callback_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CwwwU3E5__2_4() { return static_cast<int32_t>(offsetof(U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5, ___U3CwwwU3E5__2_4)); }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * get_U3CwwwU3E5__2_4() const { return ___U3CwwwU3E5__2_4; }
|
|
inline WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 ** get_address_of_U3CwwwU3E5__2_4() { return &___U3CwwwU3E5__2_4; }
|
|
inline void set_U3CwwwU3E5__2_4(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * value)
|
|
{
|
|
___U3CwwwU3E5__2_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CwwwU3E5__2_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Voice_<UpLoad>d__8
|
|
struct U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 Voice_<UpLoad>d__8::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object Voice_<UpLoad>d__8::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// System.Byte[] Voice_<UpLoad>d__8::data
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data_2;
|
|
// System.String Voice_<UpLoad>d__8::filename
|
|
String_t* ___filename_3;
|
|
// LuaInterface.LuaFunction Voice_<UpLoad>d__8::callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25, ___U3CU3E2__current_1)); }
|
|
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(RuntimeObject * value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_2() { return static_cast<int32_t>(offsetof(U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25, ___data_2)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_data_2() const { return ___data_2; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_data_2() { return &___data_2; }
|
|
inline void set_data_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___data_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_filename_3() { return static_cast<int32_t>(offsetof(U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25, ___filename_3)); }
|
|
inline String_t* get_filename_3() const { return ___filename_3; }
|
|
inline String_t** get_address_of_filename_3() { return &___filename_3; }
|
|
inline void set_filename_3(String_t* value)
|
|
{
|
|
___filename_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___filename_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_callback_4() { return static_cast<int32_t>(offsetof(U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25, ___callback_4)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_4() const { return ___callback_4; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_4() { return &___callback_4; }
|
|
inline void set_callback_4(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___callback_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// VoiceWrap
|
|
struct VoiceWrap_tF54A8FC123EFE0D1B854B331002F51E0FA3E05C8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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.Controller
|
|
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
|
|
{
|
|
public:
|
|
// System.String FairyGUI.Controller::name
|
|
String_t* ___name_2;
|
|
// FairyGUI.GComponent FairyGUI.Controller::parent
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___parent_3;
|
|
// System.Boolean FairyGUI.Controller::autoRadioGroupDepth
|
|
bool ___autoRadioGroupDepth_4;
|
|
// System.Boolean FairyGUI.Controller::changing
|
|
bool ___changing_5;
|
|
// System.Int32 FairyGUI.Controller::_selectedIndex
|
|
int32_t ____selectedIndex_6;
|
|
// System.Int32 FairyGUI.Controller::_previousIndex
|
|
int32_t ____previousIndex_7;
|
|
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageIds
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageIds_8;
|
|
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageNames
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageNames_9;
|
|
// System.Collections.Generic.List`1<FairyGUI.ControllerAction> FairyGUI.Controller::_actions
|
|
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * ____actions_10;
|
|
// FairyGUI.EventListener FairyGUI.Controller::_onChanged
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___name_2)); }
|
|
inline String_t* get_name_2() const { return ___name_2; }
|
|
inline String_t** get_address_of_name_2() { return &___name_2; }
|
|
inline void set_name_2(String_t* value)
|
|
{
|
|
___name_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_3() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___parent_3)); }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_parent_3() const { return ___parent_3; }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_parent_3() { return &___parent_3; }
|
|
inline void set_parent_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
|
|
{
|
|
___parent_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_autoRadioGroupDepth_4() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___autoRadioGroupDepth_4)); }
|
|
inline bool get_autoRadioGroupDepth_4() const { return ___autoRadioGroupDepth_4; }
|
|
inline bool* get_address_of_autoRadioGroupDepth_4() { return &___autoRadioGroupDepth_4; }
|
|
inline void set_autoRadioGroupDepth_4(bool value)
|
|
{
|
|
___autoRadioGroupDepth_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_changing_5() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___changing_5)); }
|
|
inline bool get_changing_5() const { return ___changing_5; }
|
|
inline bool* get_address_of_changing_5() { return &___changing_5; }
|
|
inline void set_changing_5(bool value)
|
|
{
|
|
___changing_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__selectedIndex_6() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____selectedIndex_6)); }
|
|
inline int32_t get__selectedIndex_6() const { return ____selectedIndex_6; }
|
|
inline int32_t* get_address_of__selectedIndex_6() { return &____selectedIndex_6; }
|
|
inline void set__selectedIndex_6(int32_t value)
|
|
{
|
|
____selectedIndex_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__previousIndex_7() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____previousIndex_7)); }
|
|
inline int32_t get__previousIndex_7() const { return ____previousIndex_7; }
|
|
inline int32_t* get_address_of__previousIndex_7() { return &____previousIndex_7; }
|
|
inline void set__previousIndex_7(int32_t value)
|
|
{
|
|
____previousIndex_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pageIds_8() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageIds_8)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageIds_8() const { return ____pageIds_8; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageIds_8() { return &____pageIds_8; }
|
|
inline void set__pageIds_8(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
____pageIds_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____pageIds_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pageNames_9() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageNames_9)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageNames_9() const { return ____pageNames_9; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageNames_9() { return &____pageNames_9; }
|
|
inline void set__pageNames_9(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
____pageNames_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____pageNames_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__actions_10() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____actions_10)); }
|
|
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * get__actions_10() const { return ____actions_10; }
|
|
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF ** get_address_of__actions_10() { return &____actions_10; }
|
|
inline void set__actions_10(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * value)
|
|
{
|
|
____actions_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____actions_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onChanged_11() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____onChanged_11)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_11() const { return ____onChanged_11; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_11() { return &____onChanged_11; }
|
|
inline void set__onChanged_11(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onChanged_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt32 FairyGUI.Controller::_nextPageId
|
|
uint32_t ____nextPageId_12;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__nextPageId_12() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields, ____nextPageId_12)); }
|
|
inline uint32_t get__nextPageId_12() const { return ____nextPageId_12; }
|
|
inline uint32_t* get_address_of__nextPageId_12() { return &____nextPageId_12; }
|
|
inline void set__nextPageId_12(uint32_t value)
|
|
{
|
|
____nextPageId_12 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.Margin
|
|
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.Margin::left
|
|
int32_t ___left_0;
|
|
// System.Int32 FairyGUI.Margin::right
|
|
int32_t ___right_1;
|
|
// System.Int32 FairyGUI.Margin::top
|
|
int32_t ___top_2;
|
|
// System.Int32 FairyGUI.Margin::bottom
|
|
int32_t ___bottom_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
|
|
inline int32_t get_left_0() const { return ___left_0; }
|
|
inline int32_t* get_address_of_left_0() { return &___left_0; }
|
|
inline void set_left_0(int32_t value)
|
|
{
|
|
___left_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
|
|
inline int32_t get_right_1() const { return ___right_1; }
|
|
inline int32_t* get_address_of_right_1() { return &___right_1; }
|
|
inline void set_right_1(int32_t value)
|
|
{
|
|
___right_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
|
|
inline int32_t get_top_2() const { return ___top_2; }
|
|
inline int32_t* get_address_of_top_2() { return &___top_2; }
|
|
inline void set_top_2(int32_t value)
|
|
{
|
|
___top_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
|
|
inline int32_t get_bottom_3() const { return ___bottom_3; }
|
|
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
|
|
inline void set_bottom_3(int32_t value)
|
|
{
|
|
___bottom_3 = 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.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Double
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
|
|
{
|
|
public:
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
|
|
inline double get_m_value_0() const { return ___m_value_0; }
|
|
inline double* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(double value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
|
|
{
|
|
public:
|
|
// System.Double System.Double::NegativeZero
|
|
double ___NegativeZero_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
|
|
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
|
|
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
|
|
inline void set_NegativeZero_7(double value)
|
|
{
|
|
___NegativeZero_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// 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.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.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:
|
|
};
|
|
|
|
|
|
// UnityEngine.Hash128
|
|
struct Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151
|
|
{
|
|
public:
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_0
|
|
uint32_t ___m_u32_0_0;
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_1
|
|
uint32_t ___m_u32_1_1;
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_2
|
|
uint32_t ___m_u32_2_2;
|
|
// System.UInt32 UnityEngine.Hash128::m_u32_3
|
|
uint32_t ___m_u32_3_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_u32_0_0() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_0_0)); }
|
|
inline uint32_t get_m_u32_0_0() const { return ___m_u32_0_0; }
|
|
inline uint32_t* get_address_of_m_u32_0_0() { return &___m_u32_0_0; }
|
|
inline void set_m_u32_0_0(uint32_t value)
|
|
{
|
|
___m_u32_0_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_u32_1_1() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_1_1)); }
|
|
inline uint32_t get_m_u32_1_1() const { return ___m_u32_1_1; }
|
|
inline uint32_t* get_address_of_m_u32_1_1() { return &___m_u32_1_1; }
|
|
inline void set_m_u32_1_1(uint32_t value)
|
|
{
|
|
___m_u32_1_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_u32_2_2() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_2_2)); }
|
|
inline uint32_t get_m_u32_2_2() const { return ___m_u32_2_2; }
|
|
inline uint32_t* get_address_of_m_u32_2_2() { return &___m_u32_2_2; }
|
|
inline void set_m_u32_2_2(uint32_t value)
|
|
{
|
|
___m_u32_2_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_u32_3_3() { return static_cast<int32_t>(offsetof(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151, ___m_u32_3_3)); }
|
|
inline uint32_t get_m_u32_3_3() const { return ___m_u32_3_3; }
|
|
inline uint32_t* get_address_of_m_u32_3_3() { return &___m_u32_3_3; }
|
|
inline void set_m_u32_3_3(uint32_t value)
|
|
{
|
|
___m_u32_3_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.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.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.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;
|
|
}
|
|
};
|
|
|
|
|
|
// securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B
|
|
{
|
|
public:
|
|
// System.String securityConnection::ip
|
|
String_t* ___ip_0;
|
|
// System.Int32 securityConnection::port
|
|
int32_t ___port_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ip_0() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___ip_0)); }
|
|
inline String_t* get_ip_0() const { return ___ip_0; }
|
|
inline String_t** get_address_of_ip_0() { return &___ip_0; }
|
|
inline void set_ip_0(String_t* value)
|
|
{
|
|
___ip_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ip_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_port_1() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___port_1)); }
|
|
inline int32_t get_port_1() const { return ___port_1; }
|
|
inline int32_t* get_address_of_port_1() { return &___port_1; }
|
|
inline void set_port_1(int32_t value)
|
|
{
|
|
___port_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_pinvoke
|
|
{
|
|
char ___ip_0[32];
|
|
int32_t ___port_1;
|
|
};
|
|
// Native definition for COM marshalling of securityConnection
|
|
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_com
|
|
{
|
|
char ___ip_0[32];
|
|
int32_t ___port_1;
|
|
};
|
|
|
|
// FairyGUI.ChildrenRenderOrder
|
|
struct ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.ChildrenRenderOrder::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.ProgressTitleType
|
|
struct ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.ProgressTitleType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
|
|
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::count
|
|
int32_t ___count_11;
|
|
// System.Int32 System.Collections.Hashtable::occupancy
|
|
int32_t ___occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::loadsize
|
|
int32_t ___loadsize_13;
|
|
// System.Single System.Collections.Hashtable::loadFactor
|
|
float ___loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
|
|
int32_t ___version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
|
|
bool ___isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::keys
|
|
RuntimeObject* ___keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::values
|
|
RuntimeObject* ___values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject * ____syncRoot_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; }
|
|
inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
|
|
{
|
|
___buckets_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_11() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); }
|
|
inline int32_t get_count_11() const { return ___count_11; }
|
|
inline int32_t* get_address_of_count_11() { return &___count_11; }
|
|
inline void set_count_11(int32_t value)
|
|
{
|
|
___count_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_occupancy_12() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); }
|
|
inline int32_t get_occupancy_12() const { return ___occupancy_12; }
|
|
inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; }
|
|
inline void set_occupancy_12(int32_t value)
|
|
{
|
|
___occupancy_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadsize_13() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); }
|
|
inline int32_t get_loadsize_13() const { return ___loadsize_13; }
|
|
inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; }
|
|
inline void set_loadsize_13(int32_t value)
|
|
{
|
|
___loadsize_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadFactor_14() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); }
|
|
inline float get_loadFactor_14() const { return ___loadFactor_14; }
|
|
inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; }
|
|
inline void set_loadFactor_14(float value)
|
|
{
|
|
___loadFactor_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); }
|
|
inline int32_t get_version_15() const { return ___version_15; }
|
|
inline int32_t* get_address_of_version_15() { return &___version_15; }
|
|
inline void set_version_15(int32_t value)
|
|
{
|
|
___version_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); }
|
|
inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; }
|
|
inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; }
|
|
inline void set_isWriterInProgress_16(bool value)
|
|
{
|
|
___isWriterInProgress_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_17() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); }
|
|
inline RuntimeObject* get_keys_17() const { return ___keys_17; }
|
|
inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; }
|
|
inline void set_keys_17(RuntimeObject* value)
|
|
{
|
|
___keys_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_18() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); }
|
|
inline RuntimeObject* get_values_18() const { return ___values_18; }
|
|
inline RuntimeObject** get_address_of_values_18() { return &___values_18; }
|
|
inline void set_values_18(RuntimeObject* value)
|
|
{
|
|
___values_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__keycomparer_19() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); }
|
|
inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; }
|
|
inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; }
|
|
inline void set__keycomparer_19(RuntimeObject* value)
|
|
{
|
|
____keycomparer_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_20() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); }
|
|
inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; }
|
|
inline void set__syncRoot_20(RuntimeObject * value)
|
|
{
|
|
____syncRoot_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)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.Nullable`1<UnityEngine.Rect>
|
|
struct Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___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_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___value_0)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_value_0() const { return ___value_0; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___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.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.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;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AnisotropicFiltering
|
|
struct AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnisotropicFiltering::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AudioType
|
|
struct AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AudioType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.CachedAssetBundle
|
|
struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3
|
|
{
|
|
public:
|
|
// System.String UnityEngine.CachedAssetBundle::m_Name
|
|
String_t* ___m_Name_0;
|
|
// UnityEngine.Hash128 UnityEngine.CachedAssetBundle::m_Hash
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Name_0() { return static_cast<int32_t>(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___m_Name_0)); }
|
|
inline String_t* get_m_Name_0() const { return ___m_Name_0; }
|
|
inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; }
|
|
inline void set_m_Name_0(String_t* value)
|
|
{
|
|
___m_Name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Hash_1() { return static_cast<int32_t>(offsetof(CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3, ___m_Hash_1)); }
|
|
inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 get_m_Hash_1() const { return ___m_Hash_1; }
|
|
inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 * get_address_of_m_Hash_1() { return &___m_Hash_1; }
|
|
inline void set_m_Hash_1(Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 value)
|
|
{
|
|
___m_Hash_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.CachedAssetBundle
|
|
struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_pinvoke
|
|
{
|
|
char* ___m_Name_0;
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.CachedAssetBundle
|
|
struct CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Name_0;
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___m_Hash_1;
|
|
};
|
|
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Coroutine::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.Experimental.Rendering.GraphicsFormat
|
|
struct GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Experimental.Rendering.GraphicsFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.FilterMode
|
|
struct FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.FilterMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.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.Rendering.TextureDimension
|
|
struct TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Rendering.TextureDimension::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.Space
|
|
struct Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Space::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___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.TextureWrapMode
|
|
struct TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TextureWrapMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ThreadPriority
|
|
struct ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.ThreadPriority::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.TrackedReference::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.WrapMode
|
|
struct WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.WrapMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GObject
|
|
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
|
|
{
|
|
public:
|
|
// System.String FairyGUI.GObject::<id>k__BackingField
|
|
String_t* ___U3CidU3Ek__BackingField_2;
|
|
// System.String FairyGUI.GObject::name
|
|
String_t* ___name_3;
|
|
// System.Object FairyGUI.GObject::data
|
|
RuntimeObject * ___data_4;
|
|
// System.Int32 FairyGUI.GObject::sourceWidth
|
|
int32_t ___sourceWidth_5;
|
|
// System.Int32 FairyGUI.GObject::sourceHeight
|
|
int32_t ___sourceHeight_6;
|
|
// System.Int32 FairyGUI.GObject::initWidth
|
|
int32_t ___initWidth_7;
|
|
// System.Int32 FairyGUI.GObject::initHeight
|
|
int32_t ___initHeight_8;
|
|
// System.Int32 FairyGUI.GObject::minWidth
|
|
int32_t ___minWidth_9;
|
|
// System.Int32 FairyGUI.GObject::maxWidth
|
|
int32_t ___maxWidth_10;
|
|
// System.Int32 FairyGUI.GObject::minHeight
|
|
int32_t ___minHeight_11;
|
|
// System.Int32 FairyGUI.GObject::maxHeight
|
|
int32_t ___maxHeight_12;
|
|
// FairyGUI.Relations FairyGUI.GObject::<relations>k__BackingField
|
|
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13;
|
|
// System.Nullable`1<UnityEngine.Rect> FairyGUI.GObject::dragBounds
|
|
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14;
|
|
// FairyGUI.GComponent FairyGUI.GObject::<parent>k__BackingField
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15;
|
|
// FairyGUI.DisplayObject FairyGUI.GObject::<displayObject>k__BackingField
|
|
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___U3CdisplayObjectU3Ek__BackingField_16;
|
|
// FairyGUI.PackageItem FairyGUI.GObject::packageItem
|
|
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_18;
|
|
// System.Single FairyGUI.GObject::_x
|
|
float ____x_19;
|
|
// System.Single FairyGUI.GObject::_y
|
|
float ____y_20;
|
|
// System.Single FairyGUI.GObject::_z
|
|
float ____z_21;
|
|
// System.Single FairyGUI.GObject::_pivotX
|
|
float ____pivotX_22;
|
|
// System.Single FairyGUI.GObject::_pivotY
|
|
float ____pivotY_23;
|
|
// System.Boolean FairyGUI.GObject::_pivotAsAnchor
|
|
bool ____pivotAsAnchor_24;
|
|
// System.Single FairyGUI.GObject::_alpha
|
|
float ____alpha_25;
|
|
// System.Single FairyGUI.GObject::_rotation
|
|
float ____rotation_26;
|
|
// System.Single FairyGUI.GObject::_rotationX
|
|
float ____rotationX_27;
|
|
// System.Single FairyGUI.GObject::_rotationY
|
|
float ____rotationY_28;
|
|
// System.Boolean FairyGUI.GObject::_visible
|
|
bool ____visible_29;
|
|
// System.Boolean FairyGUI.GObject::_internalVisible
|
|
bool ____internalVisible_30;
|
|
// System.Boolean FairyGUI.GObject::_handlingController
|
|
bool ____handlingController_31;
|
|
// System.Boolean FairyGUI.GObject::_touchable
|
|
bool ____touchable_32;
|
|
// System.Boolean FairyGUI.GObject::_grayed
|
|
bool ____grayed_33;
|
|
// System.Boolean FairyGUI.GObject::_draggable
|
|
bool ____draggable_34;
|
|
// System.Single FairyGUI.GObject::_scaleX
|
|
float ____scaleX_35;
|
|
// System.Single FairyGUI.GObject::_scaleY
|
|
float ____scaleY_36;
|
|
// System.Int32 FairyGUI.GObject::_sortingOrder
|
|
int32_t ____sortingOrder_37;
|
|
// System.Boolean FairyGUI.GObject::_focusable
|
|
bool ____focusable_38;
|
|
// System.String FairyGUI.GObject::_tooltips
|
|
String_t* ____tooltips_39;
|
|
// System.Boolean FairyGUI.GObject::_pixelSnapping
|
|
bool ____pixelSnapping_40;
|
|
// FairyGUI.GGroup FairyGUI.GObject::_group
|
|
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * ____group_41;
|
|
// FairyGUI.GearBase[] FairyGUI.GObject::_gears
|
|
GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* ____gears_42;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onClick
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_43;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRightClick
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_44;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onTouchBegin
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_45;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onTouchMove
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_46;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onTouchEnd
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_47;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRollOver
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_48;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRollOut
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_49;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onAddedToStage
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_50;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onRemovedFromStage
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_51;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onKeyDown
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_52;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onClickLink
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_53;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onPositionChanged
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPositionChanged_54;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onSizeChanged
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSizeChanged_55;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onDragStart
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragStart_56;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onDragMove
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragMove_57;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onDragEnd
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragEnd_58;
|
|
// FairyGUI.EventListener FairyGUI.GObject::_onGearStop
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGearStop_59;
|
|
// System.Boolean FairyGUI.GObject::underConstruct
|
|
bool ___underConstruct_60;
|
|
// System.Single FairyGUI.GObject::_width
|
|
float ____width_61;
|
|
// System.Single FairyGUI.GObject::_height
|
|
float ____height_62;
|
|
// System.Single FairyGUI.GObject::_rawWidth
|
|
float ____rawWidth_63;
|
|
// System.Single FairyGUI.GObject::_rawHeight
|
|
float ____rawHeight_64;
|
|
// System.Boolean FairyGUI.GObject::_gearLocked
|
|
bool ____gearLocked_65;
|
|
// System.Single FairyGUI.GObject::_sizePercentInGroup
|
|
float ____sizePercentInGroup_66;
|
|
// System.Boolean FairyGUI.GObject::_disposed
|
|
bool ____disposed_67;
|
|
// UnityEngine.Vector2 FairyGUI.GObject::_dragTouchStartPos
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragTouchStartPos_69;
|
|
// System.Boolean FairyGUI.GObject::_dragTesting
|
|
bool ____dragTesting_70;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CidU3Ek__BackingField_2)); }
|
|
inline String_t* get_U3CidU3Ek__BackingField_2() const { return ___U3CidU3Ek__BackingField_2; }
|
|
inline String_t** get_address_of_U3CidU3Ek__BackingField_2() { return &___U3CidU3Ek__BackingField_2; }
|
|
inline void set_U3CidU3Ek__BackingField_2(String_t* value)
|
|
{
|
|
___U3CidU3Ek__BackingField_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___name_3)); }
|
|
inline String_t* get_name_3() const { return ___name_3; }
|
|
inline String_t** get_address_of_name_3() { return &___name_3; }
|
|
inline void set_name_3(String_t* value)
|
|
{
|
|
___name_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___data_4)); }
|
|
inline RuntimeObject * get_data_4() const { return ___data_4; }
|
|
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
|
|
inline void set_data_4(RuntimeObject * value)
|
|
{
|
|
___data_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sourceWidth_5() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceWidth_5)); }
|
|
inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; }
|
|
inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; }
|
|
inline void set_sourceWidth_5(int32_t value)
|
|
{
|
|
___sourceWidth_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sourceHeight_6() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceHeight_6)); }
|
|
inline int32_t get_sourceHeight_6() const { return ___sourceHeight_6; }
|
|
inline int32_t* get_address_of_sourceHeight_6() { return &___sourceHeight_6; }
|
|
inline void set_sourceHeight_6(int32_t value)
|
|
{
|
|
___sourceHeight_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initWidth_7() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initWidth_7)); }
|
|
inline int32_t get_initWidth_7() const { return ___initWidth_7; }
|
|
inline int32_t* get_address_of_initWidth_7() { return &___initWidth_7; }
|
|
inline void set_initWidth_7(int32_t value)
|
|
{
|
|
___initWidth_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initHeight_8() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initHeight_8)); }
|
|
inline int32_t get_initHeight_8() const { return ___initHeight_8; }
|
|
inline int32_t* get_address_of_initHeight_8() { return &___initHeight_8; }
|
|
inline void set_initHeight_8(int32_t value)
|
|
{
|
|
___initHeight_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_minWidth_9() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minWidth_9)); }
|
|
inline int32_t get_minWidth_9() const { return ___minWidth_9; }
|
|
inline int32_t* get_address_of_minWidth_9() { return &___minWidth_9; }
|
|
inline void set_minWidth_9(int32_t value)
|
|
{
|
|
___minWidth_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxWidth_10() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxWidth_10)); }
|
|
inline int32_t get_maxWidth_10() const { return ___maxWidth_10; }
|
|
inline int32_t* get_address_of_maxWidth_10() { return &___maxWidth_10; }
|
|
inline void set_maxWidth_10(int32_t value)
|
|
{
|
|
___maxWidth_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_minHeight_11() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minHeight_11)); }
|
|
inline int32_t get_minHeight_11() const { return ___minHeight_11; }
|
|
inline int32_t* get_address_of_minHeight_11() { return &___minHeight_11; }
|
|
inline void set_minHeight_11(int32_t value)
|
|
{
|
|
___minHeight_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxHeight_12() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxHeight_12)); }
|
|
inline int32_t get_maxHeight_12() const { return ___maxHeight_12; }
|
|
inline int32_t* get_address_of_maxHeight_12() { return &___maxHeight_12; }
|
|
inline void set_maxHeight_12(int32_t value)
|
|
{
|
|
___maxHeight_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CrelationsU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CrelationsU3Ek__BackingField_13)); }
|
|
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * get_U3CrelationsU3Ek__BackingField_13() const { return ___U3CrelationsU3Ek__BackingField_13; }
|
|
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF ** get_address_of_U3CrelationsU3Ek__BackingField_13() { return &___U3CrelationsU3Ek__BackingField_13; }
|
|
inline void set_U3CrelationsU3Ek__BackingField_13(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * value)
|
|
{
|
|
___U3CrelationsU3Ek__BackingField_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CrelationsU3Ek__BackingField_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dragBounds_14() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___dragBounds_14)); }
|
|
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_dragBounds_14() const { return ___dragBounds_14; }
|
|
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_dragBounds_14() { return &___dragBounds_14; }
|
|
inline void set_dragBounds_14(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
|
|
{
|
|
___dragBounds_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CparentU3Ek__BackingField_15)); }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CparentU3Ek__BackingField_15() const { return ___U3CparentU3Ek__BackingField_15; }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CparentU3Ek__BackingField_15() { return &___U3CparentU3Ek__BackingField_15; }
|
|
inline void set_U3CparentU3Ek__BackingField_15(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
|
|
{
|
|
___U3CparentU3Ek__BackingField_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CdisplayObjectU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CdisplayObjectU3Ek__BackingField_16)); }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_U3CdisplayObjectU3Ek__BackingField_16() const { return ___U3CdisplayObjectU3Ek__BackingField_16; }
|
|
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_U3CdisplayObjectU3Ek__BackingField_16() { return &___U3CdisplayObjectU3Ek__BackingField_16; }
|
|
inline void set_U3CdisplayObjectU3Ek__BackingField_16(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
|
|
{
|
|
___U3CdisplayObjectU3Ek__BackingField_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayObjectU3Ek__BackingField_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_packageItem_18() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___packageItem_18)); }
|
|
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_18() const { return ___packageItem_18; }
|
|
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_18() { return &___packageItem_18; }
|
|
inline void set_packageItem_18(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
|
|
{
|
|
___packageItem_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__x_19() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____x_19)); }
|
|
inline float get__x_19() const { return ____x_19; }
|
|
inline float* get_address_of__x_19() { return &____x_19; }
|
|
inline void set__x_19(float value)
|
|
{
|
|
____x_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__y_20() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____y_20)); }
|
|
inline float get__y_20() const { return ____y_20; }
|
|
inline float* get_address_of__y_20() { return &____y_20; }
|
|
inline void set__y_20(float value)
|
|
{
|
|
____y_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__z_21() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____z_21)); }
|
|
inline float get__z_21() const { return ____z_21; }
|
|
inline float* get_address_of__z_21() { return &____z_21; }
|
|
inline void set__z_21(float value)
|
|
{
|
|
____z_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivotX_22() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotX_22)); }
|
|
inline float get__pivotX_22() const { return ____pivotX_22; }
|
|
inline float* get_address_of__pivotX_22() { return &____pivotX_22; }
|
|
inline void set__pivotX_22(float value)
|
|
{
|
|
____pivotX_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivotY_23() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotY_23)); }
|
|
inline float get__pivotY_23() const { return ____pivotY_23; }
|
|
inline float* get_address_of__pivotY_23() { return &____pivotY_23; }
|
|
inline void set__pivotY_23(float value)
|
|
{
|
|
____pivotY_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pivotAsAnchor_24() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotAsAnchor_24)); }
|
|
inline bool get__pivotAsAnchor_24() const { return ____pivotAsAnchor_24; }
|
|
inline bool* get_address_of__pivotAsAnchor_24() { return &____pivotAsAnchor_24; }
|
|
inline void set__pivotAsAnchor_24(bool value)
|
|
{
|
|
____pivotAsAnchor_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__alpha_25() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____alpha_25)); }
|
|
inline float get__alpha_25() const { return ____alpha_25; }
|
|
inline float* get_address_of__alpha_25() { return &____alpha_25; }
|
|
inline void set__alpha_25(float value)
|
|
{
|
|
____alpha_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rotation_26() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotation_26)); }
|
|
inline float get__rotation_26() const { return ____rotation_26; }
|
|
inline float* get_address_of__rotation_26() { return &____rotation_26; }
|
|
inline void set__rotation_26(float value)
|
|
{
|
|
____rotation_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rotationX_27() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationX_27)); }
|
|
inline float get__rotationX_27() const { return ____rotationX_27; }
|
|
inline float* get_address_of__rotationX_27() { return &____rotationX_27; }
|
|
inline void set__rotationX_27(float value)
|
|
{
|
|
____rotationX_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rotationY_28() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationY_28)); }
|
|
inline float get__rotationY_28() const { return ____rotationY_28; }
|
|
inline float* get_address_of__rotationY_28() { return &____rotationY_28; }
|
|
inline void set__rotationY_28(float value)
|
|
{
|
|
____rotationY_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__visible_29() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____visible_29)); }
|
|
inline bool get__visible_29() const { return ____visible_29; }
|
|
inline bool* get_address_of__visible_29() { return &____visible_29; }
|
|
inline void set__visible_29(bool value)
|
|
{
|
|
____visible_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__internalVisible_30() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____internalVisible_30)); }
|
|
inline bool get__internalVisible_30() const { return ____internalVisible_30; }
|
|
inline bool* get_address_of__internalVisible_30() { return &____internalVisible_30; }
|
|
inline void set__internalVisible_30(bool value)
|
|
{
|
|
____internalVisible_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__handlingController_31() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____handlingController_31)); }
|
|
inline bool get__handlingController_31() const { return ____handlingController_31; }
|
|
inline bool* get_address_of__handlingController_31() { return &____handlingController_31; }
|
|
inline void set__handlingController_31(bool value)
|
|
{
|
|
____handlingController_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__touchable_32() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____touchable_32)); }
|
|
inline bool get__touchable_32() const { return ____touchable_32; }
|
|
inline bool* get_address_of__touchable_32() { return &____touchable_32; }
|
|
inline void set__touchable_32(bool value)
|
|
{
|
|
____touchable_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__grayed_33() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____grayed_33)); }
|
|
inline bool get__grayed_33() const { return ____grayed_33; }
|
|
inline bool* get_address_of__grayed_33() { return &____grayed_33; }
|
|
inline void set__grayed_33(bool value)
|
|
{
|
|
____grayed_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__draggable_34() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____draggable_34)); }
|
|
inline bool get__draggable_34() const { return ____draggable_34; }
|
|
inline bool* get_address_of__draggable_34() { return &____draggable_34; }
|
|
inline void set__draggable_34(bool value)
|
|
{
|
|
____draggable_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__scaleX_35() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleX_35)); }
|
|
inline float get__scaleX_35() const { return ____scaleX_35; }
|
|
inline float* get_address_of__scaleX_35() { return &____scaleX_35; }
|
|
inline void set__scaleX_35(float value)
|
|
{
|
|
____scaleX_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__scaleY_36() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleY_36)); }
|
|
inline float get__scaleY_36() const { return ____scaleY_36; }
|
|
inline float* get_address_of__scaleY_36() { return &____scaleY_36; }
|
|
inline void set__scaleY_36(float value)
|
|
{
|
|
____scaleY_36 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__sortingOrder_37() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sortingOrder_37)); }
|
|
inline int32_t get__sortingOrder_37() const { return ____sortingOrder_37; }
|
|
inline int32_t* get_address_of__sortingOrder_37() { return &____sortingOrder_37; }
|
|
inline void set__sortingOrder_37(int32_t value)
|
|
{
|
|
____sortingOrder_37 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__focusable_38() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____focusable_38)); }
|
|
inline bool get__focusable_38() const { return ____focusable_38; }
|
|
inline bool* get_address_of__focusable_38() { return &____focusable_38; }
|
|
inline void set__focusable_38(bool value)
|
|
{
|
|
____focusable_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tooltips_39() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____tooltips_39)); }
|
|
inline String_t* get__tooltips_39() const { return ____tooltips_39; }
|
|
inline String_t** get_address_of__tooltips_39() { return &____tooltips_39; }
|
|
inline void set__tooltips_39(String_t* value)
|
|
{
|
|
____tooltips_39 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____tooltips_39), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pixelSnapping_40() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pixelSnapping_40)); }
|
|
inline bool get__pixelSnapping_40() const { return ____pixelSnapping_40; }
|
|
inline bool* get_address_of__pixelSnapping_40() { return &____pixelSnapping_40; }
|
|
inline void set__pixelSnapping_40(bool value)
|
|
{
|
|
____pixelSnapping_40 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__group_41() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____group_41)); }
|
|
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * get__group_41() const { return ____group_41; }
|
|
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 ** get_address_of__group_41() { return &____group_41; }
|
|
inline void set__group_41(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * value)
|
|
{
|
|
____group_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____group_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gears_42() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gears_42)); }
|
|
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* get__gears_42() const { return ____gears_42; }
|
|
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A** get_address_of__gears_42() { return &____gears_42; }
|
|
inline void set__gears_42(GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* value)
|
|
{
|
|
____gears_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____gears_42), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onClick_43() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClick_43)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_43() const { return ____onClick_43; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_43() { return &____onClick_43; }
|
|
inline void set__onClick_43(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onClick_43 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onClick_43), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRightClick_44() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRightClick_44)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_44() const { return ____onRightClick_44; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_44() { return &____onRightClick_44; }
|
|
inline void set__onRightClick_44(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRightClick_44 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_44), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchBegin_45() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchBegin_45)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_45() const { return ____onTouchBegin_45; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_45() { return &____onTouchBegin_45; }
|
|
inline void set__onTouchBegin_45(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchBegin_45 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_45), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchMove_46() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchMove_46)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_46() const { return ____onTouchMove_46; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_46() { return &____onTouchMove_46; }
|
|
inline void set__onTouchMove_46(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchMove_46 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_46), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onTouchEnd_47() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchEnd_47)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_47() const { return ____onTouchEnd_47; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_47() { return &____onTouchEnd_47; }
|
|
inline void set__onTouchEnd_47(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onTouchEnd_47 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_47), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRollOver_48() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOver_48)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_48() const { return ____onRollOver_48; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_48() { return &____onRollOver_48; }
|
|
inline void set__onRollOver_48(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRollOver_48 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_48), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRollOut_49() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOut_49)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_49() const { return ____onRollOut_49; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_49() { return &____onRollOut_49; }
|
|
inline void set__onRollOut_49(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRollOut_49 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_49), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onAddedToStage_50() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onAddedToStage_50)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_50() const { return ____onAddedToStage_50; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_50() { return &____onAddedToStage_50; }
|
|
inline void set__onAddedToStage_50(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onAddedToStage_50 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_50), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRemovedFromStage_51() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRemovedFromStage_51)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_51() const { return ____onRemovedFromStage_51; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_51() { return &____onRemovedFromStage_51; }
|
|
inline void set__onRemovedFromStage_51(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRemovedFromStage_51 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_51), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onKeyDown_52() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onKeyDown_52)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_52() const { return ____onKeyDown_52; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_52() { return &____onKeyDown_52; }
|
|
inline void set__onKeyDown_52(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onKeyDown_52 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_52), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onClickLink_53() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClickLink_53)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_53() const { return ____onClickLink_53; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_53() { return &____onClickLink_53; }
|
|
inline void set__onClickLink_53(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onClickLink_53 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_53), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onPositionChanged_54() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onPositionChanged_54)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPositionChanged_54() const { return ____onPositionChanged_54; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPositionChanged_54() { return &____onPositionChanged_54; }
|
|
inline void set__onPositionChanged_54(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onPositionChanged_54 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onPositionChanged_54), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onSizeChanged_55() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onSizeChanged_55)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSizeChanged_55() const { return ____onSizeChanged_55; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSizeChanged_55() { return &____onSizeChanged_55; }
|
|
inline void set__onSizeChanged_55(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onSizeChanged_55 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onSizeChanged_55), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onDragStart_56() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragStart_56)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragStart_56() const { return ____onDragStart_56; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragStart_56() { return &____onDragStart_56; }
|
|
inline void set__onDragStart_56(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onDragStart_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onDragStart_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onDragMove_57() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragMove_57)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragMove_57() const { return ____onDragMove_57; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragMove_57() { return &____onDragMove_57; }
|
|
inline void set__onDragMove_57(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onDragMove_57 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onDragMove_57), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onDragEnd_58() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragEnd_58)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragEnd_58() const { return ____onDragEnd_58; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragEnd_58() { return &____onDragEnd_58; }
|
|
inline void set__onDragEnd_58(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onDragEnd_58 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onDragEnd_58), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onGearStop_59() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onGearStop_59)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGearStop_59() const { return ____onGearStop_59; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGearStop_59() { return &____onGearStop_59; }
|
|
inline void set__onGearStop_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onGearStop_59 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onGearStop_59), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_underConstruct_60() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___underConstruct_60)); }
|
|
inline bool get_underConstruct_60() const { return ___underConstruct_60; }
|
|
inline bool* get_address_of_underConstruct_60() { return &___underConstruct_60; }
|
|
inline void set_underConstruct_60(bool value)
|
|
{
|
|
___underConstruct_60 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__width_61() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____width_61)); }
|
|
inline float get__width_61() const { return ____width_61; }
|
|
inline float* get_address_of__width_61() { return &____width_61; }
|
|
inline void set__width_61(float value)
|
|
{
|
|
____width_61 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__height_62() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____height_62)); }
|
|
inline float get__height_62() const { return ____height_62; }
|
|
inline float* get_address_of__height_62() { return &____height_62; }
|
|
inline void set__height_62(float value)
|
|
{
|
|
____height_62 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rawWidth_63() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawWidth_63)); }
|
|
inline float get__rawWidth_63() const { return ____rawWidth_63; }
|
|
inline float* get_address_of__rawWidth_63() { return &____rawWidth_63; }
|
|
inline void set__rawWidth_63(float value)
|
|
{
|
|
____rawWidth_63 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rawHeight_64() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawHeight_64)); }
|
|
inline float get__rawHeight_64() const { return ____rawHeight_64; }
|
|
inline float* get_address_of__rawHeight_64() { return &____rawHeight_64; }
|
|
inline void set__rawHeight_64(float value)
|
|
{
|
|
____rawHeight_64 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gearLocked_65() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gearLocked_65)); }
|
|
inline bool get__gearLocked_65() const { return ____gearLocked_65; }
|
|
inline bool* get_address_of__gearLocked_65() { return &____gearLocked_65; }
|
|
inline void set__gearLocked_65(bool value)
|
|
{
|
|
____gearLocked_65 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__sizePercentInGroup_66() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sizePercentInGroup_66)); }
|
|
inline float get__sizePercentInGroup_66() const { return ____sizePercentInGroup_66; }
|
|
inline float* get_address_of__sizePercentInGroup_66() { return &____sizePercentInGroup_66; }
|
|
inline void set__sizePercentInGroup_66(float value)
|
|
{
|
|
____sizePercentInGroup_66 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__disposed_67() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____disposed_67)); }
|
|
inline bool get__disposed_67() const { return ____disposed_67; }
|
|
inline bool* get_address_of__disposed_67() { return &____disposed_67; }
|
|
inline void set__disposed_67(bool value)
|
|
{
|
|
____disposed_67 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dragTouchStartPos_69() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTouchStartPos_69)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragTouchStartPos_69() const { return ____dragTouchStartPos_69; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragTouchStartPos_69() { return &____dragTouchStartPos_69; }
|
|
inline void set__dragTouchStartPos_69(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____dragTouchStartPos_69 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dragTesting_70() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTesting_70)); }
|
|
inline bool get__dragTesting_70() const { return ____dragTesting_70; }
|
|
inline bool* get_address_of__dragTesting_70() { return &____dragTesting_70; }
|
|
inline void set__dragTesting_70(bool value)
|
|
{
|
|
____dragTesting_70 = value;
|
|
}
|
|
};
|
|
|
|
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields
|
|
{
|
|
public:
|
|
// FairyGUI.GObject FairyGUI.GObject::<draggingObject>k__BackingField
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3CdraggingObjectU3Ek__BackingField_17;
|
|
// System.UInt32 FairyGUI.GObject::_gInstanceCounter
|
|
uint32_t ____gInstanceCounter_68;
|
|
// UnityEngine.Vector2 FairyGUI.GObject::sGlobalDragStart
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sGlobalDragStart_71;
|
|
// UnityEngine.Rect FairyGUI.GObject::sGlobalRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___sGlobalRect_72;
|
|
// System.Boolean FairyGUI.GObject::sUpdateInDragging
|
|
bool ___sUpdateInDragging_73;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CdraggingObjectU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___U3CdraggingObjectU3Ek__BackingField_17)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3CdraggingObjectU3Ek__BackingField_17() const { return ___U3CdraggingObjectU3Ek__BackingField_17; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3CdraggingObjectU3Ek__BackingField_17() { return &___U3CdraggingObjectU3Ek__BackingField_17; }
|
|
inline void set_U3CdraggingObjectU3Ek__BackingField_17(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
___U3CdraggingObjectU3Ek__BackingField_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingObjectU3Ek__BackingField_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gInstanceCounter_68() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ____gInstanceCounter_68)); }
|
|
inline uint32_t get__gInstanceCounter_68() const { return ____gInstanceCounter_68; }
|
|
inline uint32_t* get_address_of__gInstanceCounter_68() { return &____gInstanceCounter_68; }
|
|
inline void set__gInstanceCounter_68(uint32_t value)
|
|
{
|
|
____gInstanceCounter_68 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sGlobalDragStart_71() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalDragStart_71)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_sGlobalDragStart_71() const { return ___sGlobalDragStart_71; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_sGlobalDragStart_71() { return &___sGlobalDragStart_71; }
|
|
inline void set_sGlobalDragStart_71(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___sGlobalDragStart_71 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sGlobalRect_72() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalRect_72)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_sGlobalRect_72() const { return ___sGlobalRect_72; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_sGlobalRect_72() { return &___sGlobalRect_72; }
|
|
inline void set_sGlobalRect_72(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___sGlobalRect_72 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sUpdateInDragging_73() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sUpdateInDragging_73)); }
|
|
inline bool get_sUpdateInDragging_73() const { return ___sUpdateInDragging_73; }
|
|
inline bool* get_address_of_sUpdateInDragging_73() { return &___sUpdateInDragging_73; }
|
|
inline void set_sUpdateInDragging_73(bool value)
|
|
{
|
|
___sUpdateInDragging_73 = 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);
|
|
}
|
|
};
|
|
|
|
|
|
// 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.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<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);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AssetBundle
|
|
struct AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.AudioClip
|
|
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
// UnityEngine.AudioClip_PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
|
|
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___m_PCMReaderCallback_4;
|
|
// UnityEngine.AudioClip_PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
|
|
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___m_PCMSetPositionCallback_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMReaderCallback_4)); }
|
|
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; }
|
|
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; }
|
|
inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * value)
|
|
{
|
|
___m_PCMReaderCallback_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMSetPositionCallback_5)); }
|
|
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; }
|
|
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; }
|
|
inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * value)
|
|
{
|
|
___m_PCMSetPositionCallback_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Texture::GenerateAllMips
|
|
int32_t ___GenerateAllMips_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast<int32_t>(offsetof(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields, ___GenerateAllMips_4)); }
|
|
inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; }
|
|
inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; }
|
|
inline void set_GenerateAllMips_4(int32_t value)
|
|
{
|
|
___GenerateAllMips_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.WWW
|
|
struct WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 : public CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D
|
|
{
|
|
public:
|
|
// UnityEngine.ThreadPriority UnityEngine.WWW::<threadPriority>k__BackingField
|
|
int32_t ___U3CthreadPriorityU3Ek__BackingField_0;
|
|
// UnityEngine.Networking.UnityWebRequest UnityEngine.WWW::_uwr
|
|
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ____uwr_1;
|
|
// UnityEngine.AssetBundle UnityEngine.WWW::_assetBundle
|
|
AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * ____assetBundle_2;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String> UnityEngine.WWW::_responseHeaders
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____responseHeaders_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CthreadPriorityU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ___U3CthreadPriorityU3Ek__BackingField_0)); }
|
|
inline int32_t get_U3CthreadPriorityU3Ek__BackingField_0() const { return ___U3CthreadPriorityU3Ek__BackingField_0; }
|
|
inline int32_t* get_address_of_U3CthreadPriorityU3Ek__BackingField_0() { return &___U3CthreadPriorityU3Ek__BackingField_0; }
|
|
inline void set_U3CthreadPriorityU3Ek__BackingField_0(int32_t value)
|
|
{
|
|
___U3CthreadPriorityU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__uwr_1() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ____uwr_1)); }
|
|
inline UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * get__uwr_1() const { return ____uwr_1; }
|
|
inline UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 ** get_address_of__uwr_1() { return &____uwr_1; }
|
|
inline void set__uwr_1(UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * value)
|
|
{
|
|
____uwr_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____uwr_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__assetBundle_2() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ____assetBundle_2)); }
|
|
inline AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * get__assetBundle_2() const { return ____assetBundle_2; }
|
|
inline AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 ** get_address_of__assetBundle_2() { return &____assetBundle_2; }
|
|
inline void set__assetBundle_2(AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * value)
|
|
{
|
|
____assetBundle_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____assetBundle_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__responseHeaders_3() { return static_cast<int32_t>(offsetof(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664, ____responseHeaders_3)); }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__responseHeaders_3() const { return ____responseHeaders_3; }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__responseHeaders_3() { return &____responseHeaders_3; }
|
|
inline void set__responseHeaders_3(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
|
|
{
|
|
____responseHeaders_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____responseHeaders_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.EventCallback0
|
|
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// FairyGUI.GComponent
|
|
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
|
|
{
|
|
public:
|
|
// FairyGUI.Container FairyGUI.GComponent::<rootContainer>k__BackingField
|
|
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CrootContainerU3Ek__BackingField_74;
|
|
// FairyGUI.Container FairyGUI.GComponent::<container>k__BackingField
|
|
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_75;
|
|
// FairyGUI.ScrollPane FairyGUI.GComponent::<scrollPane>k__BackingField
|
|
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CscrollPaneU3Ek__BackingField_76;
|
|
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GComponent::_children
|
|
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____children_77;
|
|
// System.Collections.Generic.List`1<FairyGUI.Controller> FairyGUI.GComponent::_controllers
|
|
List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * ____controllers_78;
|
|
// System.Collections.Generic.List`1<FairyGUI.Transition> FairyGUI.GComponent::_transitions
|
|
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * ____transitions_79;
|
|
// System.Boolean FairyGUI.GComponent::_buildingDisplayList
|
|
bool ____buildingDisplayList_80;
|
|
// FairyGUI.Margin FairyGUI.GComponent::_margin
|
|
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____margin_81;
|
|
// System.Boolean FairyGUI.GComponent::_trackBounds
|
|
bool ____trackBounds_82;
|
|
// System.Boolean FairyGUI.GComponent::_boundsChanged
|
|
bool ____boundsChanged_83;
|
|
// FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::_childrenRenderOrder
|
|
int32_t ____childrenRenderOrder_84;
|
|
// System.Int32 FairyGUI.GComponent::_apexIndex
|
|
int32_t ____apexIndex_85;
|
|
// UnityEngine.Vector2 FairyGUI.GComponent::_alignOffset
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____alignOffset_86;
|
|
// UnityEngine.Vector2 FairyGUI.GComponent::_clipSoftness
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clipSoftness_87;
|
|
// System.Int32 FairyGUI.GComponent::_sortingChildCount
|
|
int32_t ____sortingChildCount_88;
|
|
// FairyGUI.EventCallback0 FairyGUI.GComponent::_buildDelegate
|
|
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____buildDelegate_89;
|
|
// FairyGUI.Controller FairyGUI.GComponent::_applyingController
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____applyingController_90;
|
|
// FairyGUI.EventListener FairyGUI.GComponent::_onDrop
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDrop_91;
|
|
// LuaInterface.LuaTable FairyGUI.GComponent::_peerTable
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ____peerTable_92;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CrootContainerU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CrootContainerU3Ek__BackingField_74)); }
|
|
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CrootContainerU3Ek__BackingField_74() const { return ___U3CrootContainerU3Ek__BackingField_74; }
|
|
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CrootContainerU3Ek__BackingField_74() { return &___U3CrootContainerU3Ek__BackingField_74; }
|
|
inline void set_U3CrootContainerU3Ek__BackingField_74(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
|
|
{
|
|
___U3CrootContainerU3Ek__BackingField_74 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CrootContainerU3Ek__BackingField_74), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CcontainerU3Ek__BackingField_75)); }
|
|
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_75() const { return ___U3CcontainerU3Ek__BackingField_75; }
|
|
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_75() { return &___U3CcontainerU3Ek__BackingField_75; }
|
|
inline void set_U3CcontainerU3Ek__BackingField_75(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
|
|
{
|
|
___U3CcontainerU3Ek__BackingField_75 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_75), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CscrollPaneU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CscrollPaneU3Ek__BackingField_76)); }
|
|
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CscrollPaneU3Ek__BackingField_76() const { return ___U3CscrollPaneU3Ek__BackingField_76; }
|
|
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CscrollPaneU3Ek__BackingField_76() { return &___U3CscrollPaneU3Ek__BackingField_76; }
|
|
inline void set_U3CscrollPaneU3Ek__BackingField_76(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
|
|
{
|
|
___U3CscrollPaneU3Ek__BackingField_76 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CscrollPaneU3Ek__BackingField_76), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__children_77() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____children_77)); }
|
|
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__children_77() const { return ____children_77; }
|
|
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__children_77() { return &____children_77; }
|
|
inline void set__children_77(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
|
|
{
|
|
____children_77 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____children_77), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__controllers_78() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____controllers_78)); }
|
|
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * get__controllers_78() const { return ____controllers_78; }
|
|
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 ** get_address_of__controllers_78() { return &____controllers_78; }
|
|
inline void set__controllers_78(List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * value)
|
|
{
|
|
____controllers_78 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____controllers_78), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__transitions_79() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____transitions_79)); }
|
|
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * get__transitions_79() const { return ____transitions_79; }
|
|
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 ** get_address_of__transitions_79() { return &____transitions_79; }
|
|
inline void set__transitions_79(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * value)
|
|
{
|
|
____transitions_79 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____transitions_79), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__buildingDisplayList_80() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildingDisplayList_80)); }
|
|
inline bool get__buildingDisplayList_80() const { return ____buildingDisplayList_80; }
|
|
inline bool* get_address_of__buildingDisplayList_80() { return &____buildingDisplayList_80; }
|
|
inline void set__buildingDisplayList_80(bool value)
|
|
{
|
|
____buildingDisplayList_80 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__margin_81() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____margin_81)); }
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__margin_81() const { return ____margin_81; }
|
|
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__margin_81() { return &____margin_81; }
|
|
inline void set__margin_81(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
|
|
{
|
|
____margin_81 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__trackBounds_82() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____trackBounds_82)); }
|
|
inline bool get__trackBounds_82() const { return ____trackBounds_82; }
|
|
inline bool* get_address_of__trackBounds_82() { return &____trackBounds_82; }
|
|
inline void set__trackBounds_82(bool value)
|
|
{
|
|
____trackBounds_82 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__boundsChanged_83() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____boundsChanged_83)); }
|
|
inline bool get__boundsChanged_83() const { return ____boundsChanged_83; }
|
|
inline bool* get_address_of__boundsChanged_83() { return &____boundsChanged_83; }
|
|
inline void set__boundsChanged_83(bool value)
|
|
{
|
|
____boundsChanged_83 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__childrenRenderOrder_84() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____childrenRenderOrder_84)); }
|
|
inline int32_t get__childrenRenderOrder_84() const { return ____childrenRenderOrder_84; }
|
|
inline int32_t* get_address_of__childrenRenderOrder_84() { return &____childrenRenderOrder_84; }
|
|
inline void set__childrenRenderOrder_84(int32_t value)
|
|
{
|
|
____childrenRenderOrder_84 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__apexIndex_85() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____apexIndex_85)); }
|
|
inline int32_t get__apexIndex_85() const { return ____apexIndex_85; }
|
|
inline int32_t* get_address_of__apexIndex_85() { return &____apexIndex_85; }
|
|
inline void set__apexIndex_85(int32_t value)
|
|
{
|
|
____apexIndex_85 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__alignOffset_86() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____alignOffset_86)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__alignOffset_86() const { return ____alignOffset_86; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__alignOffset_86() { return &____alignOffset_86; }
|
|
inline void set__alignOffset_86(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____alignOffset_86 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__clipSoftness_87() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____clipSoftness_87)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clipSoftness_87() const { return ____clipSoftness_87; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clipSoftness_87() { return &____clipSoftness_87; }
|
|
inline void set__clipSoftness_87(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____clipSoftness_87 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__sortingChildCount_88() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____sortingChildCount_88)); }
|
|
inline int32_t get__sortingChildCount_88() const { return ____sortingChildCount_88; }
|
|
inline int32_t* get_address_of__sortingChildCount_88() { return &____sortingChildCount_88; }
|
|
inline void set__sortingChildCount_88(int32_t value)
|
|
{
|
|
____sortingChildCount_88 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__buildDelegate_89() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildDelegate_89)); }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__buildDelegate_89() const { return ____buildDelegate_89; }
|
|
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__buildDelegate_89() { return &____buildDelegate_89; }
|
|
inline void set__buildDelegate_89(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
|
|
{
|
|
____buildDelegate_89 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buildDelegate_89), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__applyingController_90() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____applyingController_90)); }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__applyingController_90() const { return ____applyingController_90; }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__applyingController_90() { return &____applyingController_90; }
|
|
inline void set__applyingController_90(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
|
|
{
|
|
____applyingController_90 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____applyingController_90), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onDrop_91() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____onDrop_91)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDrop_91() const { return ____onDrop_91; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDrop_91() { return &____onDrop_91; }
|
|
inline void set__onDrop_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onDrop_91 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onDrop_91), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__peerTable_92() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____peerTable_92)); }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get__peerTable_92() const { return ____peerTable_92; }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of__peerTable_92() { return &____peerTable_92; }
|
|
inline void set__peerTable_92(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
|
|
{
|
|
____peerTable_92 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____peerTable_92), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaCSFunction
|
|
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<System.IntPtr,UnityEngine.WrapMode>
|
|
struct Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<System.Single,System.Boolean>
|
|
struct Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<System.String,System.Action>
|
|
struct Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 : 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,UnityEngine.CachedAssetBundle>
|
|
struct Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>
|
|
struct Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// FairyGUI.GRoot
|
|
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
|
|
{
|
|
public:
|
|
// FairyGUI.GGraph FairyGUI.GRoot::_modalLayer
|
|
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * ____modalLayer_93;
|
|
// FairyGUI.GObject FairyGUI.GRoot::_modalWaitPane
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_94;
|
|
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_popupStack
|
|
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____popupStack_95;
|
|
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_justClosedPopups
|
|
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____justClosedPopups_96;
|
|
// FairyGUI.GObject FairyGUI.GRoot::_tooltipWin
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____tooltipWin_97;
|
|
// FairyGUI.GObject FairyGUI.GRoot::_defaultTooltipWin
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____defaultTooltipWin_98;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__modalLayer_93() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalLayer_93)); }
|
|
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * get__modalLayer_93() const { return ____modalLayer_93; }
|
|
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 ** get_address_of__modalLayer_93() { return &____modalLayer_93; }
|
|
inline void set__modalLayer_93(GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * value)
|
|
{
|
|
____modalLayer_93 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____modalLayer_93), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__modalWaitPane_94() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalWaitPane_94)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_94() const { return ____modalWaitPane_94; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_94() { return &____modalWaitPane_94; }
|
|
inline void set__modalWaitPane_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____modalWaitPane_94 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_94), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__popupStack_95() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____popupStack_95)); }
|
|
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__popupStack_95() const { return ____popupStack_95; }
|
|
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__popupStack_95() { return &____popupStack_95; }
|
|
inline void set__popupStack_95(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
|
|
{
|
|
____popupStack_95 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____popupStack_95), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__justClosedPopups_96() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____justClosedPopups_96)); }
|
|
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__justClosedPopups_96() const { return ____justClosedPopups_96; }
|
|
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__justClosedPopups_96() { return &____justClosedPopups_96; }
|
|
inline void set__justClosedPopups_96(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
|
|
{
|
|
____justClosedPopups_96 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____justClosedPopups_96), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__tooltipWin_97() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____tooltipWin_97)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__tooltipWin_97() const { return ____tooltipWin_97; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__tooltipWin_97() { return &____tooltipWin_97; }
|
|
inline void set__tooltipWin_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____tooltipWin_97 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____tooltipWin_97), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__defaultTooltipWin_98() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____defaultTooltipWin_98)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__defaultTooltipWin_98() const { return ____defaultTooltipWin_98; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__defaultTooltipWin_98() { return &____defaultTooltipWin_98; }
|
|
inline void set__defaultTooltipWin_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____defaultTooltipWin_98 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____defaultTooltipWin_98), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields
|
|
{
|
|
public:
|
|
// FairyGUI.GRoot FairyGUI.GRoot::_inst
|
|
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ____inst_99;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__inst_99() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields, ____inst_99)); }
|
|
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * get__inst_99() const { return ____inst_99; }
|
|
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F ** get_address_of__inst_99() { return &____inst_99; }
|
|
inline void set__inst_99(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * value)
|
|
{
|
|
____inst_99 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____inst_99), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GSlider
|
|
struct GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
|
|
{
|
|
public:
|
|
// System.Double FairyGUI.GSlider::_max
|
|
double ____max_93;
|
|
// System.Double FairyGUI.GSlider::_value
|
|
double ____value_94;
|
|
// FairyGUI.ProgressTitleType FairyGUI.GSlider::_titleType
|
|
int32_t ____titleType_95;
|
|
// System.Boolean FairyGUI.GSlider::_reverse
|
|
bool ____reverse_96;
|
|
// FairyGUI.GTextField FairyGUI.GSlider::_titleObject
|
|
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * ____titleObject_97;
|
|
// FairyGUI.GObject FairyGUI.GSlider::_barObjectH
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectH_98;
|
|
// FairyGUI.GObject FairyGUI.GSlider::_barObjectV
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectV_99;
|
|
// System.Single FairyGUI.GSlider::_barMaxWidth
|
|
float ____barMaxWidth_100;
|
|
// System.Single FairyGUI.GSlider::_barMaxHeight
|
|
float ____barMaxHeight_101;
|
|
// System.Single FairyGUI.GSlider::_barMaxWidthDelta
|
|
float ____barMaxWidthDelta_102;
|
|
// System.Single FairyGUI.GSlider::_barMaxHeightDelta
|
|
float ____barMaxHeightDelta_103;
|
|
// FairyGUI.GObject FairyGUI.GSlider::_gripObject
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____gripObject_104;
|
|
// UnityEngine.Vector2 FairyGUI.GSlider::_clickPos
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clickPos_105;
|
|
// System.Single FairyGUI.GSlider::_clickPercent
|
|
float ____clickPercent_106;
|
|
// System.Single FairyGUI.GSlider::_barStartX
|
|
float ____barStartX_107;
|
|
// System.Single FairyGUI.GSlider::_barStartY
|
|
float ____barStartY_108;
|
|
// FairyGUI.EventListener FairyGUI.GSlider::_onChanged
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_109;
|
|
// FairyGUI.EventListener FairyGUI.GSlider::_onGripTouchEnd
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGripTouchEnd_110;
|
|
// System.Boolean FairyGUI.GSlider::changeOnClick
|
|
bool ___changeOnClick_111;
|
|
// System.Boolean FairyGUI.GSlider::canDrag
|
|
bool ___canDrag_112;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__max_93() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____max_93)); }
|
|
inline double get__max_93() const { return ____max_93; }
|
|
inline double* get_address_of__max_93() { return &____max_93; }
|
|
inline void set__max_93(double value)
|
|
{
|
|
____max_93 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__value_94() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____value_94)); }
|
|
inline double get__value_94() const { return ____value_94; }
|
|
inline double* get_address_of__value_94() { return &____value_94; }
|
|
inline void set__value_94(double value)
|
|
{
|
|
____value_94 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__titleType_95() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____titleType_95)); }
|
|
inline int32_t get__titleType_95() const { return ____titleType_95; }
|
|
inline int32_t* get_address_of__titleType_95() { return &____titleType_95; }
|
|
inline void set__titleType_95(int32_t value)
|
|
{
|
|
____titleType_95 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__reverse_96() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____reverse_96)); }
|
|
inline bool get__reverse_96() const { return ____reverse_96; }
|
|
inline bool* get_address_of__reverse_96() { return &____reverse_96; }
|
|
inline void set__reverse_96(bool value)
|
|
{
|
|
____reverse_96 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__titleObject_97() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____titleObject_97)); }
|
|
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * get__titleObject_97() const { return ____titleObject_97; }
|
|
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 ** get_address_of__titleObject_97() { return &____titleObject_97; }
|
|
inline void set__titleObject_97(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * value)
|
|
{
|
|
____titleObject_97 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_97), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barObjectH_98() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barObjectH_98)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectH_98() const { return ____barObjectH_98; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectH_98() { return &____barObjectH_98; }
|
|
inline void set__barObjectH_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____barObjectH_98 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____barObjectH_98), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barObjectV_99() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barObjectV_99)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectV_99() const { return ____barObjectV_99; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectV_99() { return &____barObjectV_99; }
|
|
inline void set__barObjectV_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____barObjectV_99 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____barObjectV_99), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barMaxWidth_100() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxWidth_100)); }
|
|
inline float get__barMaxWidth_100() const { return ____barMaxWidth_100; }
|
|
inline float* get_address_of__barMaxWidth_100() { return &____barMaxWidth_100; }
|
|
inline void set__barMaxWidth_100(float value)
|
|
{
|
|
____barMaxWidth_100 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barMaxHeight_101() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxHeight_101)); }
|
|
inline float get__barMaxHeight_101() const { return ____barMaxHeight_101; }
|
|
inline float* get_address_of__barMaxHeight_101() { return &____barMaxHeight_101; }
|
|
inline void set__barMaxHeight_101(float value)
|
|
{
|
|
____barMaxHeight_101 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barMaxWidthDelta_102() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxWidthDelta_102)); }
|
|
inline float get__barMaxWidthDelta_102() const { return ____barMaxWidthDelta_102; }
|
|
inline float* get_address_of__barMaxWidthDelta_102() { return &____barMaxWidthDelta_102; }
|
|
inline void set__barMaxWidthDelta_102(float value)
|
|
{
|
|
____barMaxWidthDelta_102 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barMaxHeightDelta_103() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxHeightDelta_103)); }
|
|
inline float get__barMaxHeightDelta_103() const { return ____barMaxHeightDelta_103; }
|
|
inline float* get_address_of__barMaxHeightDelta_103() { return &____barMaxHeightDelta_103; }
|
|
inline void set__barMaxHeightDelta_103(float value)
|
|
{
|
|
____barMaxHeightDelta_103 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__gripObject_104() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____gripObject_104)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__gripObject_104() const { return ____gripObject_104; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__gripObject_104() { return &____gripObject_104; }
|
|
inline void set__gripObject_104(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____gripObject_104 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____gripObject_104), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__clickPos_105() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____clickPos_105)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clickPos_105() const { return ____clickPos_105; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clickPos_105() { return &____clickPos_105; }
|
|
inline void set__clickPos_105(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____clickPos_105 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__clickPercent_106() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____clickPercent_106)); }
|
|
inline float get__clickPercent_106() const { return ____clickPercent_106; }
|
|
inline float* get_address_of__clickPercent_106() { return &____clickPercent_106; }
|
|
inline void set__clickPercent_106(float value)
|
|
{
|
|
____clickPercent_106 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barStartX_107() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barStartX_107)); }
|
|
inline float get__barStartX_107() const { return ____barStartX_107; }
|
|
inline float* get_address_of__barStartX_107() { return &____barStartX_107; }
|
|
inline void set__barStartX_107(float value)
|
|
{
|
|
____barStartX_107 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__barStartY_108() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barStartY_108)); }
|
|
inline float get__barStartY_108() const { return ____barStartY_108; }
|
|
inline float* get_address_of__barStartY_108() { return &____barStartY_108; }
|
|
inline void set__barStartY_108(float value)
|
|
{
|
|
____barStartY_108 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onChanged_109() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____onChanged_109)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_109() const { return ____onChanged_109; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_109() { return &____onChanged_109; }
|
|
inline void set__onChanged_109(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onChanged_109 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_109), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onGripTouchEnd_110() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____onGripTouchEnd_110)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGripTouchEnd_110() const { return ____onGripTouchEnd_110; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGripTouchEnd_110() { return &____onGripTouchEnd_110; }
|
|
inline void set__onGripTouchEnd_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onGripTouchEnd_110 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onGripTouchEnd_110), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_changeOnClick_111() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ___changeOnClick_111)); }
|
|
inline bool get_changeOnClick_111() const { return ___changeOnClick_111; }
|
|
inline bool* get_address_of_changeOnClick_111() { return &___changeOnClick_111; }
|
|
inline void set_changeOnClick_111(bool value)
|
|
{
|
|
___changeOnClick_111 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_canDrag_112() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ___canDrag_112)); }
|
|
inline bool get_canDrag_112() const { return ___canDrag_112; }
|
|
inline bool* get_address_of_canDrag_112() { return &___canDrag_112; }
|
|
inline void set_canDrag_112(bool value)
|
|
{
|
|
___canDrag_112 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// GameApplication
|
|
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// System.Boolean GameApplication::buildApp
|
|
bool ___buildApp_5;
|
|
// System.Boolean GameApplication::printLog
|
|
bool ___printLog_6;
|
|
// System.Boolean GameApplication::accountTest
|
|
bool ___accountTest_7;
|
|
// System.Boolean GameApplication::isAndroid64bit
|
|
bool ___isAndroid64bit_8;
|
|
// UnityEngine.AudioSource GameApplication::musicSource
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___musicSource_9;
|
|
// UnityEngine.AudioSource GameApplication::voiceSource
|
|
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___voiceSource_10;
|
|
// DSLuaClient GameApplication::_luaClient
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * ____luaClient_11;
|
|
// System.Int32 GameApplication::<StopMusic>k__BackingField
|
|
int32_t ___U3CStopMusicU3Ek__BackingField_12;
|
|
// System.String GameApplication::<GameInfo>k__BackingField
|
|
String_t* ___U3CGameInfoU3Ek__BackingField_13;
|
|
// System.Int32 GameApplication::_musicValue
|
|
int32_t ____musicValue_14;
|
|
// System.Int32 GameApplication::_soundValue
|
|
int32_t ____soundValue_15;
|
|
// TestConsole GameApplication::_console
|
|
TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * ____console_16;
|
|
// ExceptionReporter GameApplication::_ex_reporter
|
|
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * ____ex_reporter_17;
|
|
// LuaInterface.LuaFunction GameApplication::_share_callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____share_callback_18;
|
|
// LuaInterface.LuaFunction GameApplication::_wxlogin_callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____wxlogin_callback_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buildApp_5() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___buildApp_5)); }
|
|
inline bool get_buildApp_5() const { return ___buildApp_5; }
|
|
inline bool* get_address_of_buildApp_5() { return &___buildApp_5; }
|
|
inline void set_buildApp_5(bool value)
|
|
{
|
|
___buildApp_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_printLog_6() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___printLog_6)); }
|
|
inline bool get_printLog_6() const { return ___printLog_6; }
|
|
inline bool* get_address_of_printLog_6() { return &___printLog_6; }
|
|
inline void set_printLog_6(bool value)
|
|
{
|
|
___printLog_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_accountTest_7() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___accountTest_7)); }
|
|
inline bool get_accountTest_7() const { return ___accountTest_7; }
|
|
inline bool* get_address_of_accountTest_7() { return &___accountTest_7; }
|
|
inline void set_accountTest_7(bool value)
|
|
{
|
|
___accountTest_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isAndroid64bit_8() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___isAndroid64bit_8)); }
|
|
inline bool get_isAndroid64bit_8() const { return ___isAndroid64bit_8; }
|
|
inline bool* get_address_of_isAndroid64bit_8() { return &___isAndroid64bit_8; }
|
|
inline void set_isAndroid64bit_8(bool value)
|
|
{
|
|
___isAndroid64bit_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_musicSource_9() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___musicSource_9)); }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get_musicSource_9() const { return ___musicSource_9; }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of_musicSource_9() { return &___musicSource_9; }
|
|
inline void set_musicSource_9(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
|
|
{
|
|
___musicSource_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___musicSource_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_voiceSource_10() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___voiceSource_10)); }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get_voiceSource_10() const { return ___voiceSource_10; }
|
|
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of_voiceSource_10() { return &___voiceSource_10; }
|
|
inline void set_voiceSource_10(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
|
|
{
|
|
___voiceSource_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___voiceSource_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__luaClient_11() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____luaClient_11)); }
|
|
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * get__luaClient_11() const { return ____luaClient_11; }
|
|
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C ** get_address_of__luaClient_11() { return &____luaClient_11; }
|
|
inline void set__luaClient_11(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * value)
|
|
{
|
|
____luaClient_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____luaClient_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CStopMusicU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___U3CStopMusicU3Ek__BackingField_12)); }
|
|
inline int32_t get_U3CStopMusicU3Ek__BackingField_12() const { return ___U3CStopMusicU3Ek__BackingField_12; }
|
|
inline int32_t* get_address_of_U3CStopMusicU3Ek__BackingField_12() { return &___U3CStopMusicU3Ek__BackingField_12; }
|
|
inline void set_U3CStopMusicU3Ek__BackingField_12(int32_t value)
|
|
{
|
|
___U3CStopMusicU3Ek__BackingField_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CGameInfoU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___U3CGameInfoU3Ek__BackingField_13)); }
|
|
inline String_t* get_U3CGameInfoU3Ek__BackingField_13() const { return ___U3CGameInfoU3Ek__BackingField_13; }
|
|
inline String_t** get_address_of_U3CGameInfoU3Ek__BackingField_13() { return &___U3CGameInfoU3Ek__BackingField_13; }
|
|
inline void set_U3CGameInfoU3Ek__BackingField_13(String_t* value)
|
|
{
|
|
___U3CGameInfoU3Ek__BackingField_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CGameInfoU3Ek__BackingField_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__musicValue_14() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____musicValue_14)); }
|
|
inline int32_t get__musicValue_14() const { return ____musicValue_14; }
|
|
inline int32_t* get_address_of__musicValue_14() { return &____musicValue_14; }
|
|
inline void set__musicValue_14(int32_t value)
|
|
{
|
|
____musicValue_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__soundValue_15() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____soundValue_15)); }
|
|
inline int32_t get__soundValue_15() const { return ____soundValue_15; }
|
|
inline int32_t* get_address_of__soundValue_15() { return &____soundValue_15; }
|
|
inline void set__soundValue_15(int32_t value)
|
|
{
|
|
____soundValue_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__console_16() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____console_16)); }
|
|
inline TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * get__console_16() const { return ____console_16; }
|
|
inline TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 ** get_address_of__console_16() { return &____console_16; }
|
|
inline void set__console_16(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * value)
|
|
{
|
|
____console_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____console_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ex_reporter_17() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____ex_reporter_17)); }
|
|
inline ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * get__ex_reporter_17() const { return ____ex_reporter_17; }
|
|
inline ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA ** get_address_of__ex_reporter_17() { return &____ex_reporter_17; }
|
|
inline void set__ex_reporter_17(ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * value)
|
|
{
|
|
____ex_reporter_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ex_reporter_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__share_callback_18() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____share_callback_18)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__share_callback_18() const { return ____share_callback_18; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__share_callback_18() { return &____share_callback_18; }
|
|
inline void set__share_callback_18(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____share_callback_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____share_callback_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__wxlogin_callback_19() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____wxlogin_callback_19)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__wxlogin_callback_19() const { return ____wxlogin_callback_19; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__wxlogin_callback_19() { return &____wxlogin_callback_19; }
|
|
inline void set__wxlogin_callback_19(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____wxlogin_callback_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____wxlogin_callback_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields
|
|
{
|
|
public:
|
|
// GameApplication GameApplication::Instance
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * ___Instance_4;
|
|
// Version GameApplication::AppVersion
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___AppVersion_20;
|
|
// System.Boolean GameApplication::HideSdk
|
|
bool ___HideSdk_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Instance_4() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___Instance_4)); }
|
|
inline GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * get_Instance_4() const { return ___Instance_4; }
|
|
inline GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 ** get_address_of_Instance_4() { return &___Instance_4; }
|
|
inline void set_Instance_4(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * value)
|
|
{
|
|
___Instance_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Instance_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AppVersion_20() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___AppVersion_20)); }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_AppVersion_20() const { return ___AppVersion_20; }
|
|
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_AppVersion_20() { return &___AppVersion_20; }
|
|
inline void set_AppVersion_20(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
|
|
{
|
|
___AppVersion_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___AppVersion_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_HideSdk_21() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___HideSdk_21)); }
|
|
inline bool get_HideSdk_21() const { return ___HideSdk_21; }
|
|
inline bool* get_address_of_HideSdk_21() { return &___HideSdk_21; }
|
|
inline void set_HideSdk_21(bool value)
|
|
{
|
|
___HideSdk_21 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaClient
|
|
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// LuaInterface.LuaState LuaClient::luaState
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_5;
|
|
// LuaLooper LuaClient::loop
|
|
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * ___loop_6;
|
|
// LuaInterface.LuaFunction LuaClient::levelLoaded
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___levelLoaded_7;
|
|
// System.Boolean LuaClient::openLuaSocket
|
|
bool ___openLuaSocket_8;
|
|
// System.Boolean LuaClient::beZbStart
|
|
bool ___beZbStart_9;
|
|
// LuaInterface.LuaTable LuaClient::profiler
|
|
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___profiler_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_luaState_5() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___luaState_5)); }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_5() const { return ___luaState_5; }
|
|
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_5() { return &___luaState_5; }
|
|
inline void set_luaState_5(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
|
|
{
|
|
___luaState_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___luaState_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loop_6() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___loop_6)); }
|
|
inline LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * get_loop_6() const { return ___loop_6; }
|
|
inline LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 ** get_address_of_loop_6() { return &___loop_6; }
|
|
inline void set_loop_6(LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * value)
|
|
{
|
|
___loop_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___loop_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_levelLoaded_7() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___levelLoaded_7)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_levelLoaded_7() const { return ___levelLoaded_7; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_levelLoaded_7() { return &___levelLoaded_7; }
|
|
inline void set_levelLoaded_7(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___levelLoaded_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___levelLoaded_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_openLuaSocket_8() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___openLuaSocket_8)); }
|
|
inline bool get_openLuaSocket_8() const { return ___openLuaSocket_8; }
|
|
inline bool* get_address_of_openLuaSocket_8() { return &___openLuaSocket_8; }
|
|
inline void set_openLuaSocket_8(bool value)
|
|
{
|
|
___openLuaSocket_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_beZbStart_9() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___beZbStart_9)); }
|
|
inline bool get_beZbStart_9() const { return ___beZbStart_9; }
|
|
inline bool* get_address_of_beZbStart_9() { return &___beZbStart_9; }
|
|
inline void set_beZbStart_9(bool value)
|
|
{
|
|
___beZbStart_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_profiler_10() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___profiler_10)); }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get_profiler_10() const { return ___profiler_10; }
|
|
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of_profiler_10() { return &___profiler_10; }
|
|
inline void set_profiler_10(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
|
|
{
|
|
___profiler_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___profiler_10), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields
|
|
{
|
|
public:
|
|
// LuaClient LuaClient::<Instance>k__BackingField
|
|
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * ___U3CInstanceU3Ek__BackingField_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields, ___U3CInstanceU3Ek__BackingField_4)); }
|
|
inline LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * get_U3CInstanceU3Ek__BackingField_4() const { return ___U3CInstanceU3Ek__BackingField_4; }
|
|
inline LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 ** get_address_of_U3CInstanceU3Ek__BackingField_4() { return &___U3CInstanceU3Ek__BackingField_4; }
|
|
inline void set_U3CInstanceU3Ek__BackingField_4(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * value)
|
|
{
|
|
___U3CInstanceU3Ek__BackingField_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// VerCheck
|
|
struct VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
|
|
{
|
|
public:
|
|
// FairyGUI.GComponent VerCheck::_version_view
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____version_view_4;
|
|
// securityConnection VerCheck::conn
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B ___conn_6;
|
|
// System.Boolean VerCheck::isGFF
|
|
bool ___isGFF_7;
|
|
// System.Boolean VerCheck::isDXYGFF
|
|
bool ___isDXYGFF_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__version_view_4() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ____version_view_4)); }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__version_view_4() const { return ____version_view_4; }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__version_view_4() { return &____version_view_4; }
|
|
inline void set__version_view_4(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
|
|
{
|
|
____version_view_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____version_view_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_conn_6() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ___conn_6)); }
|
|
inline securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B get_conn_6() const { return ___conn_6; }
|
|
inline securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * get_address_of_conn_6() { return &___conn_6; }
|
|
inline void set_conn_6(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B value)
|
|
{
|
|
___conn_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___conn_6))->___ip_0), (void*)NULL);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isGFF_7() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ___isGFF_7)); }
|
|
inline bool get_isGFF_7() const { return ___isGFF_7; }
|
|
inline bool* get_address_of_isGFF_7() { return &___isGFF_7; }
|
|
inline void set_isGFF_7(bool value)
|
|
{
|
|
___isGFF_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isDXYGFF_8() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7, ___isDXYGFF_8)); }
|
|
inline bool get_isDXYGFF_8() const { return ___isDXYGFF_8; }
|
|
inline bool* get_address_of_isDXYGFF_8() { return &___isDXYGFF_8; }
|
|
inline void set_isDXYGFF_8(bool value)
|
|
{
|
|
___isDXYGFF_8 = value;
|
|
}
|
|
};
|
|
|
|
struct VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields
|
|
{
|
|
public:
|
|
// VerCheck VerCheck::<Instance>k__BackingField
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___U3CInstanceU3Ek__BackingField_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields, ___U3CInstanceU3Ek__BackingField_5)); }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * get_U3CInstanceU3Ek__BackingField_5() const { return ___U3CInstanceU3Ek__BackingField_5; }
|
|
inline VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 ** get_address_of_U3CInstanceU3Ek__BackingField_5() { return &___U3CInstanceU3Ek__BackingField_5; }
|
|
inline void set_U3CInstanceU3Ek__BackingField_5(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * value)
|
|
{
|
|
___U3CInstanceU3Ek__BackingField_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// DSLuaClient
|
|
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C : public LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301
|
|
{
|
|
public:
|
|
// LuaInterface.LuaFunction DSLuaClient::_applicationPause
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____applicationPause_11;
|
|
// LuaInterface.LuaFunction DSLuaClient::_applicationActive
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____applicationActive_12;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__applicationPause_11() { return static_cast<int32_t>(offsetof(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C, ____applicationPause_11)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__applicationPause_11() const { return ____applicationPause_11; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__applicationPause_11() { return &____applicationPause_11; }
|
|
inline void set__applicationPause_11(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____applicationPause_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____applicationPause_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__applicationActive_12() { return static_cast<int32_t>(offsetof(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C, ____applicationActive_12)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__applicationActive_12() const { return ____applicationActive_12; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__applicationActive_12() { return &____applicationActive_12; }
|
|
inline void set__applicationActive_12(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
____applicationActive_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____applicationActive_12), (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.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.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
public:
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.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.Object LuaInterface.ToLua::CheckObject<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32Enum>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m84DBF000ED1BEE2825871C677F94A217D3FE166F_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4648AC0FF2C5A9E95DD08EA8C3C5713BE52B35D1_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m63EB2679D4546F2A144001E65A10A45B68C36A68_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,System.Int32Enum>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m672C1FDE6546E0393458606738649973063C4682_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mF11997E2A6B6BDD8F1936F16C7842C64C61E53EC_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.Matrix4x4>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B_gshared (intptr_t ___L0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___v1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m8A2795A27814B4C3728F763EFD6746C69006973C_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_m2AEA777ECF8CC57FA6F4DD3BA75EBD119765B334_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044_gshared (Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_m24BE2EF2193136D01D993C7C75DAF9332FCA73B6_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C_gshared (Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.UInt32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mEE96043FE08DF3DEB6E00EB7B2BD313242DFE842_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128,System.UInt32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m57BCAD8757D6DCBAAF6C6F2D7632F2A26E763078_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle,System.UInt32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m41401591573776BE0F2E429BAD839E3D805EB87C_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<System.Object>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_gshared (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.IntPtr,System.Int32Enum>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6F1562F23339F01642882BCEDC1A6E7C9304F4C7_gshared (Action_2_tFF388D1BE1AC4C4DBF1D06C0BC2E6D928C85C446 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Single,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m7066C7DAA4425F326DD56035F4E7DC9109C7F710_gshared (Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mB83B0C1C61CED5B54803D334FFC7187881D32EFB_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Single,System.Boolean>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194_gshared (Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * __this, float ___arg10, bool ___arg21, const RuntimeMethod* method);
|
|
// !!0 UnityEngine.Component::GetComponent<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call<System.Object>(T1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_TisRuntimeObject_mA5507967175BA01CEBC750E40654AC36991944AB_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, RuntimeObject * ___arg10, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
|
|
// System.Int32 UnityEngine_TextureWrap::SetGlobalAnisotropicFilteringLimits(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::GetNativeTexturePtr(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::IncrementUpdateCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::SetStreamingTextureMaterialDebugProperties(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_GenerateAllMips(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_masterTextureLimit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_mipmapCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_anisotropicFiltering(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_graphicsFormat(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_width(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_height(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_dimension(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_isReadable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapModeU(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapModeV(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapModeW(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_filterMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_anisoLevel(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_mipMapBias(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_texelSize(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_updateCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_totalTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_desiredTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_targetTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_currentTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_nonStreamingTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingMipmapUploadCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingRendererCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_nonStreamingTextureCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTexturePendingLoadCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureLoadingCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureForceLoadAll(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureDiscardUnusedMips(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::get_allowThreadedTextureCreation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_masterTextureLimit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_anisotropicFiltering(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_width(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_height(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_dimension(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapModeU(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapModeV(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapModeW(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_filterMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_anisoLevel(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_mipMapBias(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_streamingTextureForceLoadAll(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_streamingTextureDiscardUnusedMips(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TextureWrap::set_allowThreadedTextureCreation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61 (intptr_t ___L0, 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.Int32 LuaInterface.LuaState::BeginClass(System.Type,System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, Type_t * ___baseType1, String_t* ___name2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaCSFunction::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::RegFunction(System.String,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::RegVar(System.String,LuaInterface.LuaCSFunction,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___get1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___set2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::CheckArgsCount(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B (intptr_t ___L0, int32_t ___count1, const RuntimeMethod* method);
|
|
// System.Double LuaInterface.LuaDLL::luaL_checknumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::SetGlobalAnisotropicFilteringLimits(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_SetGlobalAnisotropicFilteringLimits_m91318B2D0AF91270933E9B35AACBB3FB2DCC5D09 (int32_t ___forcedMin0, int32_t ___globalMax1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960 (intptr_t ___L0, Exception_t * ___e1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Texture>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisTexture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_m0D3BFE1F79E8697DCB9EDE3AD9A5194521A83976 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.IntPtr UnityEngine.Texture::GetNativeTexturePtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Texture_GetNativeTexturePtr_mB29F70DB525E825A4A3BB908F90C06F3171E92FD (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushlightuserdata(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushlightuserdata_m3B731064C79F76F9AE70C580CFCEB889E6D1B917 (intptr_t ___luaState0, intptr_t ___udata1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::IncrementUpdateCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_IncrementUpdateCount_m931165213B9663F5FD263A48578AC7AF0AEA1FC1 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::SetStreamingTextureMaterialDebugProperties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_SetStreamingTextureMaterialDebugProperties_mF13F286528D48E41FC8B1B77A2EB8384EC4578B6 (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.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 LuaInterface.LuaDLL::lua_pushboolean(System.IntPtr,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80 (intptr_t ___luaState0, bool ___value1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushinteger(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23 (intptr_t ___L0, int32_t ___n1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Texture::get_masterTextureLimit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_masterTextureLimit_m2969582409CD9D11C3B51F88FA4EF5F721A7C329 (const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Texture::get_mipmapCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_mipmapCount_mF0AADB6032B95C5C375CB6EA39A69738C402AB1B (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15 (intptr_t ___L0, Exception_t * ___e1, RuntimeObject * ___o2, String_t* ___msg3, const RuntimeMethod* method);
|
|
// UnityEngine.AnisotropicFiltering UnityEngine.Texture::get_anisotropicFiltering()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_anisotropicFiltering_m04866CCFF9C65494DE9AB7513848E7854D133CC3 (const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06 (intptr_t ___L0, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e1, const RuntimeMethod* method);
|
|
// UnityEngine.TextureWrapMode UnityEngine.Texture::get_wrapMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_wrapMode_mC21054C7BC6E958937B7459DAF1D17654284B07A (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.TextureWrapMode UnityEngine.Texture::get_wrapModeU()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_wrapModeU_m6AA0C726051F41322F7C9023D95D736B2D1C5446 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.TextureWrapMode UnityEngine.Texture::get_wrapModeV()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_wrapModeV_mC40D53CC610D62C33E36CAA1A9F81CFB917A6363 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.TextureWrapMode UnityEngine.Texture::get_wrapModeW()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_wrapModeW_m0E083C3952C1EF47592BB47EFC5992885AA78E6B (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.FilterMode UnityEngine.Texture::get_filterMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_filterMode_m4A05E0414655866D27811376709B3A8C584A2579 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Texture::get_anisoLevel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_anisoLevel_m65AD34B5627B2563D7AA5F1DC7B131A606D60C94 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Texture::get_mipMapBias()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Texture_get_mipMapBias_m8E497F94520DB8C04306F9EEED02E065FE08BCC1 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushnumber(System.IntPtr,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653 (intptr_t ___luaState0, double ___number1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Texture::get_texelSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Texture_get_texelSize_m89BA9E4CF5276F4FDBAAD6B497809F3E6DB1E30C (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2 (intptr_t ___L0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v21, const RuntimeMethod* method);
|
|
// System.UInt32 UnityEngine.Texture::get_updateCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Texture_get_updateCount_m7489909E8FF789B538C292F6AEF04FA5798159EE (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_totalTextureMemory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_totalTextureMemory_m43262C746E5CC0C0AFFDB9D3070C1A7FF5C60EA3 (const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::tolua_pushuint64(System.IntPtr,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010 (intptr_t ___luaState0, uint64_t ___n1, const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_desiredTextureMemory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_desiredTextureMemory_m10FFB178F4CF7786F4B926A99BCF27F43DBF5690 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_targetTextureMemory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_targetTextureMemory_mB0E679FA16FCA6A0937D76779E71C8C6796D7261 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_currentTextureMemory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_currentTextureMemory_m8138B7F6DFA9869CF40EEB918FBFA17683FB086D (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_nonStreamingTextureMemory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_nonStreamingTextureMemory_m88CBAFEAFF298AF5DC77BF8119B8F4A7281D2C76 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_streamingMipmapUploadCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_streamingMipmapUploadCount_mD41108DD89202F1608324B585C0B4BD6FE850496 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_streamingRendererCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_streamingRendererCount_m5B5250CC6EC43A2BC65E891E530F663CEA07C874 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_streamingTextureCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_streamingTextureCount_mDA2E8DD99FABEE46DD011B37D01C420E1DD23F97 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_nonStreamingTextureCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_nonStreamingTextureCount_mFEAA618C0910DDD5840DD34FBD84BB8137ED3863 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_streamingTexturePendingLoadCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_streamingTexturePendingLoadCount_m03FE82ABFF55464D2861366D1D7D5C7D57C31668 (const RuntimeMethod* method);
|
|
// System.UInt64 UnityEngine.Texture::get_streamingTextureLoadingCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Texture_get_streamingTextureLoadingCount_m934495FF42278DF290E468E0F6E1AFA01E3E9631 (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Texture::get_streamingTextureForceLoadAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture_get_streamingTextureForceLoadAll_m8CDF0AEA5C7DA15A365157A4D2581EF3D19DAD8F (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Texture::get_streamingTextureDiscardUnusedMips()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture_get_streamingTextureDiscardUnusedMips_mF87F753DC3BE1F14A19F4FD147E585966C5E081E (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Texture::get_allowThreadedTextureCreation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture_get_allowThreadedTextureCreation_m11FD88C411C82292DFED71F66D424E0ADA8E06A6 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_masterTextureLimit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_masterTextureLimit_mD4A63274D886FB02D0132E0A11D3D82522C95177 (int32_t ___value0, 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.Void UnityEngine.Texture::set_anisotropicFiltering(UnityEngine.AnisotropicFiltering)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_anisotropicFiltering_mE8BE050BF5819DFE2992F61B955691B6EF43BDA4 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_wrapMode(UnityEngine.TextureWrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapMode_m85E9A995D5947B59FE13A7311E891F3DEDEBBCEC (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_wrapModeU(UnityEngine.TextureWrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapModeU_mCC498AAF4FE49594A5DBBA7146EB8B6551AEB779 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_wrapModeV(UnityEngine.TextureWrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapModeV_m565DBD072249DD822A324730A7F9488DBCF8E290 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_wrapModeW(UnityEngine.TextureWrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapModeW_mD366631BA00A718CB268F5CD052011535B3EFE37 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mB9AC927A527EFE95771B9B438E2CFB9EDA84AF01 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_anisoLevel(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_anisoLevel_mD2F6FE80CC33E408368734983EBA1463BB2D5712 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_mipMapBias(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_mipMapBias_m38BD81110AE2AA28186242FF551691BC83AB8354 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.LuaDLL::luaL_checkboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE (intptr_t ___luaState0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_streamingTextureForceLoadAll(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_streamingTextureForceLoadAll_m1FBDF5CE459615B79CB0B73716055B1D5827E195 (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_streamingTextureDiscardUnusedMips(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_streamingTextureDiscardUnusedMips_m1FED3198CE19FBF4868068CEF6A3EF26252C114F (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture::set_allowThreadedTextureCreation(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_allowThreadedTextureCreation_mDA8C4D5CFE1910675C802D88AE7C1A0A7C9FF9ED (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_time(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_timeSinceLevelLoad(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_deltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_unscaledTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedUnscaledTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_unscaledDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedUnscaledDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_maximumDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_smoothDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_maximumParticleDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_timeScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_frameCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_renderedFrameCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_realtimeSinceStartup(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_captureDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_captureFramerate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::get_inFixedTimeStep(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::set_fixedDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::set_maximumDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::set_maximumParticleDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::set_timeScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::set_captureDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TimeWrap::set_captureFramerate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::BeginStaticLibs(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndStaticLibs()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_timeSinceLevelLoad()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_timeSinceLevelLoad_mDF4964DE4068B0FEC0F950129C7BEF881D0CF9E0 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_deltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_fixedTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedTime_mA81C3C1F2161F09735E2547A91539618D4D71E9E (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_unscaledTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_fixedUnscaledTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedUnscaledTime_m682A515583592C41C7732F1AAD5DC13A1798966F (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_unscaledDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_fixedUnscaledDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedUnscaledDeltaTime_mB0F666A0C4D5B0C73088464FFF1A0B5DDC0A5D9E (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_fixedDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedDeltaTime_m76C241EDB6F824713AF57DCECD5765871770FA4C (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_maximumDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_maximumDeltaTime_mFE39C41ABEA1A3617FFCFF079C23063E5435E480 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_smoothDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_smoothDeltaTime_m22F7BB00188785BB7AE979B00CAA96284363C985 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_maximumParticleDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_maximumParticleDeltaTime_m1C5B01FE8A954EF22D1954EDCA55D183E97D8D4A (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_timeScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_timeScale_m7E198A5814859A08FD0FFE6DD5F7ED5C907719F8 (const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Time::get_frameCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436 (const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Time::get_renderedFrameCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_renderedFrameCount_mCB786A5DA2B071CAA6D22E2C4B8F0E7262D2CC70 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_realtimeSinceStartup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_captureDeltaTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_captureDeltaTime_m418292C2F67BE8F015E6670DDCAE37636A468A31 (const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Time::get_captureFramerate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_captureFramerate_m35982F94F178494B6D41DD531F051E7A0C7FC531 (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Time::get_inFixedTimeStep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Time_get_inFixedTimeStep_m8766ADD172F7BE75294197E1E1EAEE58CAF1F49D (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Time::set_fixedDeltaTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_fixedDeltaTime_mA626F20F23B4DC1EBBFCBA0125B47A41CB665B30 (float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Time::set_maximumDeltaTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_maximumDeltaTime_mB6509717EFC735072709A7B244638EF96476B7D7 (float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Time::set_maximumParticleDeltaTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_maximumParticleDeltaTime_m2CDD4A40B1054D100A1DD0A5ABC3796383B0BF73 (float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Time::set_timeScale(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_timeScale_mAB89C3BB5DEE81934159C23F103397A77AC3F4AF (float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Time::set_captureDeltaTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_captureDeltaTime_mA81F8AA1A3CD487B5A661134540810F8EE5F4A26 (float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Time::set_captureFramerate(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_captureFramerate_m9CE06049994A234AC1E129D650BBE70E8471B013 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TrackedReferenceWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TrackedReferenceWrap::Equals(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TrackedReferenceWrap::GetHashCode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TrackedReference::op_Equality(UnityEngine.TrackedReference,UnityEngine.TrackedReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TrackedReference_op_Equality_m6176AA0B99576B1734E9A9D7DDA0A27ECACBAA96 (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___x0, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___y1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.TrackedReference>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisTrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_m619CB6829785EC14C8E4A6EF9D9796ADE7CA5CAA (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Object LuaInterface.ToLua::ToVarObject(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TrackedReference::op_Inequality(UnityEngine.TrackedReference,UnityEngine.TrackedReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TrackedReference_op_Inequality_m6F0E8F8E6027E553421BCDEB5062D466914F3D87 (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___x0, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * ___y1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::SetParent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::SetPositionAndRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::Translate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::Rotate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::RotateAround(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::LookAt(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::TransformDirection(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::InverseTransformDirection(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::TransformVector(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::InverseTransformVector(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::TransformPoint(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::InverseTransformPoint(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::DetachChildren(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::SetAsFirstSibling(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::SetAsLastSibling(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::SetSiblingIndex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::GetSiblingIndex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::Find(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::IsChildOf(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::GetEnumerator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::GetChild(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_position(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_localPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_eulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_localEulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_right(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_up(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_forward(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_rotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_localRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_localScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_parent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_worldToLocalMatrix(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_localToWorldMatrix(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_root(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_childCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_lossyScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_hasChanged(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_hierarchyCapacity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::get_hierarchyCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_position(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_localPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_eulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_localEulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_right(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_up(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_forward(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_rotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_localRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_localScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_parent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_hasChanged(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_TransformWrap::set_hierarchyCapacity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0 (intptr_t ___L0, 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.Object LuaInterface.ToLua::CheckObject<UnityEngine.Transform>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_mFAF9209CAB6A864552074BA065D740924A4BF979 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___p0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent0, bool ___worldPositionStays1, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaDLL::luaL_throw(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828 (intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 LuaInterface.ToLua::ToVector3(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion LuaInterface.ToLua::ToQuaternion(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::SetPositionAndRotation(UnityEngine.Vector3,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetPositionAndRotation_mDB9B34321018846FD7E2315CBE8D4A6612E3DE43 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rotation1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Translate(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m0F354939D5084DDFF6B9902E62D3DCA7A3B53EA3 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___translation0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Space>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m84DBF000ED1BEE2825871C677F94A217D3FE166F_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::Translate(UnityEngine.Vector3,UnityEngine.Space)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m91072CBFB456E51FC3435D890E3F7E6A04F4BABD (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___translation0, int32_t ___relativeTo1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::Translate(UnityEngine.Vector3,UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_mB8C4818A228496C1ADD6C2CA5895D765C94A2EF5 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___translation0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___relativeTo1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Translate(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m3367DF1167F152D8801578EBA4C51A398A50FE71 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Translate(System.Single,System.Single,System.Single,UnityEngine.Space)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m5E2AEA765EC8D4A0D84C1DCB2DC7F7E952D3B116 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, int32_t ___relativeTo3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Translate(System.Single,System.Single,System.Single,UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m6A91C3ED57FE292972B18769021410E31EA1B932 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___relativeTo3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m610B6793DCC2F987290D328942E649B5B7DE0F9A (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___eulers0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4648AC0FF2C5A9E95DD08EA8C3C5713BE52B35D1 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4648AC0FF2C5A9E95DD08EA8C3C5713BE52B35D1_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Double LuaInterface.LuaDLL::lua_tonumber(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m6F7F297A2AF39309B4B8F537CCF49A143896CFBA (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___axis0, float ___angle1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3,UnityEngine.Space)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m3424566A0D19A1487AE3A82B08C47F2A2D2A26CB (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___eulers0, int32_t ___relativeTo1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Single,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m63EB2679D4546F2A144001E65A10A45B68C36A68 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m63EB2679D4546F2A144001E65A10A45B68C36A68_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::Rotate(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_mEEA80F3DA5A4C93611D7165DF54763E578477EF9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___xAngle0, float ___yAngle1, float ___zAngle2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,System.Single,UnityEngine.Space>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_mB3272EEF36F4C1BAC39CBF6CB4306F1E0D0C0A72 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m672C1FDE6546E0393458606738649973063C4682_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3,System.Single,UnityEngine.Space)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_mF23DA7E98F655E8A0D633A2757D7F88B2EFA945C (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___axis0, float ___angle1, int32_t ___relativeTo2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::Rotate(System.Single,System.Single,System.Single,UnityEngine.Space)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_mE81F208CECDAFC1117728A21F6322E898475CDBC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___xAngle0, float ___yAngle1, float ___zAngle2, int32_t ___relativeTo3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::RotateAround(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_RotateAround_m433D292B2A38A5A4DEC7DCAE0A8BEAC5C3B2D1DD (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___point0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___axis1, float ___angle2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::LookAt(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_mF2738B4AB464ABFB85D16BEB121808F6C73D669B (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___target0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::LookAt(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_m3EC94482B2585FE03AEEDF90325A1F0B9A84960E (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Transform,UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mB58C4FFB467E15443000313B6D5C84EC69DF6771 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mF11997E2A6B6BDD8F1936F16C7842C64C61E53EC_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::LookAt(UnityEngine.Transform,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_mCC894F5AA3C0EBBCBFAF883232E3DB4DA4990739 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___target0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldUp1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Vector3,UnityEngine.Vector3>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Transform::LookAt(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_m2596A6FFEEB5A39CA85FDF8A42C82FAC6BE88CE2 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldUp1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformDirection(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformDirection_m85FC1D7E1322E94F65DA59AEF3B1166850B183EF (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1 (intptr_t ___L0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v31, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformDirection(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformDirection_m1862DC496C21D190F5F516B1CC82F8005E1515DA (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformDirection(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformDirection_m6F0513F2EC19C204F2077E3C68DD1D45317CB5F2 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformDirection(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformDirection_m1AE09EB4F397528CCD813CC2A0EC00FBD60F7DE5 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformVector(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformVector_m75D0F9F62127C642869F5F0C865540FEE5BB3168 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___vector0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformVector(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformVector_m89F0E459A68B6E2E723898E1EF9F7B163CF070EE (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformVector(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformVector_mC363B03FB4A80E242264469E68489E401285E525 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___vector0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformVector(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformVector_m9D40771BEAA7D12B3E4802220E8B48DD81DBB70E (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformPoint_mA96DC2A20EE7F4F915F7509863A18D99F5DD76CB (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformPoint_m640683035F0A8AD76150B082F55E97718D2162F0 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::DetachChildren()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_DetachChildren_m33C6052FA253DC8781DAD266726587B8DCB61A23 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::SetAsFirstSibling()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetAsFirstSibling_m2CAD80F7C9D89EE145BC9D3D0937D6EBEE909531 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::SetAsLastSibling()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetAsLastSibling_mE3DD5E6421A08BACF1E86FC0EC7EE3AFA262A990 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::SetSiblingIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetSiblingIndex_m108C43B950B2279BF46C914F1A428A9DE0AC0FD2 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Transform::GetSiblingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_GetSiblingIndex_m6FEF9F4DAB8BEAB964A806F3CEE387C1F462B4C1 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.String LuaInterface.ToLua::CheckString(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// UnityEngine.Transform UnityEngine.Transform::Find(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_Find_m673797B6329C2669A543904532ABA1680DA4EAD1 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, String_t* ___n0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A (intptr_t ___L0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Transform::IsChildOf(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Transform_IsChildOf_mCB98BA14F7FB82B6AF6AE961E84C47AE1D99AA80 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent0, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator UnityEngine.Transform::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_mE98B6C5F644AE362EC1D58C10506327D6A5878FC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Collections.IEnumerator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2 (intptr_t ___L0, RuntimeObject* ___iter1, const RuntimeMethod* method);
|
|
// UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_localPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_eulerAngles_mF2D798FA8B18F7A1A0C4A2198329ADBAF07E37CA (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_localEulerAngles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localEulerAngles_m445AD7F6706B0BDABA8A875C899EB1E1DF1A2A2B (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_right()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_right_mC32CE648E98D3D4F62F897A2751EE567C7C0CFB0 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_up()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_up_m3E443F6EB278D547946E80D77065A871BEEEE282 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_forward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_forward_m0BE1E88B86049ADA39391C3ACED2314A624BC67F (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Transform::get_rotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC (intptr_t ___L0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___q1, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Transform::get_localRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Transform_get_localRotation_mEDA319E1B42EF12A19A95AC0824345B6574863FE (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_localScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Transform UnityEngine.Transform::get_parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Matrix4x4 UnityEngine.Transform::get_worldToLocalMatrix()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Transform_get_worldToLocalMatrix_m4791F881839B1087B17DC126FC0CA7F9A596073E (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.Matrix4x4>(System.IntPtr,T)
|
|
inline void ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B (intptr_t ___L0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___v1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA , const RuntimeMethod*))ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B_gshared)(___L0, ___v1, method);
|
|
}
|
|
// UnityEngine.Matrix4x4 UnityEngine.Transform::get_localToWorldMatrix()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Transform_get_localToWorldMatrix_mBC86B8C7BA6F53DAB8E0120D77729166399A0EED (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Transform UnityEngine.Transform::get_root()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_root_m101A8B5C2CC6D868B6B66EEDBD5336FC1EB5DDD6 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Transform::get_childCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Transform::get_lossyScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_lossyScale_m9C2597B28BE066FC061B7D7508750E5D5EA9850F (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Transform::get_hasChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Transform_get_hasChanged_m57B246DA5FB4AC01F1F109DCFE1D7A12048767D2 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Transform::get_hierarchyCapacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_hierarchyCapacity_mE570C4007779A8E80CBA1DCC1152C82B912B16A1 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Transform::get_hierarchyCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_hierarchyCount_mC1AAE99D97DBD671B460A65C7A60F70E2D3E6419 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_m4B2B374C0B089A7ED0B522A3A4C56FA868992685 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_right(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_right_mD126BB179CF8EB170AEDE544DE19F559ACBF839B (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_up(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_up_m05A833821812AF78009A8EFB949C4EFC8087C46A (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_forward(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_forward_m02858E8B3313B27174B19E9113F24EF25FBCEC7F (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m429694E264117C6DC682EC6AF45C7864E5155935 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_m65B8E4660B2C554069C57A957D9E55FECA7AA73E (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_hasChanged(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_hasChanged_mA2BDCABEEF63468A4CF354CB7ACFDCC8E910A3D9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Transform::set_hierarchyCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_hierarchyCapacity_m872D79DC8662200A0BB5F3F30E1C118F1E762A71 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::_CreateUnityEngine_WWW(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::EscapeURL(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::UnEscapeURL(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::LoadFromCacheOrDownload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::LoadImageIntoTexture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::Dispose(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::GetAudioClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::GetAudioClipCompressed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_assetBundle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_bytes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_bytesDownloaded(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_error(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_isDone(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_progress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_responseHeaders(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_text(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_texture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_textureNonReadable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_threadPriority(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_uploadProgress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_url(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::get_keepWaiting(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WWWWrap::set_threadPriority(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWW::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW__ctor_m855BBB40089401B7BE6DE7A19FAD81EB070A2196 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, String_t* ___url0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushObject(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.WWWForm>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisWWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_m51FBC956BADC008A4B8B8BECA9CDB42C48FD1362 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.WWW::.ctor(System.String,UnityEngine.WWWForm)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW__ctor_mCD26DA4AF4D023C128F1E031AC85A0557B98E6BF (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, String_t* ___url0, WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * ___form1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Byte[]>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_m157E2A98A177327B45D3E7FD40BB22217D9916E6 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Byte[] LuaInterface.ToLua::CheckByteBuffer(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ToLua_CheckByteBuffer_m7C047F582199524B397D55711935A43902DA2A6F (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWW::.ctor(System.String,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW__ctor_m81C5EB408BE86137E31C00F48E8902CB896DF612 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, String_t* ___url0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___postData1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWW::.ctor(System.String,System.Byte[],System.Collections.Generic.Dictionary`2<System.String,System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW__ctor_mB59A96D78FFCCD48B23664B730086222CE2C3881 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, String_t* ___url0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___postData1, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___headers2, const RuntimeMethod* method);
|
|
// System.String UnityEngine.WWW::EscapeURL(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_EscapeURL_m380EF432DAC12ED77405BDF7C4C98797AF226161 (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushstring(System.IntPtr,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7 (intptr_t ___luaState0, String_t* ___str1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<System.Text.Encoding>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisEncoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_m7A45C6B65330716EB20FE830CF9FA13D31DE5109 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.String UnityEngine.WWW::EscapeURL(System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_EscapeURL_m0647BBF9E8044A60534D2139A91DA4A788D91420 (String_t* ___s0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1, const RuntimeMethod* method);
|
|
// System.String UnityEngine.WWW::UnEscapeURL(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_UnEscapeURL_m0430FDFBA4FAD03645B4D8306A02D94F0D411AB7 (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.WWW::UnEscapeURL(System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_UnEscapeURL_m5D07E9BA042F4FF2879A435F1603C3458840127E (String_t* ___s0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m8A2795A27814B4C3728F763EFD6746C69006973C (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m8A2795A27814B4C3728F763EFD6746C69006973C_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// UnityEngine.WWW UnityEngine.WWW::LoadFromCacheOrDownload(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * WWW_LoadFromCacheOrDownload_mB4C50AF1649A0976B8B354D793D945AC42CE4170 (String_t* ___url0, int32_t ___version1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_m2AEA777ECF8CC57FA6F4DD3BA75EBD119765B334 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_m2AEA777ECF8CC57FA6F4DD3BA75EBD119765B334_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.Hash128>::Invoke(!0,!1)
|
|
inline Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044 (Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 (*) (Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// UnityEngine.WWW UnityEngine.WWW::LoadFromCacheOrDownload(System.String,UnityEngine.Hash128)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * WWW_LoadFromCacheOrDownload_m614C5C778BA355FEBD09FB5E8E913779F9301DFF (String_t* ___url0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_m24BE2EF2193136D01D993C7C75DAF9332FCA73B6 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_m24BE2EF2193136D01D993C7C75DAF9332FCA73B6_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.CachedAssetBundle>::Invoke(!0,!1)
|
|
inline CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C (Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 (*) (Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// UnityEngine.WWW UnityEngine.WWW::LoadFromCacheOrDownload(System.String,UnityEngine.CachedAssetBundle,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * WWW_LoadFromCacheOrDownload_m203E37937225D1F153BBEC030AE9EE5ECFF42927 (String_t* ___url0, CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 ___cachedBundle1, uint32_t ___crc2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.UInt32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mEE96043FE08DF3DEB6E00EB7B2BD313242DFE842 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mEE96043FE08DF3DEB6E00EB7B2BD313242DFE842_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// UnityEngine.WWW UnityEngine.WWW::LoadFromCacheOrDownload(System.String,System.Int32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * WWW_LoadFromCacheOrDownload_m09928D23AFA50A3F33179B7B931D08949D43965C (String_t* ___url0, int32_t ___version1, uint32_t ___crc2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.Hash128,System.UInt32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m57BCAD8757D6DCBAAF6C6F2D7632F2A26E763078 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m57BCAD8757D6DCBAAF6C6F2D7632F2A26E763078_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// UnityEngine.WWW UnityEngine.WWW::LoadFromCacheOrDownload(System.String,UnityEngine.Hash128,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * WWW_LoadFromCacheOrDownload_m1018CDF26B997EFA8AC848237A447D3409659870 (String_t* ___url0, Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 ___hash1, uint32_t ___crc2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.CachedAssetBundle,System.UInt32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m41401591573776BE0F2E429BAD839E3D805EB87C (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m41401591573776BE0F2E429BAD839E3D805EB87C_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.WWW>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Void UnityEngine.WWW::LoadImageIntoTexture(UnityEngine.Texture2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW_LoadImageIntoTexture_mEF2FB1F3F1FA61819358618215093D1CBCA93B48 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___texture0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWW::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWW_Dispose_m481A801C09AEF9D4B7EE5BD680ECE80C0B1E0F66 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AudioClip UnityEngine.WWW::GetAudioClip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * WWW_GetAudioClip_mD93261406301F373A22AC2A79BECF3599EE7495A (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AudioClip>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000 (intptr_t ___L0, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// UnityEngine.AudioClip UnityEngine.WWW::GetAudioClip(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * WWW_GetAudioClip_m5945A22678493736CAB9CF45A4EF21A6778B982F (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, bool ___threeD0, const RuntimeMethod* method);
|
|
// UnityEngine.AudioClip UnityEngine.WWW::GetAudioClip(System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * WWW_GetAudioClip_m9BD6940E04116E99077715D28F9EBF9AE7FE233C (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, bool ___threeD0, bool ___stream1, const RuntimeMethod* method);
|
|
// UnityEngine.AudioClip UnityEngine.WWW::GetAudioClip(System.Boolean,System.Boolean,UnityEngine.AudioType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * WWW_GetAudioClip_m06DB54A063B83E071686E1D6B1452FB35ABE4C46 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, bool ___threeD0, bool ___stream1, int32_t ___audioType2, const RuntimeMethod* method);
|
|
// UnityEngine.AudioClip UnityEngine.WWW::GetAudioClipCompressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * WWW_GetAudioClipCompressed_m197494FE11E4AF863BF5A559F6981FF1C849AEA6 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AudioClip UnityEngine.WWW::GetAudioClipCompressed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * WWW_GetAudioClipCompressed_mC1C2380528AC7A0382AC7DA267554A8AA8A9594B (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, bool ___threeD0, const RuntimeMethod* method);
|
|
// UnityEngine.AudioClip UnityEngine.WWW::GetAudioClipCompressed(System.Boolean,UnityEngine.AudioType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * WWW_GetAudioClipCompressed_mB6A5B9298CF92974455C387B099909C24F4257C2 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, bool ___threeD0, int32_t ___audioType1, const RuntimeMethod* method);
|
|
// UnityEngine.AssetBundle UnityEngine.WWW::get_assetBundle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * WWW_get_assetBundle_m3276DE6B6151D92A0B3E516D131386386053F864 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Byte[] UnityEngine.WWW::get_bytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* WWW_get_bytes_m9C9B2E62AC6733A39EDBF61E5C751438EC41126C (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Array)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F (intptr_t ___L0, RuntimeArray * ___array1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.WWW::get_bytesDownloaded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WWW_get_bytesDownloaded_mEE7775B5A8E665F57F710A0A822A7C9F2CE3B505 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.String UnityEngine.WWW::get_error()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_error_mED42EEAAE7847167CCEEFF2098563F78A79F8C2A (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.WWW::get_isDone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWW_get_isDone_m7D3800B83136885374E82BFC6ACB63BA3F6AB5DF (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.WWW::get_progress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String> UnityEngine.WWW::get_responseHeaders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * WWW_get_responseHeaders_mDA4A87E542D3E362DE73BB54A9383D6147E62121 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<System.Collections.Generic.Dictionary`2<System.String,System.String>>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisDictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_mA28CC060D849D605436A049680A6120121A8955A (intptr_t ___L0, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// System.String UnityEngine.WWW::get_text()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_text_mC889F75AD1B47FD117196F98F3DDDC83985BD0E1 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Texture2D UnityEngine.WWW::get_texture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * WWW_get_texture_mD513AF1C1A59301515DFBC972E4530B886842C01 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Texture2D>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD (intptr_t ___L0, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// UnityEngine.Texture2D UnityEngine.WWW::get_textureNonReadable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * WWW_get_textureNonReadable_m50D1E639B3A5C4D952E98105255E087984C40CA5 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.ThreadPriority UnityEngine.WWW::get_threadPriority()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t WWW_get_threadPriority_m3E46CCF178741CD4234B3DCA1D87D1613B5B16E5_inline (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.WWW::get_uploadProgress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float WWW_get_uploadProgress_m64B269EE2BD19A75A1CF165BA2A6712B49089D96 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.String UnityEngine.WWW::get_url()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WWW_get_url_m201062308E01D69B4AED10B7BBA6B345F8E42089 (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWW::set_threadPriority(UnityEngine.ThreadPriority)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WWW_set_threadPriority_m17652E0A8533314986B1C443CD114ECDAFA1DAFA_inline (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Once(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Loop(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_PingPong(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Default(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_ClampForever(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Clamp(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_WrapModeWrap::IntToEnum(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 LuaInterface.LuaState::BeginEnum(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_BeginEnum_mD3D95C60CBABDBBC14B6BC736F6114662687ED60 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::EndEnum()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndEnum_mAA1B82D43BB2394964E43DD29B5C23893782B30D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
|
|
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void System.Action`2<System.IntPtr,UnityEngine.WrapMode>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_mF52DBD6BE903E286765A2CE561C855359CC489D8 (Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m6F1562F23339F01642882BCEDC1A6E7C9304F4C7_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Boolean LuaInterface.TypeChecker::CheckEnumType(System.Type,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckEnumType_mDC140E020CB3ACA4C5870D7466A252F7F5C61AA3 (Type_t * ___type0, intptr_t ___L1, int32_t ___pos2, const RuntimeMethod* method);
|
|
// System.Void VerCheck::set_Instance(VerCheck)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57E_inline (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___value0, const RuntimeMethod* method);
|
|
// System.Boolean VerCheck::IsAndroid64bit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VerCheck_IsAndroid64bit_m14054EA809CD869BF091C5C2E591839BEB921E76 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck::CreateVersionView()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_CreateVersionView_m8E969AB1A4ADFF07227383B80887063214869F37 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator VerCheck::CheckNet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator VerCheck::__WaitReset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck___WaitReset_mC0C9EA6729077835208C839425884ED4FBB999D6 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<__WaitReset>d__11::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__WaitResetU3Ed__11__ctor_mE57847E04238C7E1F531745119372346D364DEF9 (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void taurus.unity.ResourcesManager::ReadAssetConfig(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourcesManager_ReadAssetConfig_mBDDB42465050AAEB0FB3857E7557F466BE405BE4 (String_t* ___base_path0, const RuntimeMethod* method);
|
|
// FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15 (String_t* ___descFilePath0, const RuntimeMethod* method);
|
|
// FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20 (String_t* ___url0, const RuntimeMethod* method);
|
|
// FairyGUI.GComponent FairyGUI.GObject::get_asCom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GObject_get_asCom_mD3EC36D6BEC8B2540AD6FE7BD7EBD40CCE8BA7EC (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
|
|
// FairyGUI.GRoot FairyGUI.GRoot::get_inst()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12 (const RuntimeMethod* method);
|
|
// System.Single FairyGUI.GObject::get_width()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.GObject::set_x(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.Application::get_persistentDataPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<CheckNet>d__14::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckNetU3Ed__14__ctor_m7B5762570945F56DC81A78E809215B5BD761BDFB (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<CheckAssetConfig>d__15::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAssetConfigU3Ed__15__ctor_mE2A9EE1B310A44CF840C9E6C4CA22D797460A429 (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<VersionUpdateCheck>d__16::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CVersionUpdateCheckU3Ed__16__ctor_m94DD70C64CBC307A4DD1D58BE7C47E0FE10B805A (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<>c__DisplayClass17_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0__ctor_m2BEFB934F51EF6CFBFD0AA4990A40920AE527A92 (U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * __this, const RuntimeMethod* method);
|
|
// FairyGUI.Controller FairyGUI.GComponent::GetController(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// FairyGUI.GObject FairyGUI.GComponent::GetChild(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// FairyGUI.EventListener FairyGUI.GObject::get_onClick()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.EventCallback0::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Set_m4591B4A5F347356D085E6241A47B2321F14804BD (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.File::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::Delete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.Directory::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory::Delete(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107 (String_t* ___path0, bool ___recursive1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.MonoBehaviour::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck::ShowTip(System.String,System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, String_t* ___text0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___callback1, const RuntimeMethod* method);
|
|
// System.Void VerCheck::DeleteOldPack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_DeleteOldPack_mA502E2A635A25EE17568DAA3FD59BF65EAA4351C (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::OpenURL(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_OpenURL_m2888DA5BDF68B1BC23E983469157783F390D7BC8 (String_t* ___url0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::Quit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95 (const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator VerCheck::CheckAssetConfig(Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___server_version0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.GSlider::set_value(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_set_value_mC822E950486BD500108CE23AA54F00561DD15091 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, double ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Action::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<CheckAssetConfig>d__15::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAssetConfigU3Ed__15_U3CU3Em__Finally1_mDF614B25448BA07DA1989EE100F31FFC557A0EE2 (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<>c__DisplayClass15_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_m277D053474FFB7A6715A8CE26CBB623985508057 (U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * __this, const RuntimeMethod* method);
|
|
// Version Hotupdate::GetLocalVersion(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B (String_t* ____base_path0, const RuntimeMethod* method);
|
|
// System.Boolean Version::ContainAll(Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_ContainAll_m9F99B032D3D2BD680A5F08DF3D3DC0DEEB82B098 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version0, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
|
|
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<>c__DisplayClass15_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1__ctor_m6FBEDF106D390FDA899A5126E7E4F828924FFBAB (U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * __this, const RuntimeMethod* method);
|
|
// System.Object MiniJSON.Json::Deserialize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5 (String_t* ___json0, const RuntimeMethod* method);
|
|
// FairyGUI.GSlider FairyGUI.GObject::get_asSlider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * GObject_get_asSlider_mD4090D3505FCD76CF501DFA1E1F74D7FE917D814 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Single,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_m7066C7DAA4425F326DD56035F4E7DC9109C7F710 (Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m7066C7DAA4425F326DD56035F4E7DC9109C7F710_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Collections.IEnumerator VerCheck::VersionUpdateCheck(System.Collections.ArrayList,System.Action`2<System.Single,System.Boolean>,FairyGUI.GObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck_VersionUpdateCheck_mCACFFB14075527FEB4740EF64AC5A56CBF59FE31 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___asset_config_list0, Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * ___onback1, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___tip2, 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 System.IO.File::WriteAllText(System.String,System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9 (String_t* ___path0, String_t* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
|
|
// System.String System.IO.File::ReadAllText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|
// System.Void Version::FillData(Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_FillData_m318C56F2AA241120D19657754EDE02909E1236B0 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version0, const RuntimeMethod* method);
|
|
// System.Void GameApplication::StartGame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameApplication_StartGame_m8AFB751707E4E744D4D8FE840DF0F3AB0B714B98 (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<CheckAssetConfig>d__15::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAssetConfigU3Ed__15_System_IDisposable_Dispose_m85ABC24FDB44B8628DC8326EFD67C9A25F30D4AB (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<CheckNet>d__14::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckNetU3Ed__14_U3CU3Em__Finally1_m1B632F7D53E69867C2FB85EB14583834837FC50A (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method);
|
|
// System.Int32 AppVest::init(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest_init_m141C4CC7DBC7463097F1C72FC6CD46EA6EE9D9EB (String_t* ___key0, String_t* ___id1, const RuntimeMethod* method);
|
|
// System.Int32 AppVest::getServerIPAndPort(securityConnection&,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest_getServerIPAndPort_m08AFA107D519ED3BEFEA9A973C48DD3866F3D375 (securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * ___conn0, String_t* ___host1, int32_t ___port2, const RuntimeMethod* method);
|
|
// System.Int32 DxyVest::Start(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DxyVest_Start_mFC8EA412F47B9519FE93B11C9F84CA402D34633B (String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<>c__DisplayClass14_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_mBFB2E88C48B14B6EA44190936E5246C8C1697255 (U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * __this, const RuntimeMethod* method);
|
|
// System.Void GameApplication::set_GameInfo(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GameApplication_set_GameInfo_m1BD01E21E1AA618F51CC2233189260A80C212EDD_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
|
|
// System.Void Version::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, String_t* ___version0, const RuntimeMethod* method);
|
|
// System.Int32 Version::get_max_version()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method);
|
|
// System.Int32 Version::get_min_version()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_min_version_mE780726012461A5BB24C8A47A01558E945D750ED_inline (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method);
|
|
// System.Void VerCheck/<CheckNet>d__14::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckNetU3Ed__14_System_IDisposable_Dispose_m1D523235A041CC43027BD33AF3A5EDD004FB4FB3 (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::.ctor(System.String,Version,Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___base_path0, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___local_version1, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___server_version2, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::set_AssetName(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_AssetName_mA74E341F0EC448E3C88DD1A7F91F49271C2729D8_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::set_HideDetail(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.String,System.Action>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489 (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mB83B0C1C61CED5B54803D334FFC7187881D32EFB_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void Hotupdate::SetTipCallback(System.Action`2<System.String,System.Action>)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_SetTipCallback_m0EE97BF224F651F2A8252E07F0C469184A4F67A4_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ___callback0, const RuntimeMethod* method);
|
|
// System.Void Hotupdate::LoadAsset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hotupdate_LoadAsset_m1032A11E04AEA9F9E22C9292612A550A633563A5 (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Single Hotupdate::get_Progress()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Hotupdate_get_Progress_m74625CBCE1D3731A5885BA077AA9CD84858F0997_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Void System.Action`2<System.Single,System.Boolean>::Invoke(!0,!1)
|
|
inline void Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194 (Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * __this, float ___arg10, bool ___arg21, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 *, float, bool, const RuntimeMethod*))Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.String Hotupdate::get_TextTip()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Hotupdate_get_TextTip_m2709ACDCAAA7B501A1D5899DC662EA6F3FE09866_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// System.Boolean Hotupdate::get_Done()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Hotupdate_get_Done_m285C01BF8BACE227F7C8468370FD08E28D334842_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method);
|
|
// !!0 UnityEngine.Component::GetComponent<DSLuaClient>()
|
|
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * Component_GetComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_m491E197EEFEA4B9C3DB2371722C81721BFAEC4CA (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.GC::Collect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971 (const RuntimeMethod* method);
|
|
// System.Void FairyGUI.FontManager::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager_Clear_m07DB8B7E80DC78736F598BBEB0595A3BA40F9939 (const RuntimeMethod* method);
|
|
// System.Void FairyGUI.UIPackage::RemoveAllPackages()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4 (const RuntimeMethod* method);
|
|
// System.Void taurus.unity.ResourcesManager::DestroyAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourcesManager_DestroyAll_mA1ADEC6B499791F3F95D87B6743D5E52DD63485D (const RuntimeMethod* method);
|
|
// System.Int32[] Version::ReadVersionArray(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Version_ReadVersionArray_m11DB834E1B56A2341448F675B8017CC5E7D4185B (String_t* ___text0, const RuntimeMethod* method);
|
|
// System.Void Version::set_max_version(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_set_max_version_m72F982E4A5B39C14244C5E686563ED6885218A1B (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void Version::set_min_version(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_set_min_version_m5AA05282DF7DD4465D34A69810F8E9A852568D1F (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 Version::get_pack_version()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_pack_version_m8EF0D0E38D900D79CB18CC1ED59ABFA2C786CE4D_inline (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method);
|
|
// System.Void Version::set_pack_version(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_set_pack_version_m9BBF28B227A273657A60497238209E55A1AB1D1B (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
|
|
// System.String[] System.String::Split(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
|
|
// System.Int32 System.Int32::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::_CreateVersion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::FillData(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::ContainAll(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::ToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::ReadVersion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::ReadVersionArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::get_DEFUALT(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::get_max_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::get_min_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::get_pack_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::set_max_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::set_min_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VersionWrap::set_pack_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<Version>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Int32 Version::ReadVersion(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Version_ReadVersion_mF0EACE0F53D30BED0469F71AFFD3C518F89804C0 (String_t* ___text0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Microphone::End(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Microphone_End_m2E3D0E4890AE014AF687987F6160CA3D5ACDC29F (String_t* ___deviceName0, const RuntimeMethod* method);
|
|
// UnityEngine.AudioClip UnityEngine.Microphone::Start(System.String,System.Boolean,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * Microphone_Start_mF756A7EBA3E62EF0D138A220482B725D16E96047 (String_t* ___deviceName0, bool ___loop1, int32_t ___lengthSec2, int32_t ___frequency3, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Microphone::GetPosition(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Microphone_GetPosition_m1C177D77958EB1BBADE1EEBB721428059B14A7FF (String_t* ___deviceName0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Microphone::IsRecording(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Microphone_IsRecording_m2E3373AD36865B7261BBA5E9140271A08E0FA004 (String_t* ___deviceName0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AudioClip::GetData(System.Single[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioClip_GetData_m8150E67D6068CAA88BE4155CB5924B2359272EE0 (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___data0, int32_t ___offsetSamples1, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
|
|
// System.Int64 System.DateTime::get_Ticks()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780 (int32_t ___min0, int32_t ___max1, const RuntimeMethod* method);
|
|
// System.Byte[] System.BitConverter::GetBytes(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_mB7DFC7C4705F916C40527A87C9AA6D0EABC23512 (int16_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::Remove(!0)
|
|
inline bool Dictionary_2_Remove_mC1F4623B421B6C4AFE5C46877C88FE82AD144A3B (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * __this, String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
|
|
}
|
|
// UnityEngine.AudioClip UnityEngine.AudioClip::Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * AudioClip_Create_m76744E6CF5A521F79D0282A6FBEAAC37FE9C0BF5 (String_t* ___name0, int32_t ___lengthSamples1, int32_t ___channels2, int32_t ___frequency3, bool ___stream4, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AudioClip::SetData(System.Single[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioClip_SetData_m7B400A0E491EDFE98D3A732D189443846E74CD6C (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___data0, int32_t ___offsetSamples1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mC3514D35661552F7E0D3D3258F1FC68A1F3A84D4 (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * __this, String_t* ___key0, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 *, String_t*, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Collections.IEnumerator Voice::UpLoad(System.Byte[],System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Voice_UpLoad_m41D45DBBE6A703013A901C6293557C0857CD4811 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, String_t* ___filename1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method);
|
|
// System.Void Voice/<UpLoad>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpLoadU3Ed__8__ctor_m5593A6E32D3EBC9AA3E8F2FD8A25253F06C91351 (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AudioClip::UnloadAudioData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioClip_UnloadAudioData_mE75A7CDF01DCF9905E285468DDEA7646623B084A (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Clear()
|
|
inline void Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::Clear()
|
|
inline void Dictionary_2_Clear_m3B956AB9F681AC20CED50779DCE2415ADFCCBF55 (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_m292557C906642D06BCE92ECD61FE1ABF1E174F2A (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * __this, String_t* ___key0, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 *, String_t*, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean LuaInterface.LuaBaseRef::op_Inequality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call<UnityEngine.AudioClip>(T1)
|
|
inline void LuaFunction_Call_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m3E435ABD34E0E6955DC43550A5AB6BE3DDED10A8 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___arg10, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *, const RuntimeMethod*))LuaFunction_Call_TisRuntimeObject_mA5507967175BA01CEBC750E40654AC36991944AB_gshared)(__this, ___arg10, method);
|
|
}
|
|
// System.Collections.IEnumerator Voice::DownloadVoice(System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Voice_DownloadVoice_m5C72F3C2264A10EFFE5F59F5D0354B4E44786ED6 (String_t* ___url0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback1, const RuntimeMethod* method);
|
|
// System.Void Voice/<DownloadVoice>d__11::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownloadVoiceU3Ed__11__ctor_m8C47BB55BBD85C6207F65B09E44F3FA0023FA7AB (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
|
|
inline void Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::.ctor()
|
|
inline void Dictionary_2__ctor_m1EA136DFA4635D096E26B0186AFAEC96D8222121 (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Byte[] BestHTTP.Decompression.Zlib.DeflateStream::UncompressBuffer(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeflateStream_UncompressBuffer_m2B10544E29A21BA195F7A70E39E5C5EBA80CEF4F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___compressed0, const RuntimeMethod* method);
|
|
// System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_mBFC7B476188DF611E2B21C89693258F6A4969CEA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Object::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] BestHTTP.Decompression.Zlib.DeflateStream::CompressBuffer(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeflateStream_CompressBuffer_mF7A43505E3181B3C846720BBD6EB711A6A282D94 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWWForm::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695 (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWWForm::AddField(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8 (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this, String_t* ___fieldName0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.WWWForm::AddBinaryData(System.String,System.Byte[],System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddBinaryData_mDC01404EEF71794A04210CA2696C11CB81FCF30F (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this, String_t* ___fieldName0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___contents1, String_t* ___fileName2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaFunction::Call<System.String>(T1)
|
|
inline void LuaFunction_Call_TisString_t_mF65E37FED5404F2E27CBF2564768EA8ED68A72C9 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, String_t* ___arg10, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, String_t*, const RuntimeMethod*))LuaFunction_Call_TisRuntimeObject_mA5507967175BA01CEBC750E40654AC36991944AB_gshared)(__this, ___arg10, method);
|
|
}
|
|
// System.Int32 VoiceWrap::BeginRecord(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VoiceWrap::EndRecord(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VoiceWrap::CrealRecord(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VoiceWrap::DownLoad(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VoiceWrap::get_VoiceUpload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VoiceWrap::get_VoiceDownload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VoiceWrap::set_VoiceUpload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 VoiceWrap::set_VoiceDownload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaState::RegConstant(System.String,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RegConstant_m0BA9418759AF0605B2753EC8FBE24CB461FD4DC0 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, double ___d1, const RuntimeMethod* method);
|
|
// System.Void Voice::BeginRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice_BeginRecord_mF1A695F3C1663904D51EDB943C3FED602D1229F4 (const RuntimeMethod* method);
|
|
// LuaInterface.LuaFunction LuaInterface.ToLua::CheckLuaFunction(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Boolean Voice::EndRecord(System.String,System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Voice_EndRecord_m05643691C67BC861CD87126BE03CD6271ACB8C95 (String_t* ___desk0, String_t* ___userid1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method);
|
|
// System.Void Voice::CrealRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice_CrealRecord_m19013DB1747A29D41F9CB44C668897FF1F98C61C (const RuntimeMethod* method);
|
|
// System.Void Voice::DownLoad(System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice_DownLoad_mE6B16CA11D91B1B177A4F3D385DC9BCD3A0D709E (String_t* ___url0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback1, const RuntimeMethod* method);
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_TextureWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TextureWrap_Register_mA5624C7BE4B49143508A379DF263F5AB7912D96A (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_Register_mA5624C7BE4B49143508A379DF263F5AB7912D96A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.Texture), typeof(UnityEngine.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var) };
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetGlobalAnisotropicFilteringLimits", SetGlobalAnisotropicFilteringLimits);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral8E0516E60103FC3932AF951CF6E72C0C723CA78B, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetNativeTexturePtr", GetNativeTexturePtr);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral15769E9845DDC94787F9C43F5D2A2DBAB4CD89B5, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("IncrementUpdateCount", IncrementUpdateCount);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral4613222C7CDA219CA41714128B1077ED4C0D154A, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetStreamingTextureMaterialDebugProperties", SetStreamingTextureMaterialDebugProperties);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralF8A6A746013462708F9321145484C18BEA9F7325, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_16, /*hidden argument*/NULL);
|
|
// L.RegVar("GenerateAllMips", get_GenerateAllMips, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_17, _stringLiteralD7C3788618B953152E51F0012B7083B4678ED630, L_18, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("masterTextureLimit", get_masterTextureLimit, set_masterTextureLimit);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_21 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_21, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_19, _stringLiteral364E268497175532AD01E50476542FA9755705CB, L_20, L_21, /*hidden argument*/NULL);
|
|
// L.RegVar("mipmapCount", get_mipmapCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_22 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_23 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_23, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_22, _stringLiteral9071C896600D9C060FF9E7FDA59AEF1062D96252, L_23, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("anisotropicFiltering", get_anisotropicFiltering, set_anisotropicFiltering);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_24 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_25 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_25, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_24, _stringLiteral7F682F7127739A0F1DFCE5BAFCA1788CFE2C6B61, L_25, L_26, /*hidden argument*/NULL);
|
|
// L.RegVar("graphicsFormat", get_graphicsFormat, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteral1729647A70DDA65324175530A2D0D474E2538988, L_28, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("width", get_width, set_width);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_31 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_31, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3, L_30, L_31, /*hidden argument*/NULL);
|
|
// L.RegVar("height", get_height, set_height);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_32 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_33 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_33, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_32, _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D, L_33, L_34, /*hidden argument*/NULL);
|
|
// L.RegVar("dimension", get_dimension, set_dimension);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_37 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_37, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_35, _stringLiteral2E2815C7ABBA587A67E52CE2A702CA27FD952388, L_36, L_37, /*hidden argument*/NULL);
|
|
// L.RegVar("isReadable", get_isReadable, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_38 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_39 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_39, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_38, _stringLiteralB7168FC1777374F5BC3A3C6F817A837051D26402, L_39, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("wrapMode", get_wrapMode, set_wrapMode);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_40 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_41 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_41, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_40, _stringLiteral653D883F5CE204439568BD8F3112E8368FD9259B, L_41, L_42, /*hidden argument*/NULL);
|
|
// L.RegVar("wrapModeU", get_wrapModeU, set_wrapModeU);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_45 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_45, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteralFC1C7F4E00324B0D75731D60656DC8E29B90333A, L_44, L_45, /*hidden argument*/NULL);
|
|
// L.RegVar("wrapModeV", get_wrapModeV, set_wrapModeV);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_46 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_47 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_47, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_48 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_48, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_46, _stringLiteral1E4F0DF0FD1727488CEB8688712E5AB1BB1E3244, L_47, L_48, /*hidden argument*/NULL);
|
|
// L.RegVar("wrapModeW", get_wrapModeW, set_wrapModeW);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_49 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_50 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_50, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_51 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_51, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_49);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_49, _stringLiteral90D502C3EF8FFA922EDBBD570DF4C31B8F2C48E9, L_50, L_51, /*hidden argument*/NULL);
|
|
// L.RegVar("filterMode", get_filterMode, set_filterMode);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_52 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_53 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_53, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_54 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_54, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_52, _stringLiteral77920E7AC30D4EBA99FBBD43E0D9CD9D321939C7, L_53, L_54, /*hidden argument*/NULL);
|
|
// L.RegVar("anisoLevel", get_anisoLevel, set_anisoLevel);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_55 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_56 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_56, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_57 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_57, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_55);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_55, _stringLiteralB0568BA01FEB5B958A8126E28F4668FEABED7E60, L_56, L_57, /*hidden argument*/NULL);
|
|
// L.RegVar("mipMapBias", get_mipMapBias, set_mipMapBias);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_58 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_59 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_59, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_60 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_60, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_58);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_58, _stringLiteral435EE53A5FF0AC3EA0178F95D9A641E16B466419, L_59, L_60, /*hidden argument*/NULL);
|
|
// L.RegVar("texelSize", get_texelSize, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_61 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_62 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_62, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_61);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_61, _stringLiteral69C8EFA85B8C54C13242FA2B0A420E1E62E38E47, L_62, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("updateCount", get_updateCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_63 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_64 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_64, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_63, _stringLiteral95C039D5AE7D0D0413D4B66F77953F75F2CF5DB3, L_64, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("totalTextureMemory", get_totalTextureMemory, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_65 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_66 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_66, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_65);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_65, _stringLiteral655C326AF8C403C51FA1737FC8771079A4E69B88, L_66, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("desiredTextureMemory", get_desiredTextureMemory, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_67 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_68 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_68, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_67);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_67, _stringLiteral75330F5C290EF1C96A9C3E963B98215229B8394F, L_68, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("targetTextureMemory", get_targetTextureMemory, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_69 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_70 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_70, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_69);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_69, _stringLiteralA69FA1555F91E4402D6638182B3906430007B11D, L_70, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("currentTextureMemory", get_currentTextureMemory, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_71 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_72 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_72, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_71);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_71, _stringLiteral9F70055B068A3B71E2CD04E559681B5D192AEEF5, L_72, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("nonStreamingTextureMemory", get_nonStreamingTextureMemory, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_73 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_74 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_74, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_73);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_73, _stringLiteral87B2494771F9F6495A53DA00943D153822061D0B, L_74, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("streamingMipmapUploadCount", get_streamingMipmapUploadCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_75 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_76 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_76, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_75);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_75, _stringLiteralC5FE22BA72A6D36F0C9EA8F0212A4BB1EA7F0B3A, L_76, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("streamingRendererCount", get_streamingRendererCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_77 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_78 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_78, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_77);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_77, _stringLiteralFFE65A75D3001728138C4320E91E68443DD027C4, L_78, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("streamingTextureCount", get_streamingTextureCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_79 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_80 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_80, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_79);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_79, _stringLiteral3D57EF3CC57FDED3EC657804DEA639DB7CFCCB59, L_80, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("nonStreamingTextureCount", get_nonStreamingTextureCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_81 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_82 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_82, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_81);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_81, _stringLiteralBAA2A4542BA4C18E61AAC969FE8D4C975327427D, L_82, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("streamingTexturePendingLoadCount", get_streamingTexturePendingLoadCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_83 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_84 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_84, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_83);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_83, _stringLiteral02812390365E3AD3CAC0A98BD790C8CAFF16309B, L_84, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("streamingTextureLoadingCount", get_streamingTextureLoadingCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_85 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_86 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_86, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_85);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_85, _stringLiteralC3B70D9A42B5E0DDC936732FA2640D4AB10772B0, L_86, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("streamingTextureForceLoadAll", get_streamingTextureForceLoadAll, set_streamingTextureForceLoadAll);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_87 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_88 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_88, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_89 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_89, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_87);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_87, _stringLiteralC5049BE7C40967F2D45CE08CD2CBD2D741711F01, L_88, L_89, /*hidden argument*/NULL);
|
|
// L.RegVar("streamingTextureDiscardUnusedMips", get_streamingTextureDiscardUnusedMips, set_streamingTextureDiscardUnusedMips);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_90 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_91 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_91, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_92 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_92, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_90);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_90, _stringLiteralF79DB9DE143662D59A461AF6B8A637AFE75ED66F, L_91, L_92, /*hidden argument*/NULL);
|
|
// L.RegVar("allowThreadedTextureCreation", get_allowThreadedTextureCreation, set_allowThreadedTextureCreation);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_93 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_94 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_94, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_95 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_95, NULL, (intptr_t)((intptr_t)UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_93);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_93, _stringLiteralF9ECDAB4375C4ACA8C2ECA84F91AFFCB5187270E, L_94, L_95, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_96 = ___L0;
|
|
NullCheck(L_96);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_96, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::SetGlobalAnisotropicFilteringLimits(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_SetGlobalAnisotropicFilteringLimits_mAABE96449CD91E8D7FFE024B5216EB03CCB367D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_2 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((int32_t)L_4)));
|
|
// UnityEngine.Texture.SetGlobalAnisotropicFilteringLimits(arg0, arg1);
|
|
int32_t L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
Texture_SetGlobalAnisotropicFilteringLimits_m91318B2D0AF91270933E9B35AACBB3FB2DCC5D09((((int32_t)((int32_t)L_2))), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_002d;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002d:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::GetNativeTexturePtr(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_GetNativeTexturePtr_m47F4DF356EF01D47283A30A504A3B531F1AF6A3E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)ToLua.CheckObject<UnityEngine.Texture>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTexture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_m0D3BFE1F79E8697DCB9EDE3AD9A5194521A83976((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTexture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_m0D3BFE1F79E8697DCB9EDE3AD9A5194521A83976_RuntimeMethod_var);
|
|
// System.IntPtr o = obj.GetNativeTexturePtr();
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
intptr_t L_3 = Texture_GetNativeTexturePtr_mB29F70DB525E825A4A3BB908F90C06F3171E92FD(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = (intptr_t)L_3;
|
|
// LuaDLL.lua_pushlightuserdata(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
intptr_t L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushlightuserdata_m3B731064C79F76F9AE70C580CFCEB889E6D1B917((intptr_t)L_4, (intptr_t)L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // 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_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::IncrementUpdateCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_IncrementUpdateCount_m0A1132D8E3C17334FEF284505F65BE2C70870A3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)ToLua.CheckObject<UnityEngine.Texture>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTexture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_m0D3BFE1F79E8697DCB9EDE3AD9A5194521A83976((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTexture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_m0D3BFE1F79E8697DCB9EDE3AD9A5194521A83976_RuntimeMethod_var);
|
|
// obj.IncrementUpdateCount();
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_IncrementUpdateCount_m931165213B9663F5FD263A48578AC7AF0AEA1FC1(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0027;
|
|
} // 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_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0027;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::SetStreamingTextureMaterialDebugProperties(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_SetStreamingTextureMaterialDebugProperties_m1C37C7A3A23AF992D8E209C0104E02D2ED44690C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 0);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture.SetStreamingTextureMaterialDebugProperties();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
Texture_SetStreamingTextureMaterialDebugProperties_mF13F286528D48E41FC8B1B77A2EB8384EC4578B6(/*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_1 = ___L0;
|
|
Exception_t * L_2 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_op_Equality_m72F1DA922E75204C3B5EC9E378030F754BD8DD15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Object arg0 = (UnityEngine.Object)ToLua.ToObject(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Object arg1 = (UnityEngine.Object)ToLua.ToObject(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_4, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var));
|
|
// bool o = arg0 == arg1;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_6 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_2, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
bool L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_003d;
|
|
} // 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_0032;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0032:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_003d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_GenerateAllMips(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_GenerateAllMips_mEA8E926EE546FD5269332B5D4BB9851E840A2205_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushinteger(L, UnityEngine.Texture.GenerateAllMips);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields*)il2cpp_codegen_static_fields_for(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var))->get_GenerateAllMips_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_masterTextureLimit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_masterTextureLimit_m964C827B79CA467595DE98E10E07069F157FFBFA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushinteger(L, UnityEngine.Texture.masterTextureLimit);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Texture_get_masterTextureLimit_m2969582409CD9D11C3B51F88FA4EF5F721A7C329(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_mipmapCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_mipmapCount_m3007A525EB2BB822A6B15AF210EE2D47990C2099_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.mipmapCount;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Texture_get_mipmapCount_mF0AADB6032B95C5C375CB6EA39A69738C402AB1B(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index mipmapCount on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralF4603641FFE3428CD35EB10F0F5A67098F472DD3, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_anisotropicFiltering(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_anisotropicFiltering_mBAE5C6964C7F2D322ECFE70E53A9D3A651CD4472_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.Push(L, UnityEngine.Texture.anisotropicFiltering);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Texture_get_anisotropicFiltering_m04866CCFF9C65494DE9AB7513848E7854D133CC3(/*hidden argument*/NULL);
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2_il2cpp_TypeInfo_var, &L_2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001f;
|
|
} // 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_0014;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0014:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_4 = ___L0;
|
|
Exception_t * L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_001f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001f:
|
|
{
|
|
// }
|
|
int32_t L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_graphicsFormat(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_graphicsFormat_m02B58F4797BDDAEC17AE7203D19A8CD90CC273E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Experimental.Rendering.GraphicsFormat ret = obj.graphicsFormat;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(4 /* UnityEngine.Experimental.Rendering.GraphicsFormat UnityEngine.Texture::get_graphicsFormat() */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(GraphicsFormat_t512915BBE299AE115F4DB0B96DF1DA2E72ECA181_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index graphicsFormat on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral14D165524B6C04D03983DDA364A7FAB923CF28EC, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_width(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_width_m393F80438BC644C7B8B8AA4CBDAC6A9C316734B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.width;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index width on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral01517BD38A76E8A237B8DBB8A3DE60B08FC28404, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_height(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_height_m6B09352922BFEE7B5136C19B9D9F8866D2783500_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.height;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index height on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral09D362253E2AB6ECFB5AC0E54BD1993FAC2133D1, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_dimension(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_dimension_mFC609E718353B9710B55F8DD8774325AC2E1529C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Rendering.TextureDimension ret = obj.dimension;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(9 /* UnityEngine.Rendering.TextureDimension UnityEngine.Texture::get_dimension() */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index dimension on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral5BF5F2A6B4CD990EFBC671ECDFD5623726164660, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_isReadable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_isReadable_mF13F13CDD2F7563E633457D1EC57DE703570F1FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.isReadable;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean UnityEngine.Texture::get_isReadable() */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index isReadable on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralF8109AEDC7144BADD14AC6D37FE14D5BC0740198, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_wrapMode_mC186B1E48B3EA457014B8053CEA5E2747EB13F2E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode ret = obj.wrapMode;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Texture_get_wrapMode_mC21054C7BC6E958937B7459DAF1D17654284B07A(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapMode on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral63E59979ADD6A57941F7230C099DE249661B53BB, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapModeU(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_wrapModeU_m7F3BA91C59311868AEBEBCEE2E565565B5046320_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode ret = obj.wrapModeU;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Texture_get_wrapModeU_m6AA0C726051F41322F7C9023D95D736B2D1C5446(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapModeU on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteralD3A479BAC5A5D43A179BC1697C5D4D7917F7BBB3, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapModeV(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_wrapModeV_m40FF33DFFD090267B2F6A9D34A0D697E78BB6873_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode ret = obj.wrapModeV;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Texture_get_wrapModeV_mC40D53CC610D62C33E36CAA1A9F81CFB917A6363(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapModeV on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral29357A1ACFE52C28978257E8567554E84661EFBF, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_wrapModeW(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_wrapModeW_mA9EEF6DC509A8C625E3035B953F3A4EEF16C9C56_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode ret = obj.wrapModeW;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Texture_get_wrapModeW_m0E083C3952C1EF47592BB47EFC5992885AA78E6B(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapModeW on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteralFB086163E2F2A342780B8E203D7B714BDF9DDC9F, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_filterMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_filterMode_m3628E5F2280D899BFED8855155A31BA8C4400D94_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.FilterMode ret = obj.filterMode;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Texture_get_filterMode_m4A05E0414655866D27811376709B3A8C584A2579(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index filterMode on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral5CC22A528F767852D02DF6D0A9FC7527B052888E, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_anisoLevel(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_anisoLevel_m0F263E62892A6E550AA3CEACFEA02E08ED794266_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.anisoLevel;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Texture_get_anisoLevel_m65AD34B5627B2563D7AA5F1DC7B131A606D60C94(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index anisoLevel on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralE675657D6FE2E8C90620FC67D7A5D2B90D0A6B8F, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_mipMapBias(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_mipMapBias_m7F1B44819AE63C0DBBC28A05C38C17AA0E305046_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.mipMapBias;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
float L_3 = Texture_get_mipMapBias_m8E497F94520DB8C04306F9EEED02E065FE08BCC1(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushnumber(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
float L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_4, (((double)((double)L_5))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index mipMapBias on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral4E60ECA776828A2D8CE2A9D457AD26A48745FB40, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_texelSize(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_texelSize_m39ADEE26474158C404B5D1E5911EACB4A7C57CC1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector2 ret = obj.texelSize;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Texture_get_texelSize_m89BA9E4CF5276F4FDBAAD6B497809F3E6DB1E30C(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
|
|
ToLua_Push_m435606A21F3C6D92A0C3418AD3E7FD1FF7809EC2((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index texelSize on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral58DFDD94BD5CA34559E8EF3E308233C14988004F, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_updateCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_updateCount_mE2A828002C659F77ADE48A78E53B55A351647A4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
uint32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// uint ret = obj.updateCount;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
uint32_t L_3 = Texture_get_updateCount_m7489909E8FF789B538C292F6AEF04FA5798159EE(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushnumber(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
uint32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_4, (((double)((double)(((double)((uint32_t)L_5)))))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index updateCount on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralFD7A12DF2FB686809233DDA5890204E898D55295, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_totalTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_totalTextureMemory_m64A2CC5DA577CD39DA85870558DFDE2769B865B4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.totalTextureMemory);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_totalTextureMemory_m43262C746E5CC0C0AFFDB9D3070C1A7FF5C60EA3(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_desiredTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_desiredTextureMemory_m8EA350C2F64D803B0E6B1F52723C3FB77B6EAC32_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.desiredTextureMemory);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_desiredTextureMemory_m10FFB178F4CF7786F4B926A99BCF27F43DBF5690(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_targetTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_targetTextureMemory_mD62B945E95CD93C10D4BC9DD5CA47CA15BAE5074_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.targetTextureMemory);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_targetTextureMemory_mB0E679FA16FCA6A0937D76779E71C8C6796D7261(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_currentTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_currentTextureMemory_m3C22E9C2B25AC923E891F487941C9B3F092FA777_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.currentTextureMemory);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_currentTextureMemory_m8138B7F6DFA9869CF40EEB918FBFA17683FB086D(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_nonStreamingTextureMemory(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_nonStreamingTextureMemory_mF7EB4340905585A03FFB8F4C853729C44B379AB9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.nonStreamingTextureMemory);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_nonStreamingTextureMemory_m88CBAFEAFF298AF5DC77BF8119B8F4A7281D2C76(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingMipmapUploadCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_streamingMipmapUploadCount_m4DFFDA9B0E3E272F8CF50CCE83F9820D4E1C679A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.streamingMipmapUploadCount);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_streamingMipmapUploadCount_mD41108DD89202F1608324B585C0B4BD6FE850496(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingRendererCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_streamingRendererCount_mB9EF6660807839773FDB460D8AF92DCEDA27EFC3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.streamingRendererCount);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_streamingRendererCount_m5B5250CC6EC43A2BC65E891E530F663CEA07C874(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_streamingTextureCount_mD02DF3B2F012B6AA76224D934338C364562026ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.streamingTextureCount);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_streamingTextureCount_mDA2E8DD99FABEE46DD011B37D01C420E1DD23F97(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_nonStreamingTextureCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_nonStreamingTextureCount_mD75FC52A18A0A6335F15065C7EF8004669B65C08_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.nonStreamingTextureCount);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_nonStreamingTextureCount_mFEAA618C0910DDD5840DD34FBD84BB8137ED3863(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTexturePendingLoadCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_streamingTexturePendingLoadCount_m5F5D6913E83258868A1E572DD4B9978BF0E3E145_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.streamingTexturePendingLoadCount);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_streamingTexturePendingLoadCount_m03FE82ABFF55464D2861366D1D7D5C7D57C31668(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureLoadingCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_streamingTextureLoadingCount_mCCC8FD0EA14D2010EF6AA4A04AC1BD25D931B5C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.tolua_pushuint64(L, UnityEngine.Texture.streamingTextureLoadingCount);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Texture_get_streamingTextureLoadingCount_m934495FF42278DF290E468E0F6E1AFA01E3E9631(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_tolua_pushuint64_m95DA69CAD2155F29E64BA65334E2608F9EBDB010((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureForceLoadAll(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_streamingTextureForceLoadAll_m885DCBAF26337907DDB05D3202B386A824FF8125_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushboolean(L, UnityEngine.Texture.streamingTextureForceLoadAll);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
bool L_1 = Texture_get_streamingTextureForceLoadAll_m8CDF0AEA5C7DA15A365157A4D2581EF3D19DAD8F(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_streamingTextureDiscardUnusedMips(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_streamingTextureDiscardUnusedMips_m62E7C4711E51AF45FD7B8807BFAAEB4BD457460A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushboolean(L, UnityEngine.Texture.streamingTextureDiscardUnusedMips);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
bool L_1 = Texture_get_streamingTextureDiscardUnusedMips_mF87F753DC3BE1F14A19F4FD147E585966C5E081E(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::get_allowThreadedTextureCreation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_get_allowThreadedTextureCreation_m80482E48FB05D50C13253127DB6EBBA5FB60C369_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushboolean(L, UnityEngine.Texture.allowThreadedTextureCreation);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
bool L_1 = Texture_get_allowThreadedTextureCreation_m11FD88C411C82292DFED71F66D424E0ADA8E06A6(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_masterTextureLimit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_masterTextureLimit_mE470E1C617E42411742E57B55FFB0EF023E81F5A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture.masterTextureLimit = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
Texture_set_masterTextureLimit_mD4A63274D886FB02D0132E0A11D3D82522C95177((((int32_t)((int32_t)L_1))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001c;
|
|
} // 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_0011;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_anisotropicFiltering(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_anisotropicFiltering_m3359849E8701FA8A664F497DC972CD13C8468A54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// UnityEngine.AnisotropicFiltering arg0 = (UnityEngine.AnisotropicFiltering)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnisotropicFiltering));
|
|
intptr_t L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_3 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_0, 2, L_2, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture.anisotropicFiltering = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
Texture_set_anisotropicFiltering_mE8BE050BF5819DFE2992F61B955691B6EF43BDA4(((*(int32_t*)((int32_t*)UnBox(L_3, AnisotropicFiltering_t36A532A4BCAE61F9062E000FB945DE376EE619A2_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_002a;
|
|
} // 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)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_4 = ___L0;
|
|
Exception_t * L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_width(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_width_m4F1CDF21C2B0B0A2AD055267249DECAD940F333C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.width = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.Texture::set_width(System.Int32) */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_5);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index width on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral01517BD38A76E8A237B8DBB8A3DE60B08FC28404, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_height(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_height_mC1704B3ECBE1F02D8C41C7D2D51F191376F7ABB5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.height = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void UnityEngine.Texture::set_height(System.Int32) */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_5);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index height on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral09D362253E2AB6ECFB5AC0E54BD1993FAC2133D1, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_dimension(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_dimension_mBAAB85E6BCC20C07352FA006C391E80F18073800_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Rendering.TextureDimension arg0 = (UnityEngine.Rendering.TextureDimension)ToLua.CheckObject(L, 2, typeof(UnityEngine.Rendering.TextureDimension));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C_il2cpp_TypeInfo_var))));
|
|
// obj.dimension = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
VirtActionInvoker1< int32_t >::Invoke(10 /* System.Void UnityEngine.Texture::set_dimension(UnityEngine.Rendering.TextureDimension) */, ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_7);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index dimension on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral5BF5F2A6B4CD990EFBC671ECDFD5623726164660, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_wrapMode_mEDDDA5098B4A9B47EC4757D93E6FF0A994BCDAF7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode arg0 = (UnityEngine.TextureWrapMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.TextureWrapMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var))));
|
|
// obj.wrapMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_set_wrapMode_m85E9A995D5947B59FE13A7311E891F3DEDEBBCEC(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapMode on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral63E59979ADD6A57941F7230C099DE249661B53BB, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapModeU(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_wrapModeU_m7E3D1F6AF0DFCB4FB44234B79F5638A31FBD5BB8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode arg0 = (UnityEngine.TextureWrapMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.TextureWrapMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var))));
|
|
// obj.wrapModeU = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_set_wrapModeU_mCC498AAF4FE49594A5DBBA7146EB8B6551AEB779(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapModeU on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteralD3A479BAC5A5D43A179BC1697C5D4D7917F7BBB3, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapModeV(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_wrapModeV_mE3C0AA7BD1429FD2C14D2ED27E5129CC23EB102B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode arg0 = (UnityEngine.TextureWrapMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.TextureWrapMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var))));
|
|
// obj.wrapModeV = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_set_wrapModeV_m565DBD072249DD822A324730A7F9488DBCF8E290(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapModeV on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral29357A1ACFE52C28978257E8567554E84661EFBF, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_wrapModeW(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_wrapModeW_m40AA0DAA6737EE08408B6845353FA5A5CF120446_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.TextureWrapMode arg0 = (UnityEngine.TextureWrapMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.TextureWrapMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F_il2cpp_TypeInfo_var))));
|
|
// obj.wrapModeW = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_set_wrapModeW_mD366631BA00A718CB268F5CD052011535B3EFE37(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index wrapModeW on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteralFB086163E2F2A342780B8E203D7B714BDF9DDC9F, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_filterMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_filterMode_m3DB41E16F50EAB9B69E8D710074802B665719B6A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.FilterMode arg0 = (UnityEngine.FilterMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.FilterMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF_il2cpp_TypeInfo_var))));
|
|
// obj.filterMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_set_filterMode_mB9AC927A527EFE95771B9B438E2CFB9EDA84AF01(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index filterMode on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteral5CC22A528F767852D02DF6D0A9FC7527B052888E, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_anisoLevel(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_anisoLevel_m2418C39CE3952C9DB704E7F4B30F284B17FE3021_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.anisoLevel = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_set_anisoLevel_mD2F6FE80CC33E408368734983EBA1463BB2D5712(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index anisoLevel on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralE675657D6FE2E8C90620FC67D7A5D2B90D0A6B8F, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_mipMapBias(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_mipMapBias_mF4EEB476A2F167BF0DDB16F4283E26D464125E22_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Texture obj = (UnityEngine.Texture)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_4)));
|
|
// obj.mipMapBias = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)));
|
|
Texture_set_mipMapBias_m38BD81110AE2AA28186242FF551691BC83AB8354(((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_2, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index mipMapBias on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral4E60ECA776828A2D8CE2A9D457AD26A48745FB40, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_streamingTextureForceLoadAll(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_streamingTextureForceLoadAll_m3823BE00BD252E9FF1F7ADDE68908D1172B0E59A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture.streamingTextureForceLoadAll = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
Texture_set_streamingTextureForceLoadAll_m1FBDF5CE459615B79CB0B73716055B1D5827E195(L_1, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_streamingTextureDiscardUnusedMips(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_streamingTextureDiscardUnusedMips_m3ED658763DAFE48CD590884972CDB95EDF9A1DD6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture.streamingTextureDiscardUnusedMips = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
Texture_set_streamingTextureDiscardUnusedMips_m1FED3198CE19FBF4868068CEF6A3EF26252C114F(L_1, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TextureWrap::set_allowThreadedTextureCreation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TextureWrap_set_allowThreadedTextureCreation_m95DC387C31CF46246A481B84898A70A14C9C1C61_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_1 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Texture.allowThreadedTextureCreation = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var);
|
|
Texture_set_allowThreadedTextureCreation_mDA8C4D5CFE1910675C802D88AE7C1A0A7C9FF9ED(L_1, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_TextureWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TextureWrap__ctor_m775BD74D07C2342A7C8FD2342A5DAAC4C2E64EDC (UnityEngine_TextureWrap_t6010A74A6C01F00DFB55C7A79E372BD97BB46C04 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_TimeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TimeWrap_Register_m35A6A9276053C3465BDEBCED8EF667D59508C703 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_Register_m35A6A9276053C3465BDEBCED8EF667D59508C703_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginStaticLibs("Time");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C(L_0, _stringLiteral6C82E6DD86807EE3DB07E3C82BEC1AE1CE00B08B, /*hidden argument*/NULL);
|
|
// L.RegVar("time", get_time, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_2, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_1, _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A, L_2, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("timeSinceLevelLoad", get_timeSinceLevelLoad, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_4 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_4, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_3, _stringLiteral7572692BCAD3513D0D76DFCFC59FA8F49F4DFF3A, L_4, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("deltaTime", get_deltaTime, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_5, _stringLiteralD00F5753D04323F602D993E22C29562B06F9574A, L_6, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("fixedTime", get_fixedTime, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_7, _stringLiteralC1FF89C57F26993D020238F1FEC925CC0A1D0D8E, L_8, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("unscaledTime", get_unscaledTime, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_9, _stringLiteral63902AE311FF2DB4A451BB76B04156475C7536C4, L_10, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("fixedUnscaledTime", get_fixedUnscaledTime, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_11, _stringLiteral84FD27000835C9656EDF3943255488993AD8BC01, L_12, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("unscaledDeltaTime", get_unscaledDeltaTime, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_13, _stringLiteralD58324E6C8158F7E94D3D0754A5A9B83F8333843, L_14, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("fixedUnscaledDeltaTime", get_fixedUnscaledDeltaTime, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_15, _stringLiteral520B30F3F9E207FF9872B3FE9B4ED28A965AA1A7, L_16, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("fixedDeltaTime", get_fixedDeltaTime, set_fixedDeltaTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_19 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_19, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_17, _stringLiteral578902843A3EBA65888416F485BF1E958A7D5D8C, L_18, L_19, /*hidden argument*/NULL);
|
|
// L.RegVar("maximumDeltaTime", get_maximumDeltaTime, set_maximumDeltaTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_20 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_21 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_21, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_20, _stringLiteralCA72365BA3E70FDDF0193399EE4EB0C2E34D60CB, L_21, L_22, /*hidden argument*/NULL);
|
|
// L.RegVar("smoothDeltaTime", get_smoothDeltaTime, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_23, _stringLiteral8B12C32BFBABD61E207D1C06C26C57195D653533, L_24, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("maximumParticleDeltaTime", get_maximumParticleDeltaTime, set_maximumParticleDeltaTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_27 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_27, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_25, _stringLiteralE6E64D9FE006EAF0A16A7A7C49A0CEB14C93638F, L_26, L_27, /*hidden argument*/NULL);
|
|
// L.RegVar("timeScale", get_timeScale, set_timeScale);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_28 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_29 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_29, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_28);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_28, _stringLiteral9C4D79D261EADEBF132BD6333DB6EBC00C951C1A, L_29, L_30, /*hidden argument*/NULL);
|
|
// L.RegVar("frameCount", get_frameCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_31, _stringLiteralE3ECE16669B567E5A7277DCB230F0CF086511C75, L_32, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("renderedFrameCount", get_renderedFrameCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_33, _stringLiteralB937C6D859DA79D239314C0C304F08656BE6F363, L_34, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("realtimeSinceStartup", get_realtimeSinceStartup, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_35, _stringLiteralCB143942C4B5CB5FA53072455E6BE03EEA47F33D, L_36, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("captureDeltaTime", get_captureDeltaTime, set_captureDeltaTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_37 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_39 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_39, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_37, _stringLiteral551009B650339DD5FF6BB15FFE378C7D95685754, L_38, L_39, /*hidden argument*/NULL);
|
|
// L.RegVar("captureFramerate", get_captureFramerate, set_captureFramerate);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_40 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_41 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_41, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_40, _stringLiteral977703B56BC23B7C95198ACE9B37B987ACBF1B47, L_41, L_42, /*hidden argument*/NULL);
|
|
// L.RegVar("inFixedTimeStep", get_inFixedTimeStep, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteral2D6F47EAA9BFA3EAFB0F049A72A2C1B1D9E9BD41, L_44, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.EndStaticLibs();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_45 = ___L0;
|
|
NullCheck(L_45);
|
|
LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6(L_45, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_time(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_time_mF9186BC329A0E09F9929D9B12576FDC69B1380E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.time);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_timeSinceLevelLoad(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_timeSinceLevelLoad_mC76E9BE629BE7031E238F0829C0440EE13B4D2D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.timeSinceLevelLoad);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_timeSinceLevelLoad_mDF4964DE4068B0FEC0F950129C7BEF881D0CF9E0(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_deltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_deltaTime_mC9BFC59CF39135329FFFDF059036FE00E09D7C86_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.deltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_fixedTime_m755BC829249246755C25DFE7810E341CD7D898CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.fixedTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_fixedTime_mA81C3C1F2161F09735E2547A91539618D4D71E9E(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_unscaledTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_unscaledTime_m440BB0EBB128B61BCECCEEF6A53D06236EC6D8D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.unscaledTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedUnscaledTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_fixedUnscaledTime_mD5131470C699AD919B56E698BFDE121669BD9513_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.fixedUnscaledTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_fixedUnscaledTime_m682A515583592C41C7732F1AAD5DC13A1798966F(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_unscaledDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_unscaledDeltaTime_mD57904B89E8FCB036F04358A00CD77E4F140E49B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.unscaledDeltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedUnscaledDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_fixedUnscaledDeltaTime_mBCA4631D85363EBF25F49C9755715BF6D380875E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.fixedUnscaledDeltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_fixedUnscaledDeltaTime_mB0F666A0C4D5B0C73088464FFF1A0B5DDC0A5D9E(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_fixedDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_fixedDeltaTime_m1A40C8571093FCF53F589907F2B8C1A04333C3EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.fixedDeltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_fixedDeltaTime_m76C241EDB6F824713AF57DCECD5765871770FA4C(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_maximumDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_maximumDeltaTime_mF8010EB82B937A6B895C03A0C54D35A160F75FCB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.maximumDeltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_maximumDeltaTime_mFE39C41ABEA1A3617FFCFF079C23063E5435E480(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_smoothDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_smoothDeltaTime_mED9DED293E7A7665B464EDDFA5228D6FE047B599_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.smoothDeltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_smoothDeltaTime_m22F7BB00188785BB7AE979B00CAA96284363C985(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_maximumParticleDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_maximumParticleDeltaTime_m626991D64048A20FBEB0BEFDCB74E8B96F69F817_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.maximumParticleDeltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_maximumParticleDeltaTime_m1C5B01FE8A954EF22D1954EDCA55D183E97D8D4A(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_timeScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_timeScale_mB5AD700F181AF3A82053B3A48F9D7FEECAFC3F1B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.timeScale);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_timeScale_m7E198A5814859A08FD0FFE6DD5F7ED5C907719F8(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_frameCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_frameCount_mAEA5EDA0F0673C10717C1566AC0F3217C1A1C05F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushinteger(L, UnityEngine.Time.frameCount);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_renderedFrameCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_renderedFrameCount_mC7BCE8DAC017D869057B03F92B1E73451CCF17E7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushinteger(L, UnityEngine.Time.renderedFrameCount);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = Time_get_renderedFrameCount_mCB786A5DA2B071CAA6D22E2C4B8F0E7262D2CC70(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_realtimeSinceStartup(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_realtimeSinceStartup_m6B29C7C0333A2578D3A7B8AE7EA5909370BCC55A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.realtimeSinceStartup);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_captureDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_captureDeltaTime_m82ADC46782D43F096BDE6BC6935E180013F9587F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushnumber(L, UnityEngine.Time.captureDeltaTime);
|
|
intptr_t L_0 = ___L0;
|
|
float L_1 = Time_get_captureDeltaTime_m418292C2F67BE8F015E6670DDCAE37636A468A31(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_0, (((double)((double)L_1))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_captureFramerate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_captureFramerate_m1BE1C1919423CFEBB8401692A3A14033A56ABBBD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushinteger(L, UnityEngine.Time.captureFramerate);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = Time_get_captureFramerate_m35982F94F178494B6D41DD531F051E7A0C7FC531(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::get_inFixedTimeStep(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_get_inFixedTimeStep_mCF588C39A10AA9AA4E63F49D818BAD5CF56F5635_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushboolean(L, UnityEngine.Time.inFixedTimeStep);
|
|
intptr_t L_0 = ___L0;
|
|
bool L_1 = Time_get_inFixedTimeStep_m8766ADD172F7BE75294197E1E1EAEE58CAF1F49D(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::set_fixedDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_set_fixedDeltaTime_m1217A6FF5489695F2234F5B79E3ECF589E405BA5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Time.fixedDeltaTime = arg0;
|
|
Time_set_fixedDeltaTime_mA626F20F23B4DC1EBBFCBA0125B47A41CB665B30((((float)((float)L_1))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001c;
|
|
} // 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_0011;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::set_maximumDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_set_maximumDeltaTime_m454612407DACED803872C063A841070A9DC5FFE6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Time.maximumDeltaTime = arg0;
|
|
Time_set_maximumDeltaTime_mB6509717EFC735072709A7B244638EF96476B7D7((((float)((float)L_1))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001c;
|
|
} // 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_0011;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::set_maximumParticleDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_set_maximumParticleDeltaTime_mEA2EBC20C3A2E09BD986C05CB20E2CC9C14637F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Time.maximumParticleDeltaTime = arg0;
|
|
Time_set_maximumParticleDeltaTime_m2CDD4A40B1054D100A1DD0A5ABC3796383B0BF73((((float)((float)L_1))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001c;
|
|
} // 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_0011;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::set_timeScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_set_timeScale_m5C4864EAACE0331170BAA4D9769C3FD9DF69B815_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Time.timeScale = arg0;
|
|
Time_set_timeScale_mAB89C3BB5DEE81934159C23F103397A77AC3F4AF((((float)((float)L_1))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001c;
|
|
} // 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_0011;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::set_captureDeltaTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_set_captureDeltaTime_m117731D634C0A8BAD8BF6F9424E5F6464A8CB2D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Time.captureDeltaTime = arg0;
|
|
Time_set_captureDeltaTime_mA81F8AA1A3CD487B5A661134540810F8EE5F4A26((((float)((float)L_1))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001c;
|
|
} // 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_0011;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TimeWrap::set_captureFramerate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TimeWrap_set_captureFramerate_m46572D079EA4AB22A698C4DF01FAB5D9D7273676_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Time.captureFramerate = arg0;
|
|
Time_set_captureFramerate_m9CE06049994A234AC1E129D650BBE70E8471B013((((int32_t)((int32_t)L_1))), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001c;
|
|
} // 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_0011;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001c:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_TimeWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TimeWrap__ctor_mC5F69D5FFFB1431BBEC3039EBA6E1E7FD06D9B8E (UnityEngine_TimeWrap_tECBDF34C5BAEB37025D33C677CD54900A16C814B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_TrackedReferenceWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TrackedReferenceWrap_Register_mDB15470293476E085BA8C1E1F900D1877BD4846F (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TrackedReferenceWrap_Register_mDB15470293476E085BA8C1E1F900D1877BD4846F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.TrackedReference), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("Equals", Equals);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral09B6A6DCD3F6D4A7D3A95BCEAAD67A7F1800272F, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetHashCode", GetHashCode);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral9B47C032938820269CE9D24A72B299C9D2A50C6C, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_12, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
NullCheck(L_13);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_13, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TrackedReferenceWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TrackedReferenceWrap_op_Equality_mCC64A3005FABD3F6AFE01C89D151900E52844A6F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.TrackedReference arg0 = (UnityEngine.TrackedReference)ToLua.ToObject(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.TrackedReference arg1 = (UnityEngine.TrackedReference)ToLua.ToObject(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = ((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)CastclassClass((RuntimeObject*)L_4, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var));
|
|
// bool o = arg0 == arg1;
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_5 = V_0;
|
|
bool L_6 = TrackedReference_op_Equality_m6176AA0B99576B1734E9A9D7DDA0A27ECACBAA96(((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)CastclassClass((RuntimeObject*)L_2, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
bool L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_003d;
|
|
} // 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_0032;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0032:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_003d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TrackedReferenceWrap::Equals(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TrackedReferenceWrap_Equals_m299353EA0B1B346DACF5B636E3460B1BC06F208A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.TrackedReference obj = (UnityEngine.TrackedReference)ToLua.CheckObject<UnityEngine.TrackedReference>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_m619CB6829785EC14C8E4A6EF9D9796ADE7CA5CAA((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_m619CB6829785EC14C8E4A6EF9D9796ADE7CA5CAA_RuntimeMethod_var);
|
|
V_0 = ((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)CastclassClass((RuntimeObject*)L_2, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var));
|
|
// object arg0 = ToLua.ToVarObject(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// bool o = obj != null ? obj.Equals(arg0) : arg0 == null;
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_5 = V_0;
|
|
bool L_6 = TrackedReference_op_Inequality_m6F0E8F8E6027E553421BCDEB5062D466914F3D87(L_5, (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)NULL, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
RuntimeObject * L_7 = V_1;
|
|
G_B3_0 = ((((RuntimeObject*)(RuntimeObject *)L_7) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 * L_8 = V_0;
|
|
RuntimeObject * L_9 = V_1;
|
|
NullCheck(L_8);
|
|
bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9);
|
|
G_B3_0 = ((int32_t)(L_10));
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
bool L_12 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_004b;
|
|
}
|
|
} // 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_003e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_13 = ___L0;
|
|
Exception_t * L_14 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_15 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_13, L_14, /*hidden argument*/NULL);
|
|
V_3 = L_15;
|
|
goto IL_004b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_004b:
|
|
{
|
|
// }
|
|
int32_t L_16 = V_3;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TrackedReferenceWrap::GetHashCode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TrackedReferenceWrap_GetHashCode_mB8E57106A3C20FBDE83166845F286BB52084AEE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.TrackedReference obj = (UnityEngine.TrackedReference)ToLua.CheckObject<UnityEngine.TrackedReference>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_m619CB6829785EC14C8E4A6EF9D9796ADE7CA5CAA((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_m619CB6829785EC14C8E4A6EF9D9796ADE7CA5CAA_RuntimeMethod_var);
|
|
// int o = obj.GetHashCode();
|
|
NullCheck(((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)CastclassClass((RuntimeObject*)L_2, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, ((TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107 *)CastclassClass((RuntimeObject*)L_2, TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_il2cpp_TypeInfo_var)));
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // 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_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_TrackedReferenceWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TrackedReferenceWrap__ctor_m43BCEF7BD39B9AE1D1B2315BDCA195D36BF4049B (UnityEngine_TrackedReferenceWrap_t572C880476767F1D67678D8B23C482BF446B6ABE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_TransformWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TransformWrap_Register_m8AF077CEA43D76B8AF21A79C63821E29AF86AABA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_Register_m8AF077CEA43D76B8AF21A79C63821E29AF86AABA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.Transform), typeof(UnityEngine.Component));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621_0_0_0_var) };
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetParent", SetParent);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralCDAED87A39DD1AD8B4799A77A7239C4CDE8B809E, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetPositionAndRotation", SetPositionAndRotation);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral123131EE784EE38B5BD64DEC40F65259D9E95D90, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("Translate", Translate);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral2BE17AA181D8226BFAD83CE993E838FA79DCCE4D, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("Rotate", Rotate);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral87B85DCA19E84067B9D33889A8D32C7DCD56347F, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("RotateAround", RotateAround);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral7EEFF1045162ED44C32C902EC9B8584509EF4802, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("LookAt", LookAt);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral4A8A2CE43D52C58DFF2A17E1423280380DBE62B3, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("TransformDirection", TransformDirection);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral6267858041768C2D5F3849B4F5215CCCBB164EE9, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("InverseTransformDirection", InverseTransformDirection);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral00D49DD5BB667106C06D18DF05399D372FA83578, L_20, /*hidden argument*/NULL);
|
|
// L.RegFunction("TransformVector", TransformVector);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral06C1DF9D90DA837E2CB8631A3A1E322F1C9166EA, L_22, /*hidden argument*/NULL);
|
|
// L.RegFunction("InverseTransformVector", InverseTransformVector);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral26B5CEA25F9CEAD7BA9D1C5EE10DCD88EF9F4278, L_24, /*hidden argument*/NULL);
|
|
// L.RegFunction("TransformPoint", TransformPoint);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral16A7C1DB3210EC40605D31A60E73CB056BA75E22, L_26, /*hidden argument*/NULL);
|
|
// L.RegFunction("InverseTransformPoint", InverseTransformPoint);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteralDE3A9FE61DDFC5013FD6CEE7E6460F39CC5F9987, L_28, /*hidden argument*/NULL);
|
|
// L.RegFunction("DetachChildren", DetachChildren);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral6704CF2EAFEE0663E8AF24996E365EBD1B8E0F39, L_30, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetAsFirstSibling", SetAsFirstSibling);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteral4BC2AC8840CA7EF78844970D005F1BA1F4FDB52E, L_32, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetAsLastSibling", SetAsLastSibling);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteral4237FF8A5B0BC56247417D1A8336071E354C864C, L_34, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetSiblingIndex", SetSiblingIndex);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral9D2CF1110002D86093170FDC580C3491CFE4DFB5, L_36, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetSiblingIndex", GetSiblingIndex);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_37 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteralC6FAFFF9CC5EC38991060682CE806E3FF90290F0, L_38, /*hidden argument*/NULL);
|
|
// L.RegFunction("Find", Find);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_39 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_40 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_40, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_39, _stringLiteralDF251B06EEFDAA932E97B54FBE9A74D3E606FA61, L_40, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsChildOf", IsChildOf);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_41, _stringLiteralBA249F23F155C8F09ED6BF2383D85016AF12CC3C, L_42, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetEnumerator", GetEnumerator);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_43, _stringLiteralE84B14CAE4933A56C3FF0486D95967BACA50EC48, L_44, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetChild", GetChild);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_45 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_46 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_46, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_45, _stringLiteral2DA1BF77403BC6C51B041D045FFE4FEF716D964E, L_46, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_47 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_48 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_48, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_47);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_47, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_48, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_49 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_50 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_50, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_49);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_49, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_50, /*hidden argument*/NULL);
|
|
// L.RegVar("position", get_position, set_position);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_51 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_52 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_52, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_53 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_53, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_51);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_51, _stringLiteral90BE16585DA21A822A011B262DB668A8CCF504D0, L_52, L_53, /*hidden argument*/NULL);
|
|
// L.RegVar("localPosition", get_localPosition, set_localPosition);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_54 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_55 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_55, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_56 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_56, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_54);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_54, _stringLiteral7035B3AB2788D9FF65B45BD72343AE48C15F3442, L_55, L_56, /*hidden argument*/NULL);
|
|
// L.RegVar("eulerAngles", get_eulerAngles, set_eulerAngles);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_57 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_58 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_58, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_59 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_59, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_57);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_57, _stringLiteralD49D1953F8F16CE798D88608D6273B7F176DA6EF, L_58, L_59, /*hidden argument*/NULL);
|
|
// L.RegVar("localEulerAngles", get_localEulerAngles, set_localEulerAngles);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_60 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_61 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_61, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_62 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_62, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_60);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_60, _stringLiteral5CA823E01E3328B4BAEBEB94B50389A167C3AF74, L_61, L_62, /*hidden argument*/NULL);
|
|
// L.RegVar("right", get_right, set_right);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_63 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_64 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_64, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_65 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_65, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_63, _stringLiteralD27A1F11771200949714B1AF99F048A416F5D6F4, L_64, L_65, /*hidden argument*/NULL);
|
|
// L.RegVar("up", get_up, set_up);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_66 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_67 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_67, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_68 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_68, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_66);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_66, _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20, L_67, L_68, /*hidden argument*/NULL);
|
|
// L.RegVar("forward", get_forward, set_forward);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_69 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_70 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_70, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_71 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_71, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_69);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_69, _stringLiteralACE0C5E90AC07202E99D0186576979BACAC854C0, L_70, L_71, /*hidden argument*/NULL);
|
|
// L.RegVar("rotation", get_rotation, set_rotation);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_72 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_73 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_73, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_74 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_74, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_72);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_72, _stringLiteralACAF322543550089B1720048F5A4417F32F381A1, L_73, L_74, /*hidden argument*/NULL);
|
|
// L.RegVar("localRotation", get_localRotation, set_localRotation);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_75 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_76 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_76, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_77 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_77, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_75);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_75, _stringLiteral89DDA070D57301E56929835103AD4D0E4CEDACC8, L_76, L_77, /*hidden argument*/NULL);
|
|
// L.RegVar("localScale", get_localScale, set_localScale);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_78 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_79 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_79, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_80 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_80, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_78);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_78, _stringLiteralE05F8FF06DE9F0F2B4B9F4B510467C67067033B8, L_79, L_80, /*hidden argument*/NULL);
|
|
// L.RegVar("parent", get_parent, set_parent);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_81 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_82 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_82, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_83 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_83, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_81);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_81, _stringLiteralD8FD39D0BBDD2DCF322D8B11390A4C5825B11495, L_82, L_83, /*hidden argument*/NULL);
|
|
// L.RegVar("worldToLocalMatrix", get_worldToLocalMatrix, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_84 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_85 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_85, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_84);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_84, _stringLiteral7D03D8E51DB5204FA02C5459CD2E133B7A6BAF0E, L_85, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("localToWorldMatrix", get_localToWorldMatrix, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_86 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_87 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_87, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_86);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_86, _stringLiteralF911093E547570BA9B652872992C2946CF7F7C5E, L_87, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("root", get_root, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_88 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_89 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_89, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_88);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_88, _stringLiteralDC76E9F0C0006E8F919E0C515C66DBBA3982F785, L_89, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("childCount", get_childCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_90 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_91 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_91, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_90);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_90, _stringLiteral9B18BF58B7993403A77EBEED2CA4E46095026203, L_91, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("lossyScale", get_lossyScale, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_92 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_93 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_93, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_92);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_92, _stringLiteral43424F798F5B7B4D2C976C149F66CE104E794E4A, L_93, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("hasChanged", get_hasChanged, set_hasChanged);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_94 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_95 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_95, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_96 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_96, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_94);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_94, _stringLiteral60D48BAB45FDB1C7231E9E1A6BCF8B04E37CF47B, L_95, L_96, /*hidden argument*/NULL);
|
|
// L.RegVar("hierarchyCapacity", get_hierarchyCapacity, set_hierarchyCapacity);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_97 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_98 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_98, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_99 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_99, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_97);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_97, _stringLiteral55DCFE0BCF11F6C7F6839E993AB7E2E664CE6023, L_98, L_99, /*hidden argument*/NULL);
|
|
// L.RegVar("hierarchyCount", get_hierarchyCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_100 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_101 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_101, NULL, (intptr_t)((intptr_t)UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_100);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_100, _stringLiteral9E79B50EACE9F691EA500A0C9D83CD425C95C403, L_101, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_102 = ___L0;
|
|
NullCheck(L_102);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_102, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::SetParent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_SetParent_m0AA114A353EC8919B126745C7894EEBC83098B73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_3 = NULL;
|
|
bool V_4 = false;
|
|
Exception_t * V_5 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_5, 2, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
V_1 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_6, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// obj.SetParent(arg0);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_SetParent_mFAF9209CAB6A864552074BA065D740924A4BF979(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_10 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeObject * L_12 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_11, 2, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
V_3 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_12, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_14 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_13, 3, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// obj.SetParent(arg0, arg1);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = V_3;
|
|
bool L_16 = V_4;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_10, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_10, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.SetParent");
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteralDD9B1D70C37BB0F948229F87972EF8D1CF48037B, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_007b;
|
|
}
|
|
} // 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_006e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_006e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_19 = ___L0;
|
|
Exception_t * L_20 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_007b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_007b:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::SetPositionAndRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_SetPositionAndRotation_mA905EC50234E023CAF981BCE775BDF8999175181_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 3);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// UnityEngine.Quaternion arg1 = ToLua.ToQuaternion(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_6 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// obj.SetPositionAndRotation(arg0, arg1);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_8 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_SetPositionAndRotation_mDB9B34321018846FD7E2315CBE8D4A6612E3DE43(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0039;
|
|
} // 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_002e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0039;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::Translate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_Translate_m840228C80D27580BA682976282F7E21D2FF440A0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_6 = NULL;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
float V_9 = 0.0f;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
float V_12 = 0.0f;
|
|
int32_t V_13 = 0;
|
|
float V_14 = 0.0f;
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_17 = NULL;
|
|
Exception_t * V_18 = 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) * 8);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// obj.Translate(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Translate_m0F354939D5084DDFF6B9902E62D3DCA7A3B53EA3(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<UnityEngine.Space>(L, 3))
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_10 = TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09((intptr_t)L_9, 3, /*hidden argument*/TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09_RuntimeMethod_var);
|
|
if (!L_10)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_12 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_11, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_13 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_13, 2, /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
// UnityEngine.Space arg1 = (UnityEngine.Space)ToLua.ToObject(L, 3);
|
|
intptr_t L_15 = ___L0;
|
|
RuntimeObject * L_16 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_15, 3, /*hidden argument*/NULL);
|
|
V_4 = ((*(int32_t*)((int32_t*)UnBox(L_16, Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_il2cpp_TypeInfo_var))));
|
|
// obj.Translate(arg0, arg1);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = V_3;
|
|
int32_t L_18 = V_4;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_12, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Translate_m91072CBFB456E51FC3435D890E3F7E6A04F4BABD(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_12, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_17, L_18, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<UnityEngine.Transform>(L, 3))
|
|
int32_t L_19 = V_0;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_21 = TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9((intptr_t)L_20, 3, /*hidden argument*/TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9_RuntimeMethod_var);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_22 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_23 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_22, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_24, 2, /*hidden argument*/NULL);
|
|
V_5 = L_25;
|
|
// UnityEngine.Transform arg1 = (UnityEngine.Transform)ToLua.ToObject(L, 3);
|
|
intptr_t L_26 = ___L0;
|
|
RuntimeObject * L_27 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_26, 3, /*hidden argument*/NULL);
|
|
V_6 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_27, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// obj.Translate(arg0, arg1);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_28 = V_5;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_29 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_23, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Translate_mB8C4818A228496C1ADD6C2CA5895D765C94A2EF5(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_23, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_30 = V_0;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_32 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_31, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_34 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_33, 2, /*hidden argument*/NULL);
|
|
V_7 = (((float)((float)L_34)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_35 = ___L0;
|
|
double L_36 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_35, 3, /*hidden argument*/NULL);
|
|
V_8 = (((float)((float)L_36)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_37 = ___L0;
|
|
double L_38 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_37, 4, /*hidden argument*/NULL);
|
|
V_9 = (((float)((float)L_38)));
|
|
// obj.Translate(arg0, arg1, arg2);
|
|
float L_39 = V_7;
|
|
float L_40 = V_8;
|
|
float L_41 = V_9;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_32, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Translate_m3367DF1167F152D8801578EBA4C51A398A50FE71(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_32, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_39, L_40, L_41, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<UnityEngine.Space>(L, 5))
|
|
int32_t L_42 = V_0;
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
intptr_t L_43 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_44 = TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09((intptr_t)L_43, 5, /*hidden argument*/TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09_RuntimeMethod_var);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_46 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_45, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_47 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_48 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_47, 2, /*hidden argument*/NULL);
|
|
V_10 = (((float)((float)L_48)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_49 = ___L0;
|
|
double L_50 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_49, 3, /*hidden argument*/NULL);
|
|
V_11 = (((float)((float)L_50)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_51 = ___L0;
|
|
double L_52 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_51, 4, /*hidden argument*/NULL);
|
|
V_12 = (((float)((float)L_52)));
|
|
// UnityEngine.Space arg3 = (UnityEngine.Space)ToLua.ToObject(L, 5);
|
|
intptr_t L_53 = ___L0;
|
|
RuntimeObject * L_54 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_53, 5, /*hidden argument*/NULL);
|
|
V_13 = ((*(int32_t*)((int32_t*)UnBox(L_54, Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_il2cpp_TypeInfo_var))));
|
|
// obj.Translate(arg0, arg1, arg2, arg3);
|
|
float L_55 = V_10;
|
|
float L_56 = V_11;
|
|
float L_57 = V_12;
|
|
int32_t L_58 = V_13;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_46, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Translate_m5E2AEA765EC8D4A0D84C1DCB2DC7F7E952D3B116(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_46, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_55, L_56, L_57, L_58, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<UnityEngine.Transform>(L, 5))
|
|
int32_t L_59 = V_0;
|
|
if ((!(((uint32_t)L_59) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
intptr_t L_60 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_61 = TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9((intptr_t)L_60, 5, /*hidden argument*/TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9_RuntimeMethod_var);
|
|
if (!L_61)
|
|
{
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_62 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_63 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_62, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_64 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_65 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_64, 2, /*hidden argument*/NULL);
|
|
V_14 = (((float)((float)L_65)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_66 = ___L0;
|
|
double L_67 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_66, 3, /*hidden argument*/NULL);
|
|
V_15 = (((float)((float)L_67)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_68 = ___L0;
|
|
double L_69 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_68, 4, /*hidden argument*/NULL);
|
|
V_16 = (((float)((float)L_69)));
|
|
// UnityEngine.Transform arg3 = (UnityEngine.Transform)ToLua.ToObject(L, 5);
|
|
intptr_t L_70 = ___L0;
|
|
RuntimeObject * L_71 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_70, 5, /*hidden argument*/NULL);
|
|
V_17 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_71, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// obj.Translate(arg0, arg1, arg2, arg3);
|
|
float L_72 = V_14;
|
|
float L_73 = V_15;
|
|
float L_74 = V_16;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_75 = V_17;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_63, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Translate_m6A91C3ED57FE292972B18769021410E31EA1B932(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_63, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_72, L_73, L_74, L_75, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.Translate");
|
|
intptr_t L_76 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_77 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_76, _stringLiteral21D2567AF64C801B74085D24C1C71A33D4F63E8B, /*hidden argument*/NULL);
|
|
V_2 = L_77;
|
|
goto IL_01b1;
|
|
}
|
|
} // 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_01a4;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_01a4:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_18 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_78 = ___L0;
|
|
Exception_t * L_79 = V_18;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_80 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_78, L_79, /*hidden argument*/NULL);
|
|
V_2 = L_80;
|
|
goto IL_01b1;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_01b1:
|
|
{
|
|
// }
|
|
int32_t L_81 = V_2;
|
|
return L_81;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::Rotate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_Rotate_mF9902DA2AB48BE342E6B6DA2929EBCC43626A674_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
float V_4 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
float V_9 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
float V_11 = 0.0f;
|
|
int32_t V_12 = 0;
|
|
float V_13 = 0.0f;
|
|
float V_14 = 0.0f;
|
|
float V_15 = 0.0f;
|
|
int32_t V_16 = 0;
|
|
Exception_t * V_17 = 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) * 8);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// obj.Rotate(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Rotate_m610B6793DCC2F987290D328942E649B5B7DE0F9A(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<float>(L, 3))
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_10 = TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4648AC0FF2C5A9E95DD08EA8C3C5713BE52B35D1((intptr_t)L_9, 3, /*hidden argument*/TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m4648AC0FF2C5A9E95DD08EA8C3C5713BE52B35D1_RuntimeMethod_var);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_12 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_11, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_13 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_13, 2, /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_15 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_16 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_15, 3, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_16)));
|
|
// obj.Rotate(arg0, arg1);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = V_3;
|
|
float L_18 = V_4;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_12, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Rotate_m6F7F297A2AF39309B4B8F537CCF49A143896CFBA(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_12, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_17, L_18, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<UnityEngine.Space>(L, 3))
|
|
int32_t L_19 = V_0;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_21 = TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09((intptr_t)L_20, 3, /*hidden argument*/TypeChecker_CheckTypes_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_m0C8DD74989B268AFF2F936C507855F7C168FCB09_RuntimeMethod_var);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_22 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_23 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_22, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_24, 2, /*hidden argument*/NULL);
|
|
V_5 = L_25;
|
|
// UnityEngine.Space arg1 = (UnityEngine.Space)ToLua.ToObject(L, 3);
|
|
intptr_t L_26 = ___L0;
|
|
RuntimeObject * L_27 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_26, 3, /*hidden argument*/NULL);
|
|
V_6 = ((*(int32_t*)((int32_t*)UnBox(L_27, Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_il2cpp_TypeInfo_var))));
|
|
// obj.Rotate(arg0, arg1);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_28 = V_5;
|
|
int32_t L_29 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_23, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Rotate_m3424566A0D19A1487AE3A82B08C47F2A2D2A26CB(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_23, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<float, float, float>(L, 2))
|
|
int32_t L_30 = V_0;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_32 = TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m63EB2679D4546F2A144001E65A10A45B68C36A68((intptr_t)L_31, 2, /*hidden argument*/TypeChecker_CheckTypes_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m63EB2679D4546F2A144001E65A10A45B68C36A68_RuntimeMethod_var);
|
|
if (!L_32)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_34 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_33, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_35 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_36 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_35, 2, /*hidden argument*/NULL);
|
|
V_7 = (((float)((float)L_36)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_37 = ___L0;
|
|
double L_38 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_37, 3, /*hidden argument*/NULL);
|
|
V_8 = (((float)((float)L_38)));
|
|
// float arg2 = (float)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_39 = ___L0;
|
|
double L_40 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_39, 4, /*hidden argument*/NULL);
|
|
V_9 = (((float)((float)L_40)));
|
|
// obj.Rotate(arg0, arg1, arg2);
|
|
float L_41 = V_7;
|
|
float L_42 = V_8;
|
|
float L_43 = V_9;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_34, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Rotate_mEEA80F3DA5A4C93611D7165DF54763E578477EF9(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_34, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_41, L_42, L_43, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<UnityEngine.Vector3, float, UnityEngine.Space>(L, 2))
|
|
int32_t L_44 = V_0;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_46 = TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_mB3272EEF36F4C1BAC39CBF6CB4306F1E0D0C0A72((intptr_t)L_45, 2, /*hidden argument*/TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSpace_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_mB3272EEF36F4C1BAC39CBF6CB4306F1E0D0C0A72_RuntimeMethod_var);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_47 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_48 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_47, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_49 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_49, 2, /*hidden argument*/NULL);
|
|
V_10 = L_50;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_51 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_52 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_51, 3, /*hidden argument*/NULL);
|
|
V_11 = (((float)((float)L_52)));
|
|
// UnityEngine.Space arg2 = (UnityEngine.Space)ToLua.ToObject(L, 4);
|
|
intptr_t L_53 = ___L0;
|
|
RuntimeObject * L_54 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_53, 4, /*hidden argument*/NULL);
|
|
V_12 = ((*(int32_t*)((int32_t*)UnBox(L_54, Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_il2cpp_TypeInfo_var))));
|
|
// obj.Rotate(arg0, arg1, arg2);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_55 = V_10;
|
|
float L_56 = V_11;
|
|
int32_t L_57 = V_12;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_48, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Rotate_mF23DA7E98F655E8A0D633A2757D7F88B2EFA945C(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_48, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_55, L_56, L_57, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
// else if (count == 5)
|
|
int32_t L_58 = V_0;
|
|
if ((!(((uint32_t)L_58) == ((uint32_t)5))))
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_59 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_60 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_59, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_61 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_62 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_61, 2, /*hidden argument*/NULL);
|
|
V_13 = (((float)((float)L_62)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_63 = ___L0;
|
|
double L_64 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_63, 3, /*hidden argument*/NULL);
|
|
V_14 = (((float)((float)L_64)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_65 = ___L0;
|
|
double L_66 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_65, 4, /*hidden argument*/NULL);
|
|
V_15 = (((float)((float)L_66)));
|
|
// UnityEngine.Space arg3 = (UnityEngine.Space)ToLua.CheckObject(L, 5, typeof(UnityEngine.Space));
|
|
intptr_t L_67 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_68 = { reinterpret_cast<intptr_t> (Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_69 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_68, /*hidden argument*/NULL);
|
|
RuntimeObject * L_70 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_67, 5, L_69, /*hidden argument*/NULL);
|
|
V_16 = ((*(int32_t*)((int32_t*)UnBox(L_70, Space_t0F622BF939B7A47E0F9632CE968F7D72FC63AF58_il2cpp_TypeInfo_var))));
|
|
// obj.Rotate(arg0, arg1, arg2, arg3);
|
|
float L_71 = V_13;
|
|
float L_72 = V_14;
|
|
float L_73 = V_15;
|
|
int32_t L_74 = V_16;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_60, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_Rotate_mE81F208CECDAFC1117728A21F6322E898475CDBC(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_60, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_71, L_72, L_73, L_74, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.Rotate");
|
|
intptr_t L_75 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_76 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_75, _stringLiteralBA8A44EF8A818E626AA4B2496C1C38D17349D2BA, /*hidden argument*/NULL);
|
|
V_2 = L_76;
|
|
goto IL_01aa;
|
|
}
|
|
} // 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_019d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_019d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_17 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_77 = ___L0;
|
|
Exception_t * L_78 = V_17;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_79 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_77, L_78, /*hidden argument*/NULL);
|
|
V_2 = L_79;
|
|
goto IL_01aa;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_01aa:
|
|
{
|
|
// }
|
|
int32_t L_80 = V_2;
|
|
return L_80;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::RotateAround(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_RotateAround_m037C49FBA69CDAC61D6359FA2C9B22D447F8B26E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 4);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 4, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// UnityEngine.Vector3 arg1 = ToLua.ToVector3(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_7 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_8 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_7, 4, /*hidden argument*/NULL);
|
|
V_2 = (((float)((float)L_8)));
|
|
// obj.RotateAround(arg0, arg1, arg2);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = V_0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_1;
|
|
float L_11 = V_2;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_RotateAround_m433D292B2A38A5A4DEC7DCAE0A8BEAC5C3B2D1DD(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_9, L_10, L_11, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_0045;
|
|
} // 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_0038;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0038:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_12 = ___L0;
|
|
Exception_t * L_13 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_14 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
goto IL_0045;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0045:
|
|
{
|
|
// }
|
|
int32_t L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::LookAt(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_LookAt_m9A069473CCE105B4C7836EC937B25EA2652C2104_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_4 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t * V_8 = 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) * 6);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2 && TypeChecker.CheckTypes<UnityEngine.Transform>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mD69A7363EFF08808FD22A0C068BA7E14630004B9_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.ToObject(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
RuntimeObject * L_8 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_1 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_8, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// obj.LookAt(arg0);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_6, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_LookAt_mF2738B4AB464ABFB85D16BEB121808F6C73D669B(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_6, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<UnityEngine.Vector3>(L, 2))
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11((intptr_t)L_11, 2, /*hidden argument*/TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_m8873D1BEE72F6619D31A059F5D0AF4B8A52CFF11_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_13, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_15, 2, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
// obj.LookAt(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = V_3;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_14, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_LookAt_m3EC94482B2585FE03AEEDF90325A1F0B9A84960E(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_14, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<UnityEngine.Transform, UnityEngine.Vector3>(L, 2))
|
|
int32_t L_18 = V_0;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_20 = TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mB58C4FFB467E15443000313B6D5C84EC69DF6771((intptr_t)L_19, 2, /*hidden argument*/TypeChecker_CheckTypes_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mB58C4FFB467E15443000313B6D5C84EC69DF6771_RuntimeMethod_var);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_21 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_22 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_21, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.ToObject(L, 2);
|
|
intptr_t L_23 = ___L0;
|
|
RuntimeObject * L_24 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_23, 2, /*hidden argument*/NULL);
|
|
V_4 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_24, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// UnityEngine.Vector3 arg1 = ToLua.ToVector3(L, 3);
|
|
intptr_t L_25 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_25, 3, /*hidden argument*/NULL);
|
|
V_5 = L_26;
|
|
// obj.LookAt(arg0, arg1);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_27 = V_4;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_28 = V_5;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_22, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_LookAt_mCC894F5AA3C0EBBCBFAF883232E3DB4DA4990739(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_22, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_27, L_28, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<UnityEngine.Vector3, UnityEngine.Vector3>(L, 2))
|
|
int32_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C((intptr_t)L_30, 2, /*hidden argument*/TypeChecker_CheckTypes_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mEC37AC3C5859BA50980CD954BCB54D87C5EF581C_RuntimeMethod_var);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_33 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_32, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_34 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_34, 2, /*hidden argument*/NULL);
|
|
V_6 = L_35;
|
|
// UnityEngine.Vector3 arg1 = ToLua.ToVector3(L, 3);
|
|
intptr_t L_36 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_37 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_36, 3, /*hidden argument*/NULL);
|
|
V_7 = L_37;
|
|
// obj.LookAt(arg0, arg1);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_38 = V_6;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_39 = V_7;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_33, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_LookAt_m2596A6FFEEB5A39CA85FDF8A42C82FAC6BE88CE2(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_33, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_38, L_39, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.LookAt");
|
|
intptr_t L_40 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_41 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_40, _stringLiteral345E981E0F05A12EDA27C91E088306EB29766342, /*hidden argument*/NULL);
|
|
V_2 = L_41;
|
|
goto IL_00f8;
|
|
}
|
|
} // 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_00eb;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00eb:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_42 = ___L0;
|
|
Exception_t * L_43 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_44 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_42, L_43, /*hidden argument*/NULL);
|
|
V_2 = L_44;
|
|
goto IL_00f8;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00f8:
|
|
{
|
|
// }
|
|
int32_t L_45 = V_2;
|
|
return L_45;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::TransformDirection(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_TransformDirection_mB8FD0532B24D5D58EE1A48C7ACF17B353BFDCE23_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t * V_8 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// UnityEngine.Vector3 o = obj.TransformDirection(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Transform_TransformDirection_m85FC1D7E1322E94F65DA59AEF3B1166850B183EF(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_2;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_15)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_17)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_18 = ___L0;
|
|
double L_19 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_18, 4, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_19)));
|
|
// UnityEngine.Vector3 o = obj.TransformDirection(arg0, arg1, arg2);
|
|
float L_20 = V_4;
|
|
float L_21 = V_5;
|
|
float L_22 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Transform_TransformDirection_m1862DC496C21D190F5F516B1CC82F8005E1515DA(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_7 = L_23;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_7;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.TransformDirection");
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_26, _stringLiteral94CA7033AED9E7BFAE8CCF584D77C3091D8B8D06, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_0093;
|
|
}
|
|
} // 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_0086;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0086:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_28 = ___L0;
|
|
Exception_t * L_29 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
goto IL_0093;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0093:
|
|
{
|
|
// }
|
|
int32_t L_31 = V_3;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::InverseTransformDirection(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_InverseTransformDirection_mDA4C4DA904F7B8D67177601C5E6548C7B4518B98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t * V_8 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// UnityEngine.Vector3 o = obj.InverseTransformDirection(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Transform_InverseTransformDirection_m6F0513F2EC19C204F2077E3C68DD1D45317CB5F2(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_2;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_15)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_17)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_18 = ___L0;
|
|
double L_19 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_18, 4, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_19)));
|
|
// UnityEngine.Vector3 o = obj.InverseTransformDirection(arg0, arg1, arg2);
|
|
float L_20 = V_4;
|
|
float L_21 = V_5;
|
|
float L_22 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Transform_InverseTransformDirection_m1AE09EB4F397528CCD813CC2A0EC00FBD60F7DE5(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_7 = L_23;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_7;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.InverseTransformDirection");
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_26, _stringLiteral502B8411DE9401C5867226B28725AAEC3FA5A317, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_0093;
|
|
}
|
|
} // 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_0086;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0086:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_28 = ___L0;
|
|
Exception_t * L_29 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
goto IL_0093;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0093:
|
|
{
|
|
// }
|
|
int32_t L_31 = V_3;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::TransformVector(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_TransformVector_mC73EDF85DAEAFB064DE9CBE51C3B524F5BF428CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t * V_8 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// UnityEngine.Vector3 o = obj.TransformVector(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Transform_TransformVector_m75D0F9F62127C642869F5F0C865540FEE5BB3168(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_2;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_15)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_17)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_18 = ___L0;
|
|
double L_19 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_18, 4, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_19)));
|
|
// UnityEngine.Vector3 o = obj.TransformVector(arg0, arg1, arg2);
|
|
float L_20 = V_4;
|
|
float L_21 = V_5;
|
|
float L_22 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Transform_TransformVector_m89F0E459A68B6E2E723898E1EF9F7B163CF070EE(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_7 = L_23;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_7;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.TransformVector");
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_26, _stringLiteral24588581C259DB0BCF2FFCB695616B46EDA64A10, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_0093;
|
|
}
|
|
} // 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_0086;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0086:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_28 = ___L0;
|
|
Exception_t * L_29 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
goto IL_0093;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0093:
|
|
{
|
|
// }
|
|
int32_t L_31 = V_3;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::InverseTransformVector(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_InverseTransformVector_m6182D87DD19C0CC40598F53A12140DFF0EF8805F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t * V_8 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// UnityEngine.Vector3 o = obj.InverseTransformVector(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Transform_InverseTransformVector_mC363B03FB4A80E242264469E68489E401285E525(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_2;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_15)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_17)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_18 = ___L0;
|
|
double L_19 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_18, 4, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_19)));
|
|
// UnityEngine.Vector3 o = obj.InverseTransformVector(arg0, arg1, arg2);
|
|
float L_20 = V_4;
|
|
float L_21 = V_5;
|
|
float L_22 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Transform_InverseTransformVector_m9D40771BEAA7D12B3E4802220E8B48DD81DBB70E(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_7 = L_23;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_7;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.InverseTransformVector");
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_26, _stringLiteralAE074CF63F9136F5B5C0D6235139545F32785D73, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_0093;
|
|
}
|
|
} // 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_0086;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0086:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_28 = ___L0;
|
|
Exception_t * L_29 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
goto IL_0093;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0093:
|
|
{
|
|
// }
|
|
int32_t L_31 = V_3;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::TransformPoint(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_TransformPoint_m3AECB2F4F5AA722DE54EC28B69B67704DB87B2C5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t * V_8 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// UnityEngine.Vector3 o = obj.TransformPoint(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Transform_TransformPoint_mA96DC2A20EE7F4F915F7509863A18D99F5DD76CB(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_2;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_15)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_17)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_18 = ___L0;
|
|
double L_19 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_18, 4, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_19)));
|
|
// UnityEngine.Vector3 o = obj.TransformPoint(arg0, arg1, arg2);
|
|
float L_20 = V_4;
|
|
float L_21 = V_5;
|
|
float L_22 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_7 = L_23;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_7;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.TransformPoint");
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_26, _stringLiteral5CD812DBC00F18E1D516BAD29136A44D0549DAF3, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_0093;
|
|
}
|
|
} // 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_0086;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0086:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_28 = ___L0;
|
|
Exception_t * L_29 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
goto IL_0093;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0093:
|
|
{
|
|
// }
|
|
int32_t L_31 = V_3;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::InverseTransformPoint(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_InverseTransformPoint_m5D33D78A113EB0AC44632C232D76FBE81EDE3F3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t * V_8 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// UnityEngine.Vector3 o = obj.InverseTransformPoint(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_2;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_15 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_15)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_17)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_18 = ___L0;
|
|
double L_19 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_18, 4, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_19)));
|
|
// UnityEngine.Vector3 o = obj.InverseTransformPoint(arg0, arg1, arg2);
|
|
float L_20 = V_4;
|
|
float L_21 = V_5;
|
|
float L_22 = V_6;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Transform_InverseTransformPoint_m640683035F0A8AD76150B082F55E97718D2162F0(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_13, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_7 = L_23;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_24 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_7;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Transform.InverseTransformPoint");
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_26, _stringLiteral1AE37565313C80CFBE690B0AAF7A22B186B12228, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_0093;
|
|
}
|
|
} // 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_0086;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0086:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_28 = ___L0;
|
|
Exception_t * L_29 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
goto IL_0093;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0093:
|
|
{
|
|
// }
|
|
int32_t L_31 = V_3;
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::DetachChildren(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_DetachChildren_m48A29F77C19743D57182F7A40E3431D140313ABD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// obj.DetachChildren();
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_DetachChildren_m33C6052FA253DC8781DAD266726587B8DCB61A23(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0027;
|
|
} // 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_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0027;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::SetAsFirstSibling(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_SetAsFirstSibling_mBAB46ECB7D8EDC9C32028FF7D0794409AE8094C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// obj.SetAsFirstSibling();
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_SetAsFirstSibling_m2CAD80F7C9D89EE145BC9D3D0937D6EBEE909531(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0027;
|
|
} // 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_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0027;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::SetAsLastSibling(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_SetAsLastSibling_m0B6CB8C46FF9F7A6FE092C3A8B4884C005BA50A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// obj.SetAsLastSibling();
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_SetAsLastSibling_mE3DD5E6421A08BACF1E86FC0EC7EE3AFA262A990(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0027;
|
|
} // 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_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0027;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::SetSiblingIndex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_SetSiblingIndex_m8F466854FECE5555FBADD2549ECAAA17075DC8BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((int32_t)L_4)));
|
|
// obj.SetSiblingIndex(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_SetSiblingIndex_m108C43B950B2279BF46C914F1A428A9DE0AC0FD2(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0031;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0031;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::GetSiblingIndex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_GetSiblingIndex_mFA7458A4BD0A194E6240F71FF1C34858C825E857_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// int o = obj.GetSiblingIndex();
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Transform_GetSiblingIndex_m6FEF9F4DAB8BEAB964A806F3CEE387C1F462B4C1(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // 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_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::Find(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_Find_mC10B9586AE8202E3B1FEB4F1B00F15462AAA821C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// UnityEngine.Transform o = obj.Find(arg0);
|
|
String_t* L_5 = V_0;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_Find_m673797B6329C2669A543904532ABA1680DA4EAD1(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = V_1;
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0038;
|
|
} // 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_002d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0038;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0038:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::IsChildOf(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_IsChildOf_m16E66F1338B0326C8CDA32CF7EC6E8BD7A512027_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
V_0 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// bool o = obj.IsChildOf(arg0);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_0;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
bool L_6 = Transform_IsChildOf_mCB98BA14F7FB82B6AF6AE961E84C47AE1D99AA80(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
bool L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_003d;
|
|
} // 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_0032;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0032:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_003d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::GetEnumerator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_GetEnumerator_mF7D3E2CF81BDEEA0339C8781150A361203FDCFB5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// System.Collections.IEnumerator o = obj.GetEnumerator();
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_3 = Transform_GetEnumerator_mE98B6C5F644AE362EC1D58C10506327D6A5878FC(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
RuntimeObject* L_5 = V_0;
|
|
ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // 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_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::GetChild(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_GetChild_mBB11F3216A27BFF90E64B4DB4F5A7FA6CA2826F3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((int32_t)L_4)));
|
|
// UnityEngine.Transform o = obj.GetChild(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = V_1;
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0039;
|
|
} // 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_002e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002e:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0039;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_op_Equality_mA01CF91119B969EF9E9409559E2ABA309EA09D1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.Object arg0 = (UnityEngine.Object)ToLua.ToObject(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Object arg1 = (UnityEngine.Object)ToLua.ToObject(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_4, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var));
|
|
// bool o = arg0 == arg1;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_6 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_2, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
bool L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_003d;
|
|
} // 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_0032;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0032:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_003d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_position(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_position_mA3BC9765DBA88B1F9ECA6D25B1DD615AF71778C6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.position;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index position on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral8B95EC2F5997AD4CFC3A5D30066898C660F74FCD, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_localPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_localPosition_mD0786BAB06970D892D692D1B6FA52BD3CAC185F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.localPosition;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localPosition on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral3147A438187FED97F6A4519425B2407E2E4E28EE, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_eulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_eulerAngles_m648CDEEB01131731D5455F3A26862D1B4D2CFF22_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.eulerAngles;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_eulerAngles_mF2D798FA8B18F7A1A0C4A2198329ADBAF07E37CA(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index eulerAngles on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral72FB015FD02560827C8B243049C7721124CBA528, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_localEulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_localEulerAngles_m1682E6BA0F701AF6B465F3FAFE5F6EEC5E4CEE34_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.localEulerAngles;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_localEulerAngles_m445AD7F6706B0BDABA8A875C899EB1E1DF1A2A2B(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localEulerAngles on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral8C5898C4F915D1B830B8575B53A54183D960F191, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_right(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_right_mF5C953B096CDF0DFEDA70128EC72AF427657BF71_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.right;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_right_mC32CE648E98D3D4F62F897A2751EE567C7C0CFB0(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index right on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral71B160238995E3095E33BDB6126F602CB18C2E72, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_up(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_up_m01317E0E1C16BAEA48D6A2F53C7A86F284803832_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.up;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_up_m3E443F6EB278D547946E80D77065A871BEEEE282(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index up on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralA13817978E6B69FBABC694AB249291E7968D2A2F, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_forward(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_forward_m4209C8DA5D6E40527E1995FDA92C461584184360_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.forward;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_forward_m0BE1E88B86049ADA39391C3ACED2314A624BC67F(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index forward on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral498589771C1B67A3B07E0C38CA8C1B01D349485B, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_rotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_rotation_m5F02A610ED4189DEB669025A790DEE6AA1439D2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion ret = obj.rotation;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_5 = V_1;
|
|
ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index rotation on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral7948BE65B98A1900E1DCBA978F06A8AEB2314D46, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_localRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_localRotation_mBACECF8D6D6142AD8317CC74CB087D405DEFDD73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion ret = obj.localRotation;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = Transform_get_localRotation_mEDA319E1B42EF12A19A95AC0824345B6574863FE(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_5 = V_1;
|
|
ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localRotation on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralD7C87809892BDA78469ABC50F9CCF1E386EDAB64, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_localScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_localScale_mCB1734AB48D3E8C4A6D6220E5DC47849D2D02E0C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.localScale;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localScale on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral409730F66B8E219AD332A58B29F81527FE19B727, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_parent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_parent_mE8A870A1D904D7DB8EB1899A35988EA49AF7274A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Transform ret = obj.parent;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_1;
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index parent on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral1C8F769275A2E86BF511F50CADF20A0710F020A6, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_worldToLocalMatrix(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_worldToLocalMatrix_m5B4BA0E143E7156ED5C00ACBA02BEDD7BCF07346_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Matrix4x4 ret = obj.worldToLocalMatrix;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_3 = Transform_get_worldToLocalMatrix_m4791F881839B1087B17DC126FC0CA7F9A596073E(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushValue(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_5 = V_1;
|
|
ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index worldToLocalMatrix on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralC54D16ADA0CEADAA8E7B8D990147E1B6A49D1B84, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_localToWorldMatrix(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_localToWorldMatrix_m79987B7E7C2889CDD000C7786B811F1C13BEE9C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Matrix4x4 ret = obj.localToWorldMatrix;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_3 = Transform_get_localToWorldMatrix_mBC86B8C7BA6F53DAB8E0120D77729166399A0EED(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushValue(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_5 = V_1;
|
|
ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushValue_TisMatrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_m0A8610452EC6E6BDFB8B70051B6B272FE52BF61B_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localToWorldMatrix on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralDAD897AD06495A8786D2B6AD245C86AB3181DCDB, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_root(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_root_m6A9EF568DD648B8FCAD60FA0A337B8ECFF31C894_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Transform ret = obj.root;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = Transform_get_root_m101A8B5C2CC6D868B6B66EEDBD5336FC1EB5DDD6(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_1;
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index root on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral5DB9B4CA4FEB2F6FB5BC7EF127FF7ACF71CA8C05, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_childCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_childCount_m22599879E8E65FCA7C9819B4E8B5ABBFEB85243E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.childCount;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index childCount on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralB340B8E6350BA9DBF552AF45994F28AF6B44764A, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_lossyScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_lossyScale_m0B195B3B14E161AE78DBF4D3AD1462DA63263093_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.lossyScale;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_lossyScale_m9C2597B28BE066FC061B7D7508750E5D5EA9850F(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index lossyScale on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral64C28EDD82BA8DB6364899A61317A8986E015774, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_hasChanged(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_hasChanged_m38BBDCACE49D5C53D2E7E28F9D305DE76D4DF077_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasChanged;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Transform_get_hasChanged_m57B246DA5FB4AC01F1F109DCFE1D7A12048767D2(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index hasChanged on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral765CDE9944822F39772A5F50B6A6C0DD3D74F583, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_hierarchyCapacity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_hierarchyCapacity_mEF89E6C5F69E648FA076EAAD432A79BEAA2234F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.hierarchyCapacity;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Transform_get_hierarchyCapacity_mE570C4007779A8E80CBA1DCC1152C82B912B16A1(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index hierarchyCapacity on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral22A03BA6A80A27E7C75F48CD542C6EB3AE350AA0, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::get_hierarchyCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_get_hierarchyCount_m8A701A838629AF5A0F38410B0662393DCE85CD2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.hierarchyCount;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Transform_get_hierarchyCount_mC1AAE99D97DBD671B460A65C7A60F70E2D3E6419(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index hierarchyCount on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral5F4FBE763819348E081C797B481821C073471C28, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_position(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_position_mA99E67EF9D39412EC6D35F13066A8756E2C60B21_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.position = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index position on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral8B95EC2F5997AD4CFC3A5D30066898C660F74FCD, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_localPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_localPosition_mB0A72409BD7AC9D5F3A219ED566B29A5AE334C59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.localPosition = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localPosition on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral3147A438187FED97F6A4519425B2407E2E4E28EE, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_eulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_eulerAngles_mFDD2712E55C81DD1C3FB33FAF138B9C9BD2E7303_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.eulerAngles = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_eulerAngles_m4B2B374C0B089A7ED0B522A3A4C56FA868992685(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index eulerAngles on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral72FB015FD02560827C8B243049C7721124CBA528, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_localEulerAngles(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_localEulerAngles_m44E4E55FDF64512CF3B054E1412CBD8FD80D577A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.localEulerAngles = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localEulerAngles on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral8C5898C4F915D1B830B8575B53A54183D960F191, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_right(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_right_m8992BDA8FDE6C03F55AFDE118837D6972F07C232_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.right = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_right_mD126BB179CF8EB170AEDE544DE19F559ACBF839B(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index right on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral71B160238995E3095E33BDB6126F602CB18C2E72, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_up(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_up_m97F10433523977480F27619CEE11E22C7938E74A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.up = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_up_m05A833821812AF78009A8EFB949C4EFC8087C46A(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index up on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralA13817978E6B69FBABC694AB249291E7968D2A2F, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_forward(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_forward_m5977E7ABC76618AA93B3F7C3EFF3F67E55FC3F92_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.forward = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_forward_m02858E8B3313B27174B19E9113F24EF25FBCEC7F(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index forward on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral498589771C1B67A3B07E0C38CA8C1B01D349485B, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_rotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_rotation_m5A7CE5C3F0C8E5B7DEFF68C54B83B9E162C6802F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion arg0 = ToLua.ToQuaternion(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_4 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.rotation = arg0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_rotation_m429694E264117C6DC682EC6AF45C7864E5155935(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index rotation on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral7948BE65B98A1900E1DCBA978F06A8AEB2314D46, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_localRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_localRotation_mFC88BA01FD3F782C18F2014326D994F9C566C7BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion arg0 = ToLua.ToQuaternion(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_4 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.localRotation = arg0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localRotation on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralD7C87809892BDA78469ABC50F9CCF1E386EDAB64, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_localScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_localScale_m502F73F858B9B183465CFE19369F78A045C21A05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.localScale = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index localScale on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral409730F66B8E219AD332A58B29F81527FE19B727, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_parent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_parent_mBE7C65DE6F7010EF7353AB2B999D957F58CE0970_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
V_1 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_4, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// obj.parent = arg0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_parent_m65B8E4660B2C554069C57A957D9E55FECA7AA73E(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0038;
|
|
} // 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_0027;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0027:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index parent on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral1C8F769275A2E86BF511F50CADF20A0710F020A6, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0038;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0038:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_hasChanged(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_hasChanged_m1E0E1FE6771F7108DC6FE9A7B8055191270DD3F4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_4 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.hasChanged = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_hasChanged_mA2BDCABEEF63468A4CF354CB7ACFDCC8E910A3D9(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index hasChanged on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral765CDE9944822F39772A5F50B6A6C0DD3D74F583, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_TransformWrap::set_hierarchyCapacity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_TransformWrap_set_hierarchyCapacity_m599D73BEB6073625B4267406632B1900009E15A0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.Transform obj = (UnityEngine.Transform)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.hierarchyCapacity = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)));
|
|
Transform_set_hierarchyCapacity_m872D79DC8662200A0BB5F3F30E1C118F1E762A71(((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_2, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index hierarchyCapacity on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral22A03BA6A80A27E7C75F48CD542C6EB3AE350AA0, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_TransformWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_TransformWrap__ctor_mAA0E65D6EEF0DB23A692496C508070889C40B1D1 (UnityEngine_TransformWrap_t58FAED8AE89B821A3A897E230268388AC5CDCAE6 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_WWWWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_WWWWrap_Register_m1793AEA706C18D572D9FB0C3163960A8716288AE (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_Register_m1793AEA706C18D572D9FB0C3163960A8716288AE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.WWW), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("EscapeURL", EscapeURL);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral016810E0BA458356DA29223CE25FF2C9073DFA7E, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("UnEscapeURL", UnEscapeURL);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralB0C909F4102F869987D847B9DE1ED49888C88C94, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("LoadFromCacheOrDownload", LoadFromCacheOrDownload);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral811615D146067B3E77BC30F90F84E84135AC1296, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("LoadImageIntoTexture", LoadImageIntoTexture);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralB8360368E7F77F1CC6A8A97A586489D79F0243B3, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("Dispose", Dispose);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral878767DEA09DD65D9E99925D1BBF35B9EAD4D939, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetAudioClip", GetAudioClip);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralC9DAE3F87B8FE10C941D04E4B728811BE41BCA9C, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetAudioClipCompressed", GetAudioClipCompressed);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteralE8E1FF87F1FE004B588D5D019A0E78940EFF8764, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("New", _CreateUnityEngine_WWW);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_20, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_22, /*hidden argument*/NULL);
|
|
// L.RegVar("assetBundle", get_assetBundle, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_23 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_24 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_24, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_23, _stringLiteral61959E18399F5CC2E84AA57D172BADE662F0B332, L_24, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("bytes", get_bytes, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_25 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_25, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_26, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("bytesDownloaded", get_bytesDownloaded, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteral6F83A0BF6F4748837B7A85FF90425D5764A0E40F, L_28, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("error", get_error, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_30 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_30, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteral11F9578D05E6F7BB58A3CDD00107E9F4E3882671, L_30, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("isDone", get_isDone, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_31 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_32 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_32, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_31, _stringLiteral5B35AA159F6C5C8CCDF460E5AC99549748A874C5, L_32, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("progress", get_progress, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_33 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_34 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_34, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_33, _stringLiteral5AAF8905F32A43E8DD1A2EA0CBACB689428CCECD, L_34, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("responseHeaders", get_responseHeaders, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_35 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_36 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_36, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_35, _stringLiteral41109DE64ACDD01EEE5FBCAB6ED6F640054A9BA8, L_36, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("text", get_text, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_37 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_38 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_38, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_37, _stringLiteral372EA08CAB33E71C02C651DBC83A474D32C676EA, L_38, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("texture", get_texture, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_39 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_40 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_40, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_39, _stringLiteral8AB5CBE29FF8A179C2E5A288D14B2074824BF0BB, L_40, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("textureNonReadable", get_textureNonReadable, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_41 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_42 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_42, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_41, _stringLiteral340DDA465593DCAA4C9EB8610DFCFA6092E77A36, L_42, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("threadPriority", get_threadPriority, set_threadPriority);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_43 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_44 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_44, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_45 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_45, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteral0AB4F23B8B3D539470A8E531AD10B1C777743DF8, L_44, L_45, /*hidden argument*/NULL);
|
|
// L.RegVar("uploadProgress", get_uploadProgress, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_46 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_47 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_47, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_46, _stringLiteral13B77A81DBBD6B1B342F4F91A5176EBD70A884A0, L_47, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("url", get_url, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_48 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_49 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_49, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_48);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_48, _stringLiteral81736358B1645103AE83247B10C5F82AF641DDFC, L_49, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("keepWaiting", get_keepWaiting, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_50 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_51 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_51, NULL, (intptr_t)((intptr_t)UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_50);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_50, _stringLiteral6A664DFBF7E6D087468510B0EA43FCC78BC8AF94, L_51, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_52 = ___L0;
|
|
NullCheck(L_52);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_52, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::_CreateUnityEngine_WWW(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap__CreateUnityEngine_WWW_m006FDD349C47EDCAA375EE0EC1683019BEEF0268_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_3 = NULL;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_4 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_6 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_8 = NULL;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_9 = NULL;
|
|
Exception_t * V_10 = 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) * 6);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 1)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.WWW obj = new UnityEngine.WWW(arg0);
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_5 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_m855BBB40089401B7BE6DE7A19FAD81EB070A2196(L_5, L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// ToLua.PushObject(L, obj);
|
|
intptr_t L_6 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_7 = V_1;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<UnityEngine.WWWForm>(L, 2))
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_10 = TypeChecker_CheckTypes_TisWWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_m51FBC956BADC008A4B8B8BECA9CDB42C48FD1362((intptr_t)L_9, 2, /*hidden argument*/TypeChecker_CheckTypes_TisWWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_m51FBC956BADC008A4B8B8BECA9CDB42C48FD1362_RuntimeMethod_var);
|
|
if (!L_10)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_12 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_11, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.WWWForm arg1 = (UnityEngine.WWWForm)ToLua.ToObject(L, 2);
|
|
intptr_t L_13 = ___L0;
|
|
RuntimeObject * L_14 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_13, 2, /*hidden argument*/NULL);
|
|
V_3 = ((WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)CastclassClass((RuntimeObject*)L_14, WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var));
|
|
// UnityEngine.WWW obj = new UnityEngine.WWW(arg0, arg1);
|
|
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_15 = V_3;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_16 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_mCD26DA4AF4D023C128F1E031AC85A0557B98E6BF(L_16, L_12, L_15, /*hidden argument*/NULL);
|
|
V_4 = L_16;
|
|
// ToLua.PushObject(L, obj);
|
|
intptr_t L_17 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_18 = V_4;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<byte[]>(L, 2))
|
|
int32_t L_19 = V_0;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_21 = TypeChecker_CheckTypes_TisByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_m157E2A98A177327B45D3E7FD40BB22217D9916E6((intptr_t)L_20, 2, /*hidden argument*/TypeChecker_CheckTypes_TisByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_m157E2A98A177327B45D3E7FD40BB22217D9916E6_RuntimeMethod_var);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_22 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_23 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_22, 1, /*hidden argument*/NULL);
|
|
// byte[] arg1 = ToLua.CheckByteBuffer(L, 2);
|
|
intptr_t L_24 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ToLua_CheckByteBuffer_m7C047F582199524B397D55711935A43902DA2A6F((intptr_t)L_24, 2, /*hidden argument*/NULL);
|
|
V_5 = L_25;
|
|
// UnityEngine.WWW obj = new UnityEngine.WWW(arg0, arg1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_5;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_27 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_m81C5EB408BE86137E31C00F48E8902CB896DF612(L_27, L_23, L_26, /*hidden argument*/NULL);
|
|
V_6 = L_27;
|
|
// ToLua.PushObject(L, obj);
|
|
intptr_t L_28 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_29 = V_6;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_28, L_29, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_30 = V_0;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_32 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_31, 1, /*hidden argument*/NULL);
|
|
// byte[] arg1 = ToLua.CheckByteBuffer(L, 2);
|
|
intptr_t L_33 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ToLua_CheckByteBuffer_m7C047F582199524B397D55711935A43902DA2A6F((intptr_t)L_33, 2, /*hidden argument*/NULL);
|
|
V_7 = L_34;
|
|
// System.Collections.Generic.Dictionary<string,string> arg2 = (System.Collections.Generic.Dictionary<string,string>)ToLua.CheckObject(L, 3, typeof(System.Collections.Generic.Dictionary<string,string>));
|
|
intptr_t L_35 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_37 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_36, /*hidden argument*/NULL);
|
|
RuntimeObject * L_38 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_35, 3, L_37, /*hidden argument*/NULL);
|
|
V_8 = ((Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)CastclassClass((RuntimeObject*)L_38, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var));
|
|
// UnityEngine.WWW obj = new UnityEngine.WWW(arg0, arg1, arg2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = V_7;
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_40 = V_8;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_41 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_mB59A96D78FFCCD48B23664B730086222CE2C3881(L_41, L_32, L_39, L_40, /*hidden argument*/NULL);
|
|
V_9 = L_41;
|
|
// ToLua.PushObject(L, obj);
|
|
intptr_t L_42 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_43 = V_9;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_42, L_43, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: UnityEngine.WWW.New");
|
|
intptr_t L_44 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_45 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_44, _stringLiteralAC8C60F9EB6197F9066D285A03C0D804A60C5197, /*hidden argument*/NULL);
|
|
V_2 = L_45;
|
|
goto IL_00ee;
|
|
}
|
|
} // 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_00e1;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00e1:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_10 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_46 = ___L0;
|
|
Exception_t * L_47 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_48 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_46, L_47, /*hidden argument*/NULL);
|
|
V_2 = L_48;
|
|
goto IL_00ee;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00ee:
|
|
{
|
|
// }
|
|
int32_t L_49 = V_2;
|
|
return L_49;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::EscapeURL(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_EscapeURL_m542E252AC579DDC187AA2B8CBD664AAC7329D27C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Exception_t * V_5 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 1)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// string o = UnityEngine.WWW.EscapeURL(arg0);
|
|
String_t* L_5 = WWW_EscapeURL_m380EF432DAC12ED77405BDF7C4C98797AF226161(L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
String_t* L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_10 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_9, 1, /*hidden argument*/NULL);
|
|
// System.Text.Encoding arg1 = (System.Text.Encoding)ToLua.CheckObject<System.Text.Encoding>(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeObject * L_12 = ToLua_CheckObject_TisEncoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_m7A45C6B65330716EB20FE830CF9FA13D31DE5109((intptr_t)L_11, 2, /*hidden argument*/ToLua_CheckObject_TisEncoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_m7A45C6B65330716EB20FE830CF9FA13D31DE5109_RuntimeMethod_var);
|
|
V_3 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_12, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
|
|
// string o = UnityEngine.WWW.EscapeURL(arg0, arg1);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = V_3;
|
|
String_t* L_14 = WWW_EscapeURL_m0647BBF9E8044A60534D2139A91DA4A788D91420(L_10, L_13, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.WWW.EscapeURL");
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteral779AB164EFF2CD998F9D12DFB9A669FEF4BDC286, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_006a;
|
|
}
|
|
} // 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_005d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_19 = ___L0;
|
|
Exception_t * L_20 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_006a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_006a:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::UnEscapeURL(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_UnEscapeURL_m65D6A81DB0AA99B19DB297ED62C089D2BA2FE8B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
Exception_t * V_5 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 1)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// string o = UnityEngine.WWW.UnEscapeURL(arg0);
|
|
String_t* L_5 = WWW_UnEscapeURL_m0430FDFBA4FAD03645B4D8306A02D94F0D411AB7(L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
String_t* L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_10 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_9, 1, /*hidden argument*/NULL);
|
|
// System.Text.Encoding arg1 = (System.Text.Encoding)ToLua.CheckObject<System.Text.Encoding>(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeObject * L_12 = ToLua_CheckObject_TisEncoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_m7A45C6B65330716EB20FE830CF9FA13D31DE5109((intptr_t)L_11, 2, /*hidden argument*/ToLua_CheckObject_TisEncoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_m7A45C6B65330716EB20FE830CF9FA13D31DE5109_RuntimeMethod_var);
|
|
V_3 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_12, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
|
|
// string o = UnityEngine.WWW.UnEscapeURL(arg0, arg1);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = V_3;
|
|
String_t* L_14 = WWW_UnEscapeURL_m5D07E9BA042F4FF2879A435F1603C3458840127E(L_10, L_13, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.WWW.UnEscapeURL");
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteralC54CD83707D05D14E388DB275C3351C492F7C149, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_006a;
|
|
}
|
|
} // 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_005d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_19 = ___L0;
|
|
Exception_t * L_20 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_006a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_006a:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::LoadFromCacheOrDownload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_LoadFromCacheOrDownload_m4D02D005A05317CC304BA67E433419BFD46E0670_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_5 = NULL;
|
|
CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
uint32_t V_9 = 0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_10 = NULL;
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
uint32_t V_12 = 0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_13 = NULL;
|
|
CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
uint32_t V_15 = 0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_16 = NULL;
|
|
Exception_t * V_17 = 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) * 8);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 2 && TypeChecker.CheckTypes<int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m8A2795A27814B4C3728F763EFD6746C69006973C((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m8A2795A27814B4C3728F763EFD6746C69006973C_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 1, /*hidden argument*/NULL);
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_8 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_8)));
|
|
// UnityEngine.WWW o = UnityEngine.WWW.LoadFromCacheOrDownload(arg0, arg1);
|
|
int32_t L_9 = V_1;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_10 = WWW_LoadFromCacheOrDownload_mB4C50AF1649A0976B8B354D793D945AC42CE4170(L_6, L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_12 = V_2;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<UnityEngine.Hash128>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_m2AEA777ECF8CC57FA6F4DD3BA75EBD119765B334((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_m2AEA777ECF8CC57FA6F4DD3BA75EBD119765B334_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_17 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_16, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Hash128 arg1 = StackTraits<UnityEngine.Hash128>.To(L, 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_il2cpp_TypeInfo_var);
|
|
Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * L_18 = ((StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_il2cpp_TypeInfo_var))->get_To_2();
|
|
intptr_t L_19 = ___L0;
|
|
NullCheck(L_18);
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_20 = Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044(L_18, (intptr_t)L_19, 2, /*hidden argument*/Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044_RuntimeMethod_var);
|
|
V_4 = L_20;
|
|
// UnityEngine.WWW o = UnityEngine.WWW.LoadFromCacheOrDownload(arg0, arg1);
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_21 = V_4;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_22 = WWW_LoadFromCacheOrDownload_m614C5C778BA355FEBD09FB5E8E913779F9301DFF(L_17, L_21, /*hidden argument*/NULL);
|
|
V_5 = L_22;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_23 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_24 = V_5;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_23, L_24, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<UnityEngine.CachedAssetBundle>(L, 2))
|
|
int32_t L_25 = V_0;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_27 = TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_m24BE2EF2193136D01D993C7C75DAF9332FCA73B6((intptr_t)L_26, 2, /*hidden argument*/TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_m24BE2EF2193136D01D993C7C75DAF9332FCA73B6_RuntimeMethod_var);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_28 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_29 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_28, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.CachedAssetBundle arg1 = StackTraits<UnityEngine.CachedAssetBundle>.To(L, 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_il2cpp_TypeInfo_var);
|
|
Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * L_30 = ((StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_il2cpp_TypeInfo_var))->get_To_2();
|
|
intptr_t L_31 = ___L0;
|
|
NullCheck(L_30);
|
|
CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 L_32 = Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C(L_30, (intptr_t)L_31, 2, /*hidden argument*/Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C_RuntimeMethod_var);
|
|
V_6 = L_32;
|
|
// UnityEngine.WWW o = UnityEngine.WWW.LoadFromCacheOrDownload(arg0, arg1);
|
|
CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 L_33 = V_6;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_34 = WWW_LoadFromCacheOrDownload_m203E37937225D1F153BBEC030AE9EE5ECFF42927(L_29, L_33, 0, /*hidden argument*/NULL);
|
|
V_7 = L_34;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_35 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_36 = V_7;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_35, L_36, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<int, uint>(L, 2))
|
|
int32_t L_37 = V_0;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
intptr_t L_38 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_39 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mEE96043FE08DF3DEB6E00EB7B2BD313242DFE842((intptr_t)L_38, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_mEE96043FE08DF3DEB6E00EB7B2BD313242DFE842_RuntimeMethod_var);
|
|
if (!L_39)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_40 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_41 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_40, 1, /*hidden argument*/NULL);
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_42 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_43 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_42, 2, /*hidden argument*/NULL);
|
|
V_8 = (((int32_t)((int32_t)L_43)));
|
|
// uint arg2 = (uint)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_44 = ___L0;
|
|
double L_45 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_44, 3, /*hidden argument*/NULL);
|
|
V_9 = (il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_45));
|
|
// UnityEngine.WWW o = UnityEngine.WWW.LoadFromCacheOrDownload(arg0, arg1, arg2);
|
|
int32_t L_46 = V_8;
|
|
uint32_t L_47 = V_9;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_48 = WWW_LoadFromCacheOrDownload_m09928D23AFA50A3F33179B7B931D08949D43965C(L_41, L_46, L_47, /*hidden argument*/NULL);
|
|
V_10 = L_48;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_49 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_50 = V_10;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_49, L_50, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<UnityEngine.Hash128, uint>(L, 2))
|
|
int32_t L_51 = V_0;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
intptr_t L_52 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_53 = TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m57BCAD8757D6DCBAAF6C6F2D7632F2A26E763078((intptr_t)L_52, 2, /*hidden argument*/TypeChecker_CheckTypes_TisHash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m57BCAD8757D6DCBAAF6C6F2D7632F2A26E763078_RuntimeMethod_var);
|
|
if (!L_53)
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_54 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_55 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_54, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.Hash128 arg1 = StackTraits<UnityEngine.Hash128>.To(L, 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_il2cpp_TypeInfo_var);
|
|
Func_3_t00BBF7A063F44EC29BDBC40F0D9E29723ACB2BAB * L_56 = ((StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tC1385218F09723123ED83D8F2517398065DA64AF_il2cpp_TypeInfo_var))->get_To_2();
|
|
intptr_t L_57 = ___L0;
|
|
NullCheck(L_56);
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_58 = Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044(L_56, (intptr_t)L_57, 2, /*hidden argument*/Func_3_Invoke_mB4B3E365CF001B22BDC4002262F1E91A65C05044_RuntimeMethod_var);
|
|
V_11 = L_58;
|
|
// uint arg2 = (uint)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_59 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_60 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_59, 3, /*hidden argument*/NULL);
|
|
V_12 = (il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_60));
|
|
// UnityEngine.WWW o = UnityEngine.WWW.LoadFromCacheOrDownload(arg0, arg1, arg2);
|
|
Hash128_tBB1E9B1041BFF6ED6E76F2066E2815ED04742151 L_61 = V_11;
|
|
uint32_t L_62 = V_12;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_63 = WWW_LoadFromCacheOrDownload_m1018CDF26B997EFA8AC848237A447D3409659870(L_55, L_61, L_62, /*hidden argument*/NULL);
|
|
V_13 = L_63;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_64 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_65 = V_13;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_64, L_65, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<UnityEngine.CachedAssetBundle, uint>(L, 2))
|
|
int32_t L_66 = V_0;
|
|
if ((!(((uint32_t)L_66) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
intptr_t L_67 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_68 = TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m41401591573776BE0F2E429BAD839E3D805EB87C((intptr_t)L_67, 2, /*hidden argument*/TypeChecker_CheckTypes_TisCachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m41401591573776BE0F2E429BAD839E3D805EB87C_RuntimeMethod_var);
|
|
if (!L_68)
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_69 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_70 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_69, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.CachedAssetBundle arg1 = StackTraits<UnityEngine.CachedAssetBundle>.To(L, 2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_il2cpp_TypeInfo_var);
|
|
Func_3_t289390833EC811E9EE9F90306AF606AE72CCD0E5 * L_71 = ((StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tB831A7D39E8C0ADE6604B4367AC2D70B5221DA89_il2cpp_TypeInfo_var))->get_To_2();
|
|
intptr_t L_72 = ___L0;
|
|
NullCheck(L_71);
|
|
CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 L_73 = Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C(L_71, (intptr_t)L_72, 2, /*hidden argument*/Func_3_Invoke_mD32E1479D50DEEE05BFBEA5A711677315F6F9D0C_RuntimeMethod_var);
|
|
V_14 = L_73;
|
|
// uint arg2 = (uint)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_74 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_75 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_74, 3, /*hidden argument*/NULL);
|
|
V_15 = (il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_75));
|
|
// UnityEngine.WWW o = UnityEngine.WWW.LoadFromCacheOrDownload(arg0, arg1, arg2);
|
|
CachedAssetBundle_t074A527A76DF5D5A7C4465260959DB88E8B435D3 L_76 = V_14;
|
|
uint32_t L_77 = V_15;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_78 = WWW_LoadFromCacheOrDownload_m203E37937225D1F153BBEC030AE9EE5ECFF42927(L_70, L_76, L_77, /*hidden argument*/NULL);
|
|
V_16 = L_78;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_79 = ___L0;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_80 = V_16;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_79, L_80, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.WWW.LoadFromCacheOrDownload");
|
|
intptr_t L_81 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_82 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_81, _stringLiteral384DFC9B97242C874B4C70B507C57197D13C0C5D, /*hidden argument*/NULL);
|
|
V_3 = L_82;
|
|
goto IL_0191;
|
|
}
|
|
} // 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_0184;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0184:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_17 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_83 = ___L0;
|
|
Exception_t * L_84 = V_17;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_85 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_83, L_84, /*hidden argument*/NULL);
|
|
V_3 = L_85;
|
|
goto IL_0191;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0191:
|
|
{
|
|
// }
|
|
int32_t L_86 = V_3;
|
|
return L_86;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::LoadImageIntoTexture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_LoadImageIntoTexture_mCBEB009C566F8985FD034E6555201AA246F41C7C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// UnityEngine.Texture2D arg0 = (UnityEngine.Texture2D)ToLua.CheckObject(L, 2, typeof(UnityEngine.Texture2D));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_0 = ((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)CastclassSealed((RuntimeObject*)L_6, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var));
|
|
// obj.LoadImageIntoTexture(arg0);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_7 = V_0;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
WWW_LoadImageIntoTexture_mEF2FB1F3F1FA61819358618215093D1CBCA93B48(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_003f;
|
|
} // 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_0034;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0034:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
goto IL_003f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::Dispose(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_Dispose_mEBFCF69A58C4B6F8A219EB407D82A676C55B32E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// obj.Dispose();
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
WWW_Dispose_m481A801C09AEF9D4B7EE5BD680ECE80C0B1E0F66(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0027;
|
|
} // 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_001c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_3 = ___L0;
|
|
Exception_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0027;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::GetAudioClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_GetAudioClip_mA710F95A2946D37D0D8C5A3F32283663A68F390E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_4 = NULL;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_7 = NULL;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
int32_t V_10 = 0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_11 = NULL;
|
|
Exception_t * V_12 = 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) * 6);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 1)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// UnityEngine.AudioClip o = obj.GetAudioClip();
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_4, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_5 = WWW_GetAudioClip_mD93261406301F373A22AC2A79BECF3599EE7495A(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_4, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_7 = V_1;
|
|
ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000((intptr_t)L_6, L_7, /*hidden argument*/ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_10 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_12 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_11, 2, /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
// UnityEngine.AudioClip o = obj.GetAudioClip(arg0);
|
|
bool L_13 = V_3;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_10, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_14 = WWW_GetAudioClip_m5945A22678493736CAB9CF45A4EF21A6778B982F(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_10, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), L_13, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_16 = V_4;
|
|
ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000((intptr_t)L_15, L_16, /*hidden argument*/ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_17 = V_0;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_19 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_18, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_21 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_20, 2, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
|
|
intptr_t L_22 = ___L0;
|
|
bool L_23 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_22, 3, /*hidden argument*/NULL);
|
|
V_6 = L_23;
|
|
// UnityEngine.AudioClip o = obj.GetAudioClip(arg0, arg1);
|
|
bool L_24 = V_5;
|
|
bool L_25 = V_6;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_19, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_26 = WWW_GetAudioClip_m9BD6940E04116E99077715D28F9EBF9AE7FE233C(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_19, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), L_24, L_25, /*hidden argument*/NULL);
|
|
V_7 = L_26;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_27 = ___L0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_28 = V_7;
|
|
ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000((intptr_t)L_27, L_28, /*hidden argument*/ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_31 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_30, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_33 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_32, 2, /*hidden argument*/NULL);
|
|
V_8 = L_33;
|
|
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
|
|
intptr_t L_34 = ___L0;
|
|
bool L_35 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_34, 3, /*hidden argument*/NULL);
|
|
V_9 = L_35;
|
|
// UnityEngine.AudioType arg2 = (UnityEngine.AudioType)ToLua.CheckObject(L, 4, typeof(UnityEngine.AudioType));
|
|
intptr_t L_36 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
|
|
RuntimeObject * L_39 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, 4, L_38, /*hidden argument*/NULL);
|
|
V_10 = ((*(int32_t*)((int32_t*)UnBox(L_39, AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.AudioClip o = obj.GetAudioClip(arg0, arg1, arg2);
|
|
bool L_40 = V_8;
|
|
bool L_41 = V_9;
|
|
int32_t L_42 = V_10;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_31, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_43 = WWW_GetAudioClip_m06DB54A063B83E071686E1D6B1452FB35ABE4C46(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_31, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), L_40, L_41, L_42, /*hidden argument*/NULL);
|
|
V_11 = L_43;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_44 = ___L0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_45 = V_11;
|
|
ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000((intptr_t)L_44, L_45, /*hidden argument*/ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.WWW.GetAudioClip");
|
|
intptr_t L_46 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_47 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_46, _stringLiteral33986F7AD347BBE0159A51E0BE7DFE3E9D890EF6, /*hidden argument*/NULL);
|
|
V_2 = L_47;
|
|
goto IL_0101;
|
|
}
|
|
} // 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_00f4;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00f4:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_12 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_48 = ___L0;
|
|
Exception_t * L_49 = V_12;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_50 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_48, L_49, /*hidden argument*/NULL);
|
|
V_2 = L_50;
|
|
goto IL_0101;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0101:
|
|
{
|
|
// }
|
|
int32_t L_51 = V_2;
|
|
return L_51;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::GetAudioClipCompressed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_GetAudioClipCompressed_m7BAD2D4AC96A67FA4B7389B762B15D80F4E77AE5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_4 = NULL;
|
|
bool V_5 = false;
|
|
int32_t V_6 = 0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_7 = NULL;
|
|
Exception_t * V_8 = 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) * 5);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 1)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// UnityEngine.AudioClip o = obj.GetAudioClipCompressed();
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_4, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_5 = WWW_GetAudioClipCompressed_m197494FE11E4AF863BF5A559F6981FF1C849AEA6(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_4, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_7 = V_1;
|
|
ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000((intptr_t)L_6, L_7, /*hidden argument*/ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_10 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_12 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_11, 2, /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
// UnityEngine.AudioClip o = obj.GetAudioClipCompressed(arg0);
|
|
bool L_13 = V_3;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_10, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_14 = WWW_GetAudioClipCompressed_mC1C2380528AC7A0382AC7DA267554A8AA8A9594B(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_10, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), L_13, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_16 = V_4;
|
|
ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000((intptr_t)L_15, L_16, /*hidden argument*/ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_17 = V_0;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)3))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)ToLua.CheckObject<UnityEngine.WWW>(L, 1);
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_19 = ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F((intptr_t)L_18, 1, /*hidden argument*/ToLua_CheckObject_TisWWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_m644CB68DE6DA6FD05FFCC851FABA19AED123AF2F_RuntimeMethod_var);
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_21 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_20, 2, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
// UnityEngine.AudioType arg1 = (UnityEngine.AudioType)ToLua.CheckObject(L, 3, typeof(UnityEngine.AudioType));
|
|
intptr_t L_22 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL);
|
|
RuntimeObject * L_25 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_22, 3, L_24, /*hidden argument*/NULL);
|
|
V_6 = ((*(int32_t*)((int32_t*)UnBox(L_25, AudioType_t1E5DFC4E25E8978C0A60B1DBA1BC0C595C655C9D_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.AudioClip o = obj.GetAudioClipCompressed(arg0, arg1);
|
|
bool L_26 = V_5;
|
|
int32_t L_27 = V_6;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_19, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_28 = WWW_GetAudioClipCompressed_mB6A5B9298CF92974455C387B099909C24F4257C2(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_19, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), L_26, L_27, /*hidden argument*/NULL);
|
|
V_7 = L_28;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_29 = ___L0;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_30 = V_7;
|
|
ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000((intptr_t)L_29, L_30, /*hidden argument*/ToLua_PushSealed_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m442B9FB74411C814AC3BB68C83E96F45A1FCB000_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.WWW.GetAudioClipCompressed");
|
|
intptr_t L_31 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_32 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_31, _stringLiteral7F3CE908F14A43F4DD7B60E6CCA6FEF8DCE91405, /*hidden argument*/NULL);
|
|
V_2 = L_32;
|
|
goto IL_00ba;
|
|
}
|
|
} // 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_00ad;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00ad:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_33 = ___L0;
|
|
Exception_t * L_34 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_35 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_33, L_34, /*hidden argument*/NULL);
|
|
V_2 = L_35;
|
|
goto IL_00ba;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00ba:
|
|
{
|
|
// }
|
|
int32_t L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_assetBundle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_assetBundle_mE81A91966586667960B4090AC1284C9C66BB4FFF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AssetBundle ret = obj.assetBundle;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_3 = WWW_get_assetBundle_m3276DE6B6151D92A0B3E516D131386386053F864(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
AssetBundle_tCE287BAB693894C3991CDD308B92A8C9C4BD4C78 * L_5 = V_1;
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index assetBundle on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralD32733EB9CE1CD1B0B8DCB33ABA64D88DD214758, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_bytes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_bytes_m59B5CCF109D08C0465ECC23A69BEBA5BD3300469_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// byte[] ret = obj.bytes;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = WWW_get_bytes_m9C9B2E62AC6733A39EDBF61E5C751438EC41126C(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index bytes on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralC0AB5B91C9E106CCDA75113A70702BCA57349554, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_bytesDownloaded(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_bytesDownloaded_m1F5DC164FABEE2F4A73065DEF70446D1BCCDAC71_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.bytesDownloaded;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = WWW_get_bytesDownloaded_mEE7775B5A8E665F57F710A0A822A7C9F2CE3B505(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index bytesDownloaded on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral44EAA2B2DBC0709F212C2E20EABCC83B43A2D9B6, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_error(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_error_m2F4039782A5CF6F73CA8E25861FECA50426EEFD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.error;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = WWW_get_error_mED42EEAAE7847167CCEEFF2098563F78A79F8C2A(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushstring(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index error on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralB2EBC27894F454DC1FC927034ADE0B208689C9B2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_isDone(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_isDone_mF146987FCE8F17E1FF289A2F5222659EEBA7BAFA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.isDone;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
bool L_3 = WWW_get_isDone_m7D3800B83136885374E82BFC6ACB63BA3F6AB5DF(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index isDone on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral35A7CC2B58AE70BD9F89564C8E6CD896C05D5370, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_progress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_progress_m1689E0211F1A5AAED3A91D9C796F7C26FA91E8C4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.progress;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
float L_3 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushnumber(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
float L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_4, (((double)((double)L_5))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index progress on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral2BD7886AC31A77A811C6098840C312222E119377, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_responseHeaders(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_responseHeaders_mF3675576E958429F7090D10E4F43CA50FF4A6AE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Collections.Generic.Dictionary<string,string> ret = obj.responseHeaders;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = WWW_get_responseHeaders_mDA4A87E542D3E362DE73BB54A9383D6147E62121(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_5 = V_1;
|
|
ToLua_PushSealed_TisDictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_mA28CC060D849D605436A049680A6120121A8955A((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisDictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_mA28CC060D849D605436A049680A6120121A8955A_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index responseHeaders on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralAEBF86DC9E66DBFD4E28238919489CEB3F67A4A0, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_text(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_text_m906DC24D9E46AE7A91D7B93333C512098B89DEFD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.text;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = WWW_get_text_mC889F75AD1B47FD117196F98F3DDDC83985BD0E1(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushstring(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index text on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralBABA2C0947025D15DFAEF9B66898BE54D0DED616, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_texture(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_texture_m63CD41E41BB2251F032E3FF2DF6B36DF43172711_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Texture2D ret = obj.texture;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_3 = WWW_get_texture_mD513AF1C1A59301515DFBC972E4530B886842C01(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_5 = V_1;
|
|
ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index texture on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral4F3019FE481FA9446D4A511BC72F22D667C0725E, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_textureNonReadable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_textureNonReadable_m80C4541A3BBCF5709B374F971B70EB8AF6DF8ABA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Texture2D ret = obj.textureNonReadable;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_3 = WWW_get_textureNonReadable_m50D1E639B3A5C4D952E98105255E087984C40CA5(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_5 = V_1;
|
|
ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisTexture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_mB80700D257812A19AB31D1597568D6A5C1FD54AD_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index textureNonReadable on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral6F4B0371F831E98B22C0A0AB98217930E0F11055, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_threadPriority(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_threadPriority_m4C1779E0FA535F088C56B4CD9FF27ACE1DDD9A2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.ThreadPriority ret = obj.threadPriority;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = WWW_get_threadPriority_m3E46CCF178741CD4234B3DCA1D87D1613B5B16E5_inline(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0037;
|
|
} // 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_0026;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index threadPriority on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteralD820FA4FB02C01B37BE7CD07E1FFDC329FFE7365, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0037;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0037:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_uploadProgress(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_uploadProgress_mE890BE66B711E6808430F72D2FE635B51C43B8ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.uploadProgress;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
float L_3 = WWW_get_uploadProgress_m64B269EE2BD19A75A1CF165BA2A6712B49089D96(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushnumber(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
float L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_4, (((double)((double)L_5))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0033;
|
|
} // 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_0022;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index uploadProgress on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral57EDE962842CD05482284278B8C63459819BDCD7, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_url(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_url_m040D88C5A798C9ED737981546FF5D8FFA3F44F54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.url;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = WWW_get_url_m201062308E01D69B4AED10B7BBA6B345F8E42089(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushstring(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index url on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral6E06736D1DC49ACC3CD22C9BC95ACE1D2214DD9A, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::get_keepWaiting(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_get_keepWaiting_m0CACE5B92B6D1C48F455D7A794238870BF7D3C4D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.keepWaiting;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean UnityEngine.CustomYieldInstruction::get_keepWaiting() */, ((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushboolean(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index keepWaiting on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralBD0B9233E9872B9E28FA76CF37001A35EB41327F, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WWWWrap::set_threadPriority(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WWWWrap_set_threadPriority_mB6BE9749DB5FDABF9677B8C0D6E956FF08023C8F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// UnityEngine.WWW obj = (UnityEngine.WWW)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.ThreadPriority arg0 = (UnityEngine.ThreadPriority)ToLua.CheckObject(L, 2, typeof(UnityEngine.ThreadPriority));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 2, L_5, /*hidden argument*/NULL);
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_6, ThreadPriority_tCA32DC97B1FAF52087C84FF48A88EBFF9AB637B7_il2cpp_TypeInfo_var))));
|
|
// obj.threadPriority = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)));
|
|
WWW_set_threadPriority_m17652E0A8533314986B1C443CD114ECDAFA1DAFA_inline(((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)CastclassClass((RuntimeObject*)L_2, WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0042;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index threadPriority on a nil value");
|
|
intptr_t L_8 = ___L0;
|
|
Exception_t * L_9 = V_3;
|
|
RuntimeObject * L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_8, L_9, L_10, _stringLiteralD820FA4FB02C01B37BE7CD07E1FFDC329FFE7365, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_WWWWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_WWWWrap__ctor_m01D30029FA3651485C3D5B5E59F74CE325AF79CB (UnityEngine_WWWWrap_t337DBA93901186938D3A650441C1ED87E2181B1C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_WrapModeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_WrapModeWrap_Register_m856BA6310B3CAD651DA64D3D6315F11913FAB3C1 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_Register_m856BA6310B3CAD651DA64D3D6315F11913FAB3C1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginEnum(typeof(UnityEngine.WrapMode));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginEnum_mD3D95C60CBABDBBC14B6BC736F6114662687ED60(L_0, L_2, /*hidden argument*/NULL);
|
|
// L.RegVar("Once", get_Once, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_4 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_4, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_3, _stringLiteralD9C768782EA8653D485FB3B7F5ABA21CB2CA7BF3, L_4, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Loop", get_Loop, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_5, _stringLiteralDC7F77B4CCFC9F70A78BD97303BD10BA4C9D70C8, L_6, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("PingPong", get_PingPong, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_7, _stringLiteral17A9331281F52ADFD64E79D3B3761185CF461D8E, L_8, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Default", get_Default, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_9, _stringLiteral808D7DCA8A74D84AF27A2D6602C3D786DE45FE1E, L_10, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("ClampForever", get_ClampForever, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_11, _stringLiteral953AB3490C46285F7461E20DE0BDAD50185884B2, L_12, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Clamp", get_Clamp, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_13, _stringLiteralD624A3F0EFF1CE10191F8A37EE36C04DB96DCD50, L_14, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("IntToEnum", IntToEnum);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral53A08B04A9AAD0A52AED2BA1B7B80604866A7F5B, L_16, /*hidden argument*/NULL);
|
|
// L.EndEnum();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
NullCheck(L_17);
|
|
LuaState_EndEnum_mAA1B82D43BB2394964E43DD29B5C23893782B30D(L_17, /*hidden argument*/NULL);
|
|
// TypeTraits<UnityEngine.WrapMode>.Check = CheckType;
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_18 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
|
|
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_18, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_CheckType_m3F6DBBBF5676248552B534F64BB4C9B886053F9D_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t718CB68045427C7B6BC0503488255EA9E47F5708_il2cpp_TypeInfo_var);
|
|
((TypeTraits_1_t718CB68045427C7B6BC0503488255EA9E47F5708_StaticFields*)il2cpp_codegen_static_fields_for(TypeTraits_1_t718CB68045427C7B6BC0503488255EA9E47F5708_il2cpp_TypeInfo_var))->set_Check_0(L_18);
|
|
// StackTraits<UnityEngine.WrapMode>.Push = Push;
|
|
Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 * L_19 = (Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6 *)il2cpp_codegen_object_new(Action_2_tD66C99CF8634A2F02A558686ADD4CF0CAD5999F6_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mF52DBD6BE903E286765A2CE561C855359CC489D8(L_19, NULL, (intptr_t)((intptr_t)UnityEngine_WrapModeWrap_Push_mBE97AF2A56AB914E3DDF508DBDE246ADD7995B1A_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mF52DBD6BE903E286765A2CE561C855359CC489D8_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_il2cpp_TypeInfo_var);
|
|
((StackTraits_1_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t6FFAF0C1540230BED5747A8B6D6E7588AA7D088A_il2cpp_TypeInfo_var))->set_Push_0(L_19);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_WrapModeWrap::Push(System.IntPtr,UnityEngine.WrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_WrapModeWrap_Push_mBE97AF2A56AB914E3DDF508DBDE246ADD7995B1A (intptr_t ___L0, int32_t ___arg1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_Push_mBE97AF2A56AB914E3DDF508DBDE246ADD7995B1A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, arg);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ___arg1;
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject * L_3 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_2);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine_WrapModeWrap::CheckType(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityEngine_WrapModeWrap_CheckType_m3F6DBBBF5676248552B534F64BB4C9B886053F9D (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_CheckType_m3F6DBBBF5676248552B534F64BB4C9B886053F9D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeChecker.CheckEnumType(typeof(UnityEngine.WrapMode), L, pos);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = ___pos1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckEnumType_mDC140E020CB3ACA4C5870D7466A252F7F5C61AA3(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Once(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_get_Once_m1694385F357442BBED2F1128E08550B34F0F8701_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.WrapMode.Once);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)1);
|
|
RuntimeObject * L_2 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Loop(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_get_Loop_m55EB8C12BE12A4ECA6C029B0ED5D68CBB4E55D17_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.WrapMode.Loop);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)2);
|
|
RuntimeObject * L_2 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_PingPong(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_get_PingPong_mDE18CF2B93839F3E71E6051E3837A1CF8FA18929_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.WrapMode.PingPong);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)4);
|
|
RuntimeObject * L_2 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Default(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_get_Default_m28120BB07029DA3ACEB24BF1391729C336955C7A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.WrapMode.Default);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)0);
|
|
RuntimeObject * L_2 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_ClampForever(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_get_ClampForever_m9CAB044B548F6257D6B903740A6009CB2A72D3D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.WrapMode.ClampForever);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)8);
|
|
RuntimeObject * L_2 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WrapModeWrap::get_Clamp(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_get_Clamp_m1F65CC722F06DE6BD55C3A37E20DCEFB44631A0D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.WrapMode.Clamp);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)1);
|
|
RuntimeObject * L_2 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_0, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_2, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_WrapModeWrap::IntToEnum(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_WrapModeWrap_IntToEnum_mAE8EA2DB4C9FEB65C3429385F3C0A92DED3C9A46_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_1 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// UnityEngine.WrapMode o = (UnityEngine.WrapMode)arg0;
|
|
V_0 = (((int32_t)((int32_t)L_1)));
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_2 = ___L0;
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var, &L_4);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_2, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_WrapModeWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_WrapModeWrap__ctor_mCF68A336FAE154D713B1BFAFF1B57D64CD787B5B (UnityEngine_WrapModeWrap_t4565A5E6B0D4A4B060AA3DF9126765DF7EA3604E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// VerCheck VerCheck::get_Instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_get_Instance_m8E3F89F2119C82B8E61B8668C3C48C6BAC1CCAC0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static VerCheck Instance { get; private set; }
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = ((VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields*)il2cpp_codegen_static_fields_for(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void VerCheck::set_Instance(VerCheck)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57E (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static VerCheck Instance { get; private set; }
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = ___value0;
|
|
((VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields*)il2cpp_codegen_static_fields_for(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_Awake_m046A6BAA5E1B15B41B23946DF325E064AD749FAC (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Instance = this;
|
|
VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57E_inline(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_Start_mDCF0879E2680E6E17BCAA897A30849A9EA1F1D4D (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_Start_mDCF0879E2680E6E17BCAA897A30849A9EA1F1D4D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// GameApplication.Instance.isAndroid64bit = IsAndroid64bit();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_0 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
bool L_1 = VerCheck_IsAndroid64bit_m14054EA809CD869BF091C5C2E591839BEB921E76(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
L_0->set_isAndroid64bit_8(L_1);
|
|
// CreateVersionView();
|
|
VerCheck_CreateVersionView_m8E969AB1A4ADFF07227383B80887063214869F37(__this, /*hidden argument*/NULL);
|
|
// StartCoroutine(CheckNet());
|
|
RuntimeObject* L_2 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(__this, /*hidden argument*/NULL);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_2, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::ResetGame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_ResetGame_m0D61AD00EBBDB491AE89C952B8FB8EEAB5F89927 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CreateVersionView();
|
|
VerCheck_CreateVersionView_m8E969AB1A4ADFF07227383B80887063214869F37(__this, /*hidden argument*/NULL);
|
|
// StartCoroutine(__WaitReset());
|
|
RuntimeObject* L_0 = VerCheck___WaitReset_mC0C9EA6729077835208C839425884ED4FBB999D6(__this, /*hidden argument*/NULL);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_0, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator VerCheck::__WaitReset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck___WaitReset_mC0C9EA6729077835208C839425884ED4FBB999D6 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck___WaitReset_mC0C9EA6729077835208C839425884ED4FBB999D6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * L_0 = (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 *)il2cpp_codegen_object_new(U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462_il2cpp_TypeInfo_var);
|
|
U3C__WaitResetU3Ed__11__ctor_mE57847E04238C7E1F531745119372346D364DEF9(L_0, 0, /*hidden argument*/NULL);
|
|
U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_2(__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void VerCheck::CreateVersionView()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_CreateVersionView_m8E969AB1A4ADFF07227383B80887063214869F37 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_CreateVersionView_m8E969AB1A4ADFF07227383B80887063214869F37_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ResourcesManager.ReadAssetConfig("base/embed");
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
ResourcesManager_ReadAssetConfig_mBDDB42465050AAEB0FB3857E7557F466BE405BE4(_stringLiteralDBCA54874BBBB15E8682B52D3512EE193618A13A, /*hidden argument*/NULL);
|
|
// UIPackage.AddPackage("base/embed/ui/Hotupdate");
|
|
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
|
|
UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15(_stringLiteralD16F5C7BC291ED86B266C93E93E17FBEEC1D6FE1, /*hidden argument*/NULL);
|
|
// if (_version_view != null) _version_view.Dispose();
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__version_view_4();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// if (_version_view != null) _version_view.Dispose();
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__version_view_4();
|
|
NullCheck(L_1);
|
|
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_1);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// _version_view = null;
|
|
__this->set__version_view_4((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
|
|
// _version_view = UIPackage.CreateObjectFromURL("ui://Hotupdate/Version").asCom;
|
|
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(_stringLiteralC850707131666576768494586380F509161D4D8C, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = GObject_get_asCom_mD3EC36D6BEC8B2540AD6FE7BD7EBD40CCE8BA7EC(L_2, /*hidden argument*/NULL);
|
|
__this->set__version_view_4(L_3);
|
|
// GRoot.inst.AddChildAt(_version_view,0);
|
|
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_4 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = __this->get__version_view_4();
|
|
NullCheck(L_4);
|
|
VirtFuncInvoker2< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, int32_t >::Invoke(29 /* FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32) */, L_4, L_5, 0);
|
|
// _version_view.x = (GRoot.inst.width - _version_view.width) / 2;
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__version_view_4();
|
|
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_7 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
float L_8 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_7, /*hidden argument*/NULL);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__version_view_4();
|
|
NullCheck(L_9);
|
|
float L_10 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_6, ((float)((float)((float)il2cpp_codegen_subtract((float)L_8, (float)L_10))/(float)(2.0f))), /*hidden argument*/NULL);
|
|
// Debug.LogError(Application.persistentDataPath);
|
|
String_t* L_11 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_11, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean VerCheck::IsAndroid64bit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VerCheck_IsAndroid64bit_m14054EA809CD869BF091C5C2E591839BEB921E76 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator VerCheck::CheckNet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * L_0 = (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC *)il2cpp_codegen_object_new(U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC_il2cpp_TypeInfo_var);
|
|
U3CCheckNetU3Ed__14__ctor_m7B5762570945F56DC81A78E809215B5BD761BDFB(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_2(__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator VerCheck::CheckAssetConfig(Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___server_version0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * L_0 = (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 *)il2cpp_codegen_object_new(U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52_il2cpp_TypeInfo_var);
|
|
U3CCheckAssetConfigU3Ed__15__ctor_mE2A9EE1B310A44CF840C9E6C4CA22D797460A429(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_2(__this);
|
|
U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * L_2 = L_1;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_3 = ___server_version0;
|
|
NullCheck(L_2);
|
|
L_2->set_server_version_3(L_3);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator VerCheck::VersionUpdateCheck(System.Collections.ArrayList,System.Action`2<System.Single,System.Boolean>,FairyGUI.GObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VerCheck_VersionUpdateCheck_mCACFFB14075527FEB4740EF64AC5A56CBF59FE31 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___asset_config_list0, Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * ___onback1, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___tip2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_VersionUpdateCheck_mCACFFB14075527FEB4740EF64AC5A56CBF59FE31_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * L_0 = (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 *)il2cpp_codegen_object_new(U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7_il2cpp_TypeInfo_var);
|
|
U3CVersionUpdateCheckU3Ed__16__ctor_m94DD70C64CBC307A4DD1D58BE7C47E0FE10B805A(L_0, 0, /*hidden argument*/NULL);
|
|
U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E4__this_3(__this);
|
|
U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * L_2 = L_1;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ___asset_config_list0;
|
|
NullCheck(L_2);
|
|
L_2->set_asset_config_list_2(L_3);
|
|
U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * L_4 = L_2;
|
|
Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * L_5 = ___onback1;
|
|
NullCheck(L_4);
|
|
L_4->set_onback_4(L_5);
|
|
U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * L_6 = L_4;
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ___tip2;
|
|
NullCheck(L_6);
|
|
L_6->set_tip_5(L_7);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void VerCheck::ShowTip(System.String,System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, String_t* ___text0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___callback1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * L_0 = (U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass17_0__ctor_m2BEFB934F51EF6CFBFD0AA4990A40920AE527A92(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * L_1 = V_0;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = ___callback1;
|
|
NullCheck(L_1);
|
|
L_1->set_callback_1(L_2);
|
|
// var ctr_state = _version_view.GetController("state");
|
|
U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * L_3 = V_0;
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = __this->get__version_view_4();
|
|
NullCheck(L_4);
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_4, _stringLiteralAA4A5F8125F234182E2DEA92805AFDFB747A86BE, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
L_3->set_ctr_state_0(L_5);
|
|
// ctr_state.selectedIndex = 1;
|
|
U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_7 = L_6->get_ctr_state_0();
|
|
NullCheck(L_7);
|
|
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_7, 1, /*hidden argument*/NULL);
|
|
// _version_view.GetChild("tex_tip").text = text;
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = __this->get__version_view_4();
|
|
NullCheck(L_8);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_8, _stringLiteralCC530C3C4C805CA3A710E3425DDF94102209D3CA, /*hidden argument*/NULL);
|
|
String_t* L_10 = ___text0;
|
|
NullCheck(L_9);
|
|
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_9, L_10);
|
|
// _version_view.GetChild("btn_ok").onClick.Set(() =>
|
|
// {
|
|
// ctr_state.selectedIndex = 0;
|
|
// if (callback != null) callback();
|
|
// });
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__version_view_4();
|
|
NullCheck(L_11);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_11, _stringLiteral53DDBEA86101BB38FF696663236245E28D1EC37F, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_13 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(L_12, /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * L_14 = V_0;
|
|
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_15 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
|
|
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_15, L_14, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass17_0_U3CShowTipU3Eb__0_m0917B9A81EEFFEFD33F66A1E279345B9887D302B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
EventListener_Set_m4591B4A5F347356D085E6241A47B2321F14804BD(L_13, L_15, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::DeleteOldPack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_DeleteOldPack_mA502E2A635A25EE17568DAA3FD59BF65EAA4351C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_DeleteOldPack_mA502E2A635A25EE17568DAA3FD59BF65EAA4351C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
// string dir = ResourcesManager.RES_PATH;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_RES_PATH_7();
|
|
V_0 = L_0;
|
|
// string rv = dir + "version.txt";
|
|
String_t* L_1 = V_0;
|
|
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_1, _stringLiteral84939FEA31814FF3975400838EEF161FA358F1C7, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
// if (File.Exists(rv)) File.Delete(rv);
|
|
String_t* L_3 = V_1;
|
|
bool L_4 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (File.Exists(rv)) File.Delete(rv);
|
|
String_t* L_5 = V_1;
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// if (Directory.Exists(dir)) Directory.Delete(dir, true);
|
|
String_t* L_6 = V_0;
|
|
bool L_7 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// if (Directory.Exists(dir)) Directory.Delete(dir, true);
|
|
String_t* L_8 = V_0;
|
|
Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107(L_8, (bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck__ctor_m58BF35463F05D7092850E258AF03232EDF3740EF (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isDXYGFF = true;
|
|
__this->set_isDXYGFF_8((bool)1);
|
|
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::<CheckNet>b__14_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_U3CCheckNetU3Eb__14_0_m8BDCC950ACBC4F9EB1835EA5504868081284DDD1 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckNet());
|
|
RuntimeObject* L_0 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(__this, /*hidden argument*/NULL);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_0, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::<CheckNet>b__14_1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_U3CCheckNetU3Eb__14_1_mA1577EE7B375E3577D6B519154F573DFD172B0C3 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckNet());
|
|
RuntimeObject* L_0 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(__this, /*hidden argument*/NULL);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_0, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::<CheckNet>b__14_2()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_U3CCheckNetU3Eb__14_2_mA120E2E019C40CD5E0EAF24E15F0325723F0D4E1 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckNet());
|
|
RuntimeObject* L_0 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(__this, /*hidden argument*/NULL);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_0, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::<CheckNet>b__14_3()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_U3CCheckNetU3Eb__14_3_mF762F7F9FF4C351F0C59EC3D7293F154AAEE6935 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckNet());
|
|
RuntimeObject* L_0 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(__this, /*hidden argument*/NULL);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_0, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::<CheckNet>b__14_4()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_U3CCheckNetU3Eb__14_4_m7526E2E5ACEBD0C980DEC55496F72802902D5E72 (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckNet());
|
|
RuntimeObject* L_0 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(__this, /*hidden argument*/NULL);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_0, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck::<VersionUpdateCheck>b__16_0(System.String,System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerCheck_U3CVersionUpdateCheckU3Eb__16_0_m9C1DC0EDB3E4F7C47CD7644C8881CD1C6E83B95C (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * __this, String_t* ___text0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___callback1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ShowTip(text, callback);
|
|
String_t* L_0 = ___text0;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = ___callback1;
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<>c__DisplayClass14_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_mBFB2E88C48B14B6EA44190936E5246C8C1697255 (U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<>c__DisplayClass14_0::<CheckNet>b__5()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3CCheckNetU3Eb__5_m2BD6F1D55B81C29AA1821502DC53A6171117C4BB (U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass14_0_U3CCheckNetU3Eb__5_m2BD6F1D55B81C29AA1821502DC53A6171117C4BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// DeleteOldPack();
|
|
VerCheck_DeleteOldPack_mA502E2A635A25EE17568DAA3FD59BF65EAA4351C(/*hidden argument*/NULL);
|
|
// Application.OpenURL((string)_plat_data["appurl"]);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__plat_data_0();
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_1 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, _stringLiteralBDB4DFD0AB75266FCEE1DB75CA49BA34AA9A28BF);
|
|
Application_OpenURL_m2888DA5BDF68B1BC23E983469157783F390D7BC8(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// Application.Quit();
|
|
Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95(/*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<>c__DisplayClass15_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_m277D053474FFB7A6715A8CE26CBB623985508057 (U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<>c__DisplayClass15_0::<CheckAssetConfig>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__0_m3818DFE30446E2B19158D327EA497347B73BBA59 (U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckNet());
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = __this->get_U3CU3E4__this_0();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_0();
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_2, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<>c__DisplayClass15_0::<CheckAssetConfig>b__2()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__2_m311F5055CBAE546B90CACD1486B0633FA516E589 (U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckAssetConfig(server_version));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = __this->get_U3CU3E4__this_0();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_0();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_2 = __this->get_server_version_1();
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_3 = VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC(L_1, L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_3, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<>c__DisplayClass15_0::<CheckAssetConfig>b__1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__1_m202386505085B0DFB9C83CE54F2F673C338C49AC (U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckAssetConfig(server_version));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = __this->get_U3CU3E4__this_0();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_0();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_2 = __this->get_server_version_1();
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_3 = VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC(L_1, L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_3, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<>c__DisplayClass15_0::<CheckAssetConfig>b__4()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__4_m06B003FD0E620F7FFB8859422EBB2D1F980A6C4D (U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// StartCoroutine(CheckAssetConfig(server_version));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = __this->get_U3CU3E4__this_0();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_0();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_2 = __this->get_server_version_1();
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_3 = VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC(L_1, L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_3, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<>c__DisplayClass15_1::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1__ctor_m6FBEDF106D390FDA899A5126E7E4F828924FFBAB (U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<>c__DisplayClass15_1::<CheckAssetConfig>b__3(System.Single,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_1_U3CCheckAssetConfigU3Eb__3_m3435E453721AD18B5A40004AE95AD6DF21213B1E (U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * __this, float ___progress0, bool ___finish1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// _pd.value = progress * 100f;
|
|
GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * L_0 = __this->get__pd_0();
|
|
float L_1 = ___progress0;
|
|
NullCheck(L_0);
|
|
GSlider_set_value_mC822E950486BD500108CE23AA54F00561DD15091(L_0, (((double)((double)((float)il2cpp_codegen_multiply((float)L_1, (float)(100.0f)))))), /*hidden argument*/NULL);
|
|
// ver_check = finish;
|
|
bool L_2 = ___finish1;
|
|
__this->set_ver_check_1(L_2);
|
|
// }, v_tex_info));
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<>c__DisplayClass17_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0__ctor_m2BEFB934F51EF6CFBFD0AA4990A40920AE527A92 (U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<>c__DisplayClass17_0::<ShowTip>b__0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass17_0_U3CShowTipU3Eb__0_m0917B9A81EEFFEFD33F66A1E279345B9887D302B (U3CU3Ec__DisplayClass17_0_t35681799A244AE6A15D011A3FDB20AD9F53DED5D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ctr_state.selectedIndex = 0;
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get_ctr_state_0();
|
|
NullCheck(L_0);
|
|
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_0, 0, /*hidden argument*/NULL);
|
|
// if (callback != null) callback();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = __this->get_callback_1();
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// if (callback != null) callback();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = __this->get_callback_1();
|
|
NullCheck(L_2);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<CheckAssetConfig>d__15::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAssetConfigU3Ed__15__ctor_mE2A9EE1B310A44CF840C9E6C4CA22D797460A429 (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<CheckAssetConfig>d__15::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAssetConfigU3Ed__15_System_IDisposable_Dispose_m85ABC24FDB44B8628DC8326EFD67C9A25F30D4AB (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
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);
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-3))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) <= ((uint32_t)2))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
}
|
|
|
|
IL_0013:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_LEAVE(0x1C, FINALLY_0015);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0015;
|
|
}
|
|
|
|
FINALLY_0015:
|
|
{ // begin finally (depth: 1)
|
|
U3CCheckAssetConfigU3Ed__15_U3CU3Em__Finally1_mDF614B25448BA07DA1989EE100F31FFC557A0EE2(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(21)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(21)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1C, IL_001c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean VerCheck_<CheckAssetConfig>d__15::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckAssetConfigU3Ed__15_MoveNext_m92C202253065EFF518462D85CA94754255D43E46 (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckAssetConfigU3Ed__15_MoveNext_m92C202253065EFF518462D85CA94754255D43E46_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * V_2 = NULL;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_3 = NULL;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
RuntimeObject* V_8 = NULL;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_9 = NULL;
|
|
RuntimeObject* V_10 = 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) * 10);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B13_0 = NULL;
|
|
String_t* G_B13_1 = NULL;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * G_B13_2 = NULL;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B12_0 = NULL;
|
|
String_t* G_B12_1 = NULL;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * G_B12_2 = NULL;
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_1 = L_0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_2();
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01f5;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0333;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_04e4;
|
|
}
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_3 = (U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass15_0__ctor_m277D053474FFB7A6715A8CE26CBB623985508057(L_3, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E8__1_4(L_3);
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_4 = __this->get_U3CU3E8__1_4();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_5 = __this->get_U3CU3E4__this_2();
|
|
NullCheck(L_4);
|
|
L_4->set_U3CU3E4__this_0(L_5);
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_6 = __this->get_U3CU3E8__1_4();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_7 = __this->get_server_version_3();
|
|
NullCheck(L_6);
|
|
L_6->set_server_version_1(L_7);
|
|
// GObject v_tex_info = _version_view.GetChild("tex_info");
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_8 = V_2;
|
|
NullCheck(L_8);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = L_8->get__version_view_4();
|
|
NullCheck(L_9);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_9, _stringLiteral2B4D3820E3AF7CCDF3FE42A4C8511436F6C837FE, /*hidden argument*/NULL);
|
|
__this->set_U3Cv_tex_infoU3E5__2_6(L_10);
|
|
// Version local_version = Hotupdate.GetLocalVersion(string.Empty);
|
|
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_12 = Hotupdate_GetLocalVersion_m7FB9FF9D7B5253213BAF2E7E4B2FCF6B02E0218B(L_11, /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
// ArrayList asset_config_list = null;
|
|
V_4 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)NULL;
|
|
// string asset_config_text = null;
|
|
__this->set_U3Casset_config_textU3E5__3_7((String_t*)NULL);
|
|
// if (local_version == null || local_version.ContainAll(server_version))
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_14 = V_3;
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_15 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_15);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_16 = L_15->get_server_version_1();
|
|
NullCheck(L_14);
|
|
bool L_17 = Version_ContainAll_m9F99B032D3D2BD680A5F08DF3D3DC0DEEB82B098(L_14, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_03e8;
|
|
}
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// string ac_url="";
|
|
V_5 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
// if(isGFF==false)
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_18 = V_2;
|
|
NullCheck(L_18);
|
|
bool L_19 = L_18->get_isGFF_7();
|
|
if (L_19)
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
// ac_url = string.Format("{0}/config/asset_config{1}.json", Hotupdate.PackUrl, server_version.ToString());
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
String_t* L_20 = ((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->get_PackUrl_2();
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_21 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_21);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_22 = L_21->get_server_version_1();
|
|
NullCheck(L_22);
|
|
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
|
|
String_t* L_24 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralEF74E8F0EAB8554ADA885E6F7A043F6320B0DCE8, L_20, L_23, /*hidden argument*/NULL);
|
|
V_5 = L_24;
|
|
goto IL_011a;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
// ac_url = string.Format("http://{0}/NewFK/config/asset_config{1}.json", conn.ip + ":" + conn.port, server_version.ToString());
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_25 = V_2;
|
|
NullCheck(L_25);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_26 = L_25->get_address_of_conn_6();
|
|
String_t* L_27 = L_26->get_ip_0();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_28 = V_2;
|
|
NullCheck(L_28);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_29 = L_28->get_address_of_conn_6();
|
|
int32_t L_30 = L_29->get_port_1();
|
|
int32_t L_31 = L_30;
|
|
RuntimeObject * L_32 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_31);
|
|
String_t* L_33 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_27, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_32, /*hidden argument*/NULL);
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_34 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_34);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_35 = L_34->get_server_version_1();
|
|
NullCheck(L_35);
|
|
String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35);
|
|
String_t* L_37 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral71A5B2CDD541BCA51B5DF7BEDCAC2645FA1CD053, L_33, L_36, /*hidden argument*/NULL);
|
|
V_5 = L_37;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
// float downTimeOut = 5;
|
|
__this->set_U3CdownTimeOutU3E5__4_8((5.0f));
|
|
// using (var request = new WWW(ac_url))
|
|
String_t* L_38 = V_5;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_39 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_m855BBB40089401B7BE6DE7A19FAD81EB070A2196(L_39, L_38, /*hidden argument*/NULL);
|
|
__this->set_U3CrequestU3E5__5_9(L_39);
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
// float timeOut = Time.time;
|
|
float L_40 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
|
|
__this->set_U3CtimeOutU3E5__6_10(L_40);
|
|
// float process = request.progress;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_41 = __this->get_U3CrequestU3E5__5_9();
|
|
NullCheck(L_41);
|
|
float L_42 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(L_41, /*hidden argument*/NULL);
|
|
__this->set_U3CprocessU3E5__7_11(L_42);
|
|
goto IL_01fd;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
// if (process < request.progress)
|
|
float L_43 = __this->get_U3CprocessU3E5__7_11();
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_44 = __this->get_U3CrequestU3E5__5_9();
|
|
NullCheck(L_44);
|
|
float L_45 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(L_44, /*hidden argument*/NULL);
|
|
if ((!(((float)L_43) < ((float)L_45))))
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
// timeOut = Time.time;
|
|
float L_46 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
|
|
__this->set_U3CtimeOutU3E5__6_10(L_46);
|
|
// process = request.progress;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_47 = __this->get_U3CrequestU3E5__5_9();
|
|
NullCheck(L_47);
|
|
float L_48 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(L_47, /*hidden argument*/NULL);
|
|
__this->set_U3CprocessU3E5__7_11(L_48);
|
|
}
|
|
|
|
IL_018a:
|
|
{
|
|
// if (Time.time - timeOut > downTimeOut)
|
|
float L_49 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
|
|
float L_50 = __this->get_U3CtimeOutU3E5__6_10();
|
|
float L_51 = __this->get_U3CdownTimeOutU3E5__4_8();
|
|
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_49, (float)L_50))) > ((float)L_51))))
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
|
|
IL_019e:
|
|
{
|
|
// ShowTip("??????????????????!", () =>
|
|
// {
|
|
// StartCoroutine(CheckNet());
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_52 = V_2;
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_53 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_53);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_54 = L_53->get_U3CU3E9__0_2();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_55 = L_54;
|
|
G_B12_0 = L_55;
|
|
G_B12_1 = _stringLiteral44BC814A64016D75E9AF6998210ECDD64FB67FFD;
|
|
G_B12_2 = L_52;
|
|
if (L_55)
|
|
{
|
|
G_B13_0 = L_55;
|
|
G_B13_1 = _stringLiteral44BC814A64016D75E9AF6998210ECDD64FB67FFD;
|
|
G_B13_2 = L_52;
|
|
goto IL_01d4;
|
|
}
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_56 = __this->get_U3CU3E8__1_4();
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_57 = __this->get_U3CU3E8__1_4();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_58 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_58, L_57, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__0_m3818DFE30446E2B19158D327EA497347B73BBA59_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_59 = L_58;
|
|
V_6 = L_59;
|
|
NullCheck(L_56);
|
|
L_56->set_U3CU3E9__0_2(L_59);
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_60 = V_6;
|
|
G_B13_0 = L_60;
|
|
G_B13_1 = G_B12_1;
|
|
G_B13_2 = G_B12_2;
|
|
}
|
|
|
|
IL_01d4:
|
|
{
|
|
NullCheck(G_B13_2);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(G_B13_2, G_B13_1, G_B13_0, /*hidden argument*/NULL);
|
|
// yield break;
|
|
V_0 = (bool)0;
|
|
goto IL_03d1;
|
|
}
|
|
|
|
IL_01e0:
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
V_0 = (bool)1;
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_01f5:
|
|
{
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
// while (request != null && request.isDone == false)
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_61 = __this->get_U3CrequestU3E5__5_9();
|
|
if (!L_61)
|
|
{
|
|
goto IL_0215;
|
|
}
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_62 = __this->get_U3CrequestU3E5__5_9();
|
|
NullCheck(L_62);
|
|
bool L_63 = WWW_get_isDone_m7D3800B83136885374E82BFC6ACB63BA3F6AB5DF(L_62, /*hidden argument*/NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
|
|
IL_0215:
|
|
{
|
|
// yield return request;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_64 = __this->get_U3CrequestU3E5__5_9();
|
|
__this->set_U3CU3E2__current_1(L_64);
|
|
__this->set_U3CU3E1__state_0(2);
|
|
V_0 = (bool)1;
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
// if (string.IsNullOrEmpty(request.error))
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_65 = __this->get_U3CrequestU3E5__5_9();
|
|
NullCheck(L_65);
|
|
String_t* L_66 = WWW_get_error_mED42EEAAE7847167CCEEFF2098563F78A79F8C2A(L_65, /*hidden argument*/NULL);
|
|
bool L_67 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_66, /*hidden argument*/NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_03a9;
|
|
}
|
|
}
|
|
|
|
IL_024c:
|
|
{
|
|
U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * L_68 = (U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass15_1__ctor_m6FBEDF106D390FDA899A5126E7E4F828924FFBAB(L_68, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E8__2_5(L_68);
|
|
// asset_config_text = request.text;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_69 = __this->get_U3CrequestU3E5__5_9();
|
|
NullCheck(L_69);
|
|
String_t* L_70 = WWW_get_text_mC889F75AD1B47FD117196F98F3DDDC83985BD0E1(L_69, /*hidden argument*/NULL);
|
|
__this->set_U3Casset_config_textU3E5__3_7(L_70);
|
|
// asset_config_list = Json.Deserialize(asset_config_text) as ArrayList;
|
|
String_t* L_71 = __this->get_U3Casset_config_textU3E5__3_7();
|
|
RuntimeObject * L_72 = Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5(L_71, /*hidden argument*/NULL);
|
|
V_4 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_72, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
|
|
// if (asset_config_list == null)
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_73 = V_4;
|
|
if (L_73)
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
}
|
|
|
|
IL_027e:
|
|
{
|
|
// ShowTip("??????????????????!", () =>
|
|
// {
|
|
// StartCoroutine(CheckAssetConfig(server_version));
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_74 = V_2;
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_75 = __this->get_U3CU3E8__1_4();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_76 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_76, L_75, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__2_m311F5055CBAE546B90CACD1486B0633FA516E589_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_74);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_74, _stringLiteral44BC814A64016D75E9AF6998210ECDD64FB67FFD, L_76, /*hidden argument*/NULL);
|
|
// yield break;
|
|
V_0 = (bool)0;
|
|
goto IL_03d1;
|
|
}
|
|
|
|
IL_02a1:
|
|
{
|
|
// v_tex_info.text = "?????????";
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_77 = __this->get_U3Cv_tex_infoU3E5__2_6();
|
|
NullCheck(L_77);
|
|
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_77, _stringLiteral574CE9182A09DA79EF71434D711FA3902769CAC3);
|
|
// GSlider _pd = _version_view.GetChild("pb_progress").asSlider;
|
|
U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * L_78 = __this->get_U3CU3E8__2_5();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_79 = V_2;
|
|
NullCheck(L_79);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_80 = L_79->get__version_view_4();
|
|
NullCheck(L_80);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_81 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_80, _stringLiteralFAEA02D484D447CC73ED2748205BE052C2BD3F32, /*hidden argument*/NULL);
|
|
NullCheck(L_81);
|
|
GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * L_82 = GObject_get_asSlider_mD4090D3505FCD76CF501DFA1E1F74D7FE917D814(L_81, /*hidden argument*/NULL);
|
|
NullCheck(L_78);
|
|
L_78->set__pd_0(L_82);
|
|
// _pd.value = 0.0;
|
|
U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * L_83 = __this->get_U3CU3E8__2_5();
|
|
NullCheck(L_83);
|
|
GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * L_84 = L_83->get__pd_0();
|
|
NullCheck(L_84);
|
|
GSlider_set_value_mC822E950486BD500108CE23AA54F00561DD15091(L_84, (0.0), /*hidden argument*/NULL);
|
|
// bool ver_check = false;
|
|
U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * L_85 = __this->get_U3CU3E8__2_5();
|
|
NullCheck(L_85);
|
|
L_85->set_ver_check_1((bool)0);
|
|
// StartCoroutine(VersionUpdateCheck(asset_config_list, (progress, finish) =>
|
|
// {
|
|
// _pd.value = progress * 100f;
|
|
// ver_check = finish;
|
|
// }, v_tex_info));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_86 = V_2;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_87 = V_2;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_88 = V_4;
|
|
U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * L_89 = __this->get_U3CU3E8__2_5();
|
|
Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * L_90 = (Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 *)il2cpp_codegen_object_new(Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_m7066C7DAA4425F326DD56035F4E7DC9109C7F710(L_90, L_89, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_1_U3CCheckAssetConfigU3Eb__3_m3435E453721AD18B5A40004AE95AD6DF21213B1E_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m7066C7DAA4425F326DD56035F4E7DC9109C7F710_RuntimeMethod_var);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_91 = __this->get_U3Cv_tex_infoU3E5__2_6();
|
|
NullCheck(L_87);
|
|
RuntimeObject* L_92 = VerCheck_VersionUpdateCheck_mCACFFB14075527FEB4740EF64AC5A56CBF59FE31(L_87, L_88, L_90, L_91, /*hidden argument*/NULL);
|
|
NullCheck(L_86);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_86, L_92, /*hidden argument*/NULL);
|
|
goto IL_033b;
|
|
}
|
|
|
|
IL_031e:
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(3);
|
|
V_0 = (bool)1;
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_0333:
|
|
{
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
}
|
|
|
|
IL_033b:
|
|
{
|
|
// while (!ver_check)
|
|
U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA * L_93 = __this->get_U3CU3E8__2_5();
|
|
NullCheck(L_93);
|
|
bool L_94 = L_93->get_ver_check_1();
|
|
if (!L_94)
|
|
{
|
|
goto IL_031e;
|
|
}
|
|
}
|
|
|
|
IL_0348:
|
|
{
|
|
// string arv = string.Format("{0}asset_config{1}.json", ResourcesManager.PACK_PATH, server_version.ToString());
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_95 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_96 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_96);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_97 = L_96->get_server_version_1();
|
|
NullCheck(L_97);
|
|
String_t* L_98 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_97);
|
|
String_t* L_99 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral4AB5CADD71E8BE48E35000B6B98DB1B4738DAAD0, L_95, L_98, /*hidden argument*/NULL);
|
|
// File.WriteAllText(arv, asset_config_text, System.Text.Encoding.UTF8);
|
|
String_t* L_100 = __this->get_U3Casset_config_textU3E5__3_7();
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_101 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9(L_99, L_100, L_101, /*hidden argument*/NULL);
|
|
// string rv = ResourcesManager.PACK_PATH + "version.txt";
|
|
String_t* L_102 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
String_t* L_103 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_102, _stringLiteral84939FEA31814FF3975400838EEF161FA358F1C7, /*hidden argument*/NULL);
|
|
// File.WriteAllText(rv, server_version.ToString(), System.Text.Encoding.UTF8);
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_104 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_104);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_105 = L_104->get_server_version_1();
|
|
NullCheck(L_105);
|
|
String_t* L_106 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_105);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_107 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
|
|
File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9(L_103, L_106, L_107, /*hidden argument*/NULL);
|
|
// }
|
|
__this->set_U3CU3E8__2_5((U3CU3Ec__DisplayClass15_1_t585FA49A670543F472A5DF99FD776B72DF1F64AA *)NULL);
|
|
goto IL_03c9;
|
|
}
|
|
|
|
IL_03a9:
|
|
{
|
|
// ShowTip("??????????????????!", () =>
|
|
// {
|
|
// StartCoroutine(CheckAssetConfig(server_version));
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_108 = V_2;
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_109 = __this->get_U3CU3E8__1_4();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_110 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_110, L_109, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__1_m202386505085B0DFB9C83CE54F2F673C338C49AC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_108);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_108, _stringLiteral57117835DDB4B5D137F46B661E758463B1D2B766, L_110, /*hidden argument*/NULL);
|
|
// yield break;
|
|
V_0 = (bool)0;
|
|
goto IL_03d1;
|
|
}
|
|
|
|
IL_03c9:
|
|
{
|
|
// }
|
|
U3CCheckAssetConfigU3Ed__15_U3CU3Em__Finally1_mDF614B25448BA07DA1989EE100F31FFC557A0EE2(__this, /*hidden argument*/NULL);
|
|
goto IL_03dc;
|
|
}
|
|
|
|
IL_03d1:
|
|
{
|
|
U3CCheckAssetConfigU3Ed__15_U3CU3Em__Finally1_mDF614B25448BA07DA1989EE100F31FFC557A0EE2(__this, /*hidden argument*/NULL);
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_03dc:
|
|
{
|
|
__this->set_U3CrequestU3E5__5_9((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)NULL);
|
|
// }else
|
|
goto IL_04ad;
|
|
}
|
|
|
|
IL_03e8:
|
|
{
|
|
// string arv =ResourcesManager.PACK_PATH+"asset_config"+server_version.ToString()+".json";
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
String_t* L_111 = ((ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_StaticFields*)il2cpp_codegen_static_fields_for(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var))->get_PACK_PATH_8();
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_112 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_112);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_113 = L_112->get_server_version_1();
|
|
NullCheck(L_113);
|
|
String_t* L_114 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_113);
|
|
String_t* L_115 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_111, _stringLiteral11E403C73D9A3DFFAF010898F7C645518AF61607, L_114, _stringLiteral25688845860B85616A3FABDEB2E53D4408F6DEA8, /*hidden argument*/NULL);
|
|
V_7 = L_115;
|
|
}
|
|
|
|
IL_040e:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
// asset_config_text = File.ReadAllText(arv);
|
|
String_t* L_116 = V_7;
|
|
String_t* L_117 = File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF(L_116, /*hidden argument*/NULL);
|
|
__this->set_U3Casset_config_textU3E5__3_7(L_117);
|
|
// asset_config_list = Json.Deserialize(asset_config_text) as ArrayList;
|
|
String_t* L_118 = __this->get_U3Casset_config_textU3E5__3_7();
|
|
RuntimeObject * L_119 = Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5(L_118, /*hidden argument*/NULL);
|
|
V_4 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)IsInstClass((RuntimeObject*)L_119, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var));
|
|
// foreach (Hashtable tem in asset_config_list)
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_120 = V_4;
|
|
NullCheck(L_120);
|
|
RuntimeObject* L_121 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_120);
|
|
V_8 = L_121;
|
|
}
|
|
|
|
IL_0436:
|
|
try
|
|
{ // begin try (depth: 3)
|
|
{
|
|
goto IL_0461;
|
|
}
|
|
|
|
IL_0438:
|
|
{
|
|
// foreach (Hashtable tem in asset_config_list)
|
|
RuntimeObject* L_122 = V_8;
|
|
NullCheck(L_122);
|
|
RuntimeObject * L_123 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_122);
|
|
V_9 = ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)CastclassClass((RuntimeObject*)L_123, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var));
|
|
// string b_path = "base/" + tem["name"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_124 = V_9;
|
|
NullCheck(L_124);
|
|
RuntimeObject * L_125 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_124, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C);
|
|
String_t* L_126 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralDEEC6B801D6C0F18694B84683F2F8671CCF097A4, L_125, /*hidden argument*/NULL);
|
|
// ResourcesManager.ReadAssetConfig(b_path);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
ResourcesManager_ReadAssetConfig_mBDDB42465050AAEB0FB3857E7557F466BE405BE4(L_126, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0461:
|
|
{
|
|
// foreach (Hashtable tem in asset_config_list)
|
|
RuntimeObject* L_127 = V_8;
|
|
NullCheck(L_127);
|
|
bool L_128 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_127);
|
|
if (L_128)
|
|
{
|
|
goto IL_0438;
|
|
}
|
|
}
|
|
|
|
IL_046a:
|
|
{
|
|
IL2CPP_LEAVE(0x481, FINALLY_046c);
|
|
}
|
|
} // end try (depth: 3)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_046c;
|
|
}
|
|
|
|
FINALLY_046c:
|
|
{ // begin finally (depth: 3)
|
|
{
|
|
RuntimeObject* L_129 = V_8;
|
|
V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_129, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_130 = V_10;
|
|
if (!L_130)
|
|
{
|
|
goto IL_0480;
|
|
}
|
|
}
|
|
|
|
IL_0479:
|
|
{
|
|
RuntimeObject* L_131 = V_10;
|
|
NullCheck(L_131);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_131);
|
|
}
|
|
|
|
IL_0480:
|
|
{
|
|
IL2CPP_END_FINALLY(1132)
|
|
}
|
|
} // end finally (depth: 3)
|
|
IL2CPP_CLEANUP(1132)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x481, IL_0481)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0481:
|
|
{
|
|
// }
|
|
goto IL_04ad;
|
|
}
|
|
} // end try (depth: 2)
|
|
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_0483;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0483:
|
|
{ // begin catch(System.Exception)
|
|
// Debug.LogError(s.ToString());
|
|
NullCheck(((Exception_t *)__exception_local));
|
|
String_t* L_132 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, ((Exception_t *)__exception_local));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_132, /*hidden argument*/NULL);
|
|
// ShowTip("??????????????!", () =>
|
|
// {
|
|
// StartCoroutine(CheckAssetConfig(server_version));
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_133 = V_2;
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_134 = __this->get_U3CU3E8__1_4();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_135 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_135, L_134, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass15_0_U3CCheckAssetConfigU3Eb__4_m06B003FD0E620F7FFB8859422EBB2D1F980A6C4D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_133);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_133, _stringLiteral6F473FAAD9B78622EDBC41B21E1C2CF7170B568D, L_135, /*hidden argument*/NULL);
|
|
// yield break;
|
|
V_0 = (bool)0;
|
|
goto IL_050b;
|
|
} // end catch (depth: 2)
|
|
|
|
IL_04ad:
|
|
{
|
|
// GameApplication.AppVersion.FillData(server_version);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_136 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_AppVersion_20();
|
|
U3CU3Ec__DisplayClass15_0_t399FBDE7D1E98088E9A863DE689680C558EBBCEC * L_137 = __this->get_U3CU3E8__1_4();
|
|
NullCheck(L_137);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_138 = L_137->get_server_version_1();
|
|
NullCheck(L_136);
|
|
Version_FillData_m318C56F2AA241120D19657754EDE02909E1236B0(L_136, L_138, /*hidden argument*/NULL);
|
|
// v_tex_info.text = "???????????";
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_139 = __this->get_U3Cv_tex_infoU3E5__2_6();
|
|
NullCheck(L_139);
|
|
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_139, _stringLiteralA260AD1791E08B9F2D8D09E57F3C529E72CAB413);
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(4);
|
|
V_0 = (bool)1;
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_04e4:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// _version_view.Dispose();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_140 = V_2;
|
|
NullCheck(L_140);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_141 = L_140->get__version_view_4();
|
|
NullCheck(L_141);
|
|
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_141);
|
|
// GameApplication.Instance.StartGame();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_142 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
NullCheck(L_142);
|
|
GameApplication_StartGame_m8AFB751707E4E744D4D8FE840DF0F3AB0B714B98(L_142, /*hidden argument*/NULL);
|
|
// }
|
|
V_0 = (bool)0;
|
|
goto IL_050b;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FAULT_0504;
|
|
}
|
|
|
|
FAULT_0504:
|
|
{ // begin fault (depth: 1)
|
|
U3CCheckAssetConfigU3Ed__15_System_IDisposable_Dispose_m85ABC24FDB44B8628DC8326EFD67C9A25F30D4AB(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(1284)
|
|
} // end fault
|
|
IL2CPP_CLEANUP(1284)
|
|
{
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_050b:
|
|
{
|
|
bool L_143 = V_0;
|
|
return L_143;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<CheckAssetConfig>d__15::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAssetConfigU3Ed__15_U3CU3Em__Finally1_mDF614B25448BA07DA1989EE100F31FFC557A0EE2 (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckAssetConfigU3Ed__15_U3CU3Em__Finally1_mDF614B25448BA07DA1989EE100F31FFC557A0EE2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_0 = __this->get_U3CrequestU3E5__5_9();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_1 = __this->get_U3CrequestU3E5__5_9();
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Object VerCheck_<CheckAssetConfig>d__15::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAssetConfigU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mFD2FA41AC7553A96A9ADE0BC04F37DE41B66467F (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<CheckAssetConfig>d__15::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckAssetConfigU3Ed__15_System_Collections_IEnumerator_Reset_mDA551FB07A2BE4C7F2FC887F688F213144A91878 (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckAssetConfigU3Ed__15_System_Collections_IEnumerator_Reset_mDA551FB07A2BE4C7F2FC887F688F213144A91878_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCheckAssetConfigU3Ed__15_System_Collections_IEnumerator_Reset_mDA551FB07A2BE4C7F2FC887F688F213144A91878_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object VerCheck_<CheckAssetConfig>d__15::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckAssetConfigU3Ed__15_System_Collections_IEnumerator_get_Current_m693D7B4826A9F2AB1172EFBB58D28AD014266C69 (U3CCheckAssetConfigU3Ed__15_t665F396A72423CDF220CDE64EAAEB7982769BF52 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<CheckNet>d__14::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckNetU3Ed__14__ctor_m7B5762570945F56DC81A78E809215B5BD761BDFB (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<CheckNet>d__14::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckNetU3Ed__14_System_IDisposable_Dispose_m1D523235A041CC43027BD33AF3A5EDD004FB4FB3 (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
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);
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-3))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
}
|
|
|
|
IL_0013:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_LEAVE(0x1C, FINALLY_0015);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0015;
|
|
}
|
|
|
|
FINALLY_0015:
|
|
{ // begin finally (depth: 1)
|
|
U3CCheckNetU3Ed__14_U3CU3Em__Finally1_m1B632F7D53E69867C2FB85EB14583834837FC50A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(21)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(21)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1C, IL_001c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean VerCheck_<CheckNet>d__14::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckNetU3Ed__14_MoveNext_m928ED626B19C5B6B041C0CCF031F58663AA24D9C (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckNetU3Ed__14_MoveNext_m928ED626B19C5B6B041C0CCF031F58663AA24D9C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * V_5 = NULL;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_6 = NULL;
|
|
RuntimeObject * V_7 = NULL;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_8 = 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) * 6);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_1 = L_0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_2();
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_1;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01ea;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0403;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// string json_data = string.Empty;
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
V_3 = L_3;
|
|
// isDXYGFF= true;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_4 = V_2;
|
|
NullCheck(L_4);
|
|
L_4->set_isDXYGFF_8((bool)1);
|
|
// isGFF = false;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_5 = V_2;
|
|
NullCheck(L_5);
|
|
L_5->set_isGFF_7((bool)0);
|
|
// string init_url = "http://127.0.0.1:9898/NewFK/config/init2_1.json";
|
|
V_4 = _stringLiteral259930C189FCE24A9D3B71247B29FF88C78D9F29;
|
|
// if (isGFF == false && isDXYGFF == false)
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_6 = V_2;
|
|
NullCheck(L_6);
|
|
bool L_7 = L_6->get_isGFF_7();
|
|
if (L_7)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_8 = V_2;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->get_isDXYGFF_8();
|
|
if (!L_9)
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// if (isGFF)
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_10 = V_2;
|
|
NullCheck(L_10);
|
|
bool L_11 = L_10->get_isGFF_7();
|
|
if (!L_11)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// int rc = AppVest.init("8ef91e7e799b5851a8ce810aae0c697c", "U5ayF4voVvRh1ElqBIVUCR9dSFskPGvCkfreFxdxzi39hoU0faqZWjFzC90Cta50egaQatCbPxm6XTlvi2+o++PrSozoZ+HUUY0y8tBloMWaOYQX59SAhjA/DyIDHJgGbE1I");
|
|
int32_t L_12 = AppVest_init_m141C4CC7DBC7463097F1C72FC6CD46EA6EE9D9EB(_stringLiteral90FE84AC94107AF2BD74C4F9B5F81864B9CF5D2C, _stringLiteral6E31A24E35B78A251C1CD4A6AA62ECA63AB7B68E, /*hidden argument*/NULL);
|
|
// if (rc != 0)
|
|
if (!L_12)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// ShowTip("GF init failed!", () =>
|
|
// {
|
|
// StartCoroutine(CheckNet());
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_13 = V_2;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_14 = V_2;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_15 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_15, L_14, (intptr_t)((intptr_t)VerCheck_U3CCheckNetU3Eb__14_0_m8BDCC950ACBC4F9EB1835EA5504868081284DDD1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_13, _stringLiteralD21674C22B211A87778E61E529E82516B3C0921D, L_15, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// conn.ip = "";
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_16 = V_2;
|
|
NullCheck(L_16);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_17 = L_16->get_address_of_conn_6();
|
|
L_17->set_ip_0(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
// conn.port = 0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_18 = V_2;
|
|
NullCheck(L_18);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_19 = L_18->get_address_of_conn_6();
|
|
L_19->set_port_1(0);
|
|
// int rc1 = AppVest.getServerIPAndPort(ref conn, "", 5021);
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_20 = V_2;
|
|
NullCheck(L_20);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_21 = L_20->get_address_of_conn_6();
|
|
int32_t L_22 = AppVest_getServerIPAndPort_m08AFA107D519ED3BEFEA9A973C48DD3866F3D375((securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B *)L_21, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, ((int32_t)5021), /*hidden argument*/NULL);
|
|
// if (rc1 != 0)
|
|
if (!L_22)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// ShowTip("getServerIPAndPort failed!", () =>
|
|
// {
|
|
// StartCoroutine(CheckNet());
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_23 = V_2;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_24 = V_2;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_25 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_25, L_24, (intptr_t)((intptr_t)VerCheck_U3CCheckNetU3Eb__14_1_mA1577EE7B375E3577D6B519154F573DFD172B0C3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_23, _stringLiteralBD287A4CFC97EF72067C1302F981806FB9D42E9F, L_25, /*hidden argument*/NULL);
|
|
// yield break;
|
|
V_0 = (bool)0;
|
|
goto IL_0403;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
// string key = "MO/rC2vz5tsibxAAAIx4h56TvCE0HQxZZmi5HiuH62YiTZBazNXaeFPIjlIQq+qecRuI2e7miDQkWKUDOciwmuFuiGj6HbnIuEPNa465SLp9G6wP/RJ3O8RbNnQv1z+JF/JwoSOBolNhvyCqGBylag/qhR0coJvO9kyjnuZEmOAERFOaSaaW+nhYrT7wyyOntcpkRFEhbXZXoKnV3QNrHCY/ptPICyFoU4mjwvJc3Cop+ugc31SO4dXcQ6f7wBx17JEYsSVO3qqo+vDGfaqD+cN+q+IZTzvRsMP868Z5bJFtLtRgRCsF2Rs+cuNjxmQrWUjjfBU5W51VRQBhUfLiL45eWU/UIrWXedDG2dtXbulf0ZF+lO58M9E3C/0qo4goW0JUBGwVVTaSSwNDcYHA/NYWAn9gZJme4CZ8nRe2bNRInn6YA2l8SXxb6knrOMBQdQ0nFKEJxvaotCJGl7Yf2t0t+tICKPlsmLcCBXhQsqhkCRtEw3JDY8lxjXbpc054+kRtU6f/akOQ0JPSxkhSdyQC/kNy6ceNOPHfWvMv0aFWjjeh0QFc7Lq2uCVrVCUC3vHuG5yvCE+hKRd2bY85boC68UwdADAT25bmor8CKiP9WiKhPCDjpgh+45zlh6QHgE0Ggrvy/E5sZkhx8TU81DDqtHGposTtCBomy982kSDYWJRzbo4CbOGR2tHHL9kHU65mvOamTKjfH1ufm1yjpN0G9wF81bStmtOx/Rbbwa54C3QL4GFxzoXjZnmEa/b8AKmp4XjYi9mvdP0J+yBLmW455pKrV9fWzUOagj96o3e/0NqOG24qXwCTGm/0fokCv3AHG6aKWa4UXQbA/GbyQkte1iqO7P/ZFe3af+Mkf4kt3wCOFHBAXmvXc3ab9w+FGbTwcewAJPpiz2GtTvfmLYWmufpO8unEL7XZ/Qd7UKqI/tDJwqgRcrktKRXwmmUyV9aQE8x6owQg980nJcv45vkYhsq9Rp9CuFGCLOd1tu7pNu4yU3qAIAF4EKeqFp5/d5h1A7I2I+eVIrOjjW3J5xVbEndGvdfNikVYJVTBwyi7waJQId492wUdbu+MTyX8BZo30ts+qRIadvjxp1zfKR9RYf1/BzrOlizkyfPFwTEnQIrAPaeshhqfUEGhsPTl+8V+DSBpUuzu3gjD4ofIEONSyqQIiDbQy+wg0xZY01s/GsJahJTUmjIDIkQGTOC6/b7tthF0nOGqPkNT3mm7BgJEQFDuCoVt0MAvU0zh+gX1AEv623ih00sVg2mU4C/EEgVQ37JfVc6qAY6vZ5c6tAVlrVCFR/ITsSzEoW/iykJK3/7TFapcogGckIEGWQiNvlAL3vmNonq4NHaXN4vGkwGqcwEcfOdJLXAxIwKQwtsILXxFLmykDge5TiQlPZb1xtL1lywhlxR/4bZ9mOaaZff7IrcI+hhuFcfSpivQ+PiIgMFVLQo3WTE/7b7k+OYziw6Js9PiIiqSjxxDvGk5roSjXDlVj8AoYkJBS7PX2gciL2x82ieR/dzo5hCKYgTZgcScEg3QeGevge5jJYOilLAqQagg54UicbfME+/iFI/zZ5dcvW/J9YWaT1ZGr914Em08IwbPZRYYz74VNTOHjKo3X0r3zmhGSKaiPQrOT6x5LEgsE51LtCcQAaOBmUzJ8fQ3mj6/+88klzkMaElhKyfbaPxj32P2bKb3dulWwYVVmqvhuK+Fn4TLFo0GEuCh/mEKkXPhJEfbyRYM0KzVkGCl2BHBt+PPnjLhcH4I6PhZZ+qOvmNgOZ9KRVTqWzMgZsZSZjZtsa1lIKyOC+6DXN3HLbQpqGu6n2ts9EHXoi/3VepwG46BOlSWLbz5Ltj3gXw3/T5e+DWpRSBnzkcSWvgwR319EcGFz9NYBRbvYKshtiy43SA4AoTpa0ldcc9BTtSTf9nf6CfuzurktdkYeDBF7YXR/QCzl0ZeSAPiEu7IsPbfNVh4FJg5px8BCLumzWBb7cPESYH83y+NM+PhQIr9vbeAe/b30nJw2HDLEGS69D70Bv8e3GXLM8QW6RNb0Oy1sEJwGzeaQCTE6RABjvUm5m5gjfTeuQC/JU+qbaf+8Yat5O0kviRKYHQLlATeDjBDBPSvsLDol93PZyBXGN9YYfSBFdj+3J754bCVO2Bc/aEioZB7vgrn0Axvyj6BWVlmKcze2SSYpLDJkOuxGW8HIU6FNWtFZtDWMA2wChD8ndA5tjxqTX1sCXRA8DKipxcN7vYGiZBonnViBdxWDIBRzfcva3sDTrjsjx41xmDyrvzqjWUunRf/AmE3W7KNWElMtTk/DJhgAFal0Bd3lyWQLO7eU3haxat4StdmP6+BNubutwg1KiSLgeulWn7hlJ2Z1yvJDPhoTJJCYRsLFzxNBSAjzRYd2Fb/V2kO1TH6Uwrd599KlykfwwnveTlG0w18LMYueR4QdcoIWK1QYiHMI/vDaWYeezcT+/x0Fxy/ZHjCh3+XeDWLm9DAmDAU4ArFUli/OUu4vAGUlewKbRIgc4DQ3LgMGqyub1Bn4L2kpHeXr5quLo2V9U2ZTl7dQ1PoAr8wXS1OedjNK27s5nI42lzm/flO7BjxeHQqYrjuNsHvnyFT2sX5ULDxr8Kmj5JoBE+itf4+9iVr/hSwxYtGxnDvsH01+p6AqTH+yT8DHaeE+PKYURB59wkBw9H1EtMvGHXt0WV5xzauXClqMivCimj5RbSbZiM2kIRuM057lcJQKzqgx/yyHJVjdeOciBc8B5XXYBf5W9LJ7G5DUbt2mt06odlX2jONbVL96ZjdXL7c3EohFvMY3NkvCfiGXlRtywFRSciauo8WOM2q4OizHYvIm+taBf9ULGjet76YY2hexX1hNyyH1pTD2jBLbJNECC8S91FCaGEXLEx+a2+YxQTIagIkhGlx+7GCFSXj98bOi+f7yb0OJFArEUrtIHkRY7nRCaUPizIOx7ey7AOGTs7brFmvqJFRDBoB0a7RBAGBYR31lSr/hTSX1SPtzY8O2xpQBw6RCVQS0cwSWPfEjM6ZhkrmvQV6cWLf4cXmM9G9dFj7WtHKPDKUIiLzPEz0tpwIsSs38DVG66/fvrFDkIfFysmpqmKlVZE8ywcJsjzNUcmXdjlLWWP3wN2kpfBEi6GN9JTV6xTgWy7yDGXWytIiogJNEGR2V6pnujzKD625hOXZ2Suj7ORSamq9YP2M3KcjWS4qaMTsulbt2lWg82p+qHBXtInTFX+bx+sfnPTkxAO72uYk/E/oP1PzH6J5W5SjtaWPbrs6J9xeMJa+lF3/hBLMoQQXrXyvfL2pkRjVClGjLHghj1ugtPtvthQXUlJMo/+joOePvK2Bp5QL6Fbio6d/z6lMGThym9Jy0vUqJwDkK3g04Xmp0e8gPgbI5hEQCU7Uayq+WTKveWT0F3mJdkgt8oG1VysAxLDKdXxrZEEG071al3MRuSUCNbb0E7jiqR7mSpnMhpweopkFbJIw+JSZFf+pXEXLqFyU/TlVToDXUvVu0NvR4PN9Q3O1XHksm99wIHtZ9Cf/QNxUijAEj7kR2WihHwkI3xZOI/D2hs+T1DUS4aexzLx7wdCOTWK6vog6JsUL2PTOJ0umlialhgjDGf03YyaCrBoqPwmEvLdrKWH0Obpe4z926XUBEN62Cd6emwZ2QPqr3lJ6VmcheDInsUxmWu/63VT/EgqgXkTQyLunySfh+/7u1+FHqpyOjfu61CE/w7qgxL6f/7HJRWqIUXlfY5vJrk3UD4Bi/mhBj8Gjeml1TD0inT+r4N/Lc/fqi+LXZj1tXxbbEAK6xHEC7g9iIA8X6PPIpncQEMwCLBfVLYhpTARcwqQXurSuU1TklLTBUY0KJloJo6j4SdGZDxB95PLOfRf/7zFB5AKVeqEwFpkLO/W+RPLKRtGFbX/i03h1U4G0eID+Ler2wpJRLUI3Vq6psS5sYrH/N9toOLTmGtWSLrMqDJphH3gNpqm55Cphtl957UbpmkCjazHzQPht79/VPAJwxfm5RbaPUFQHzU3En36Zgl2iKHHRKXcsy1dgGYKNelNS8EwNcvelvw4GGBOZYBzKrwmY2FmtnoV03yTMchVuZ752v4+/XySccI08MXwQ9D4yVHZjioks3XD637nb+ypPUfBP98Nyh+5c0vCcIYwfogLprGcRq2hSdaV1g76CjKs/zJEk0tRNPnIjcVX9xpyFg9qFsRKXi4d6Yq+VJRtJoj82k8mpZWH9lOAZ+SM7HCfO1CaQY57Fr6a7v2xwBzEnqZDUReX0SDFQPjcanoV+mtjpPODKzGemViJfxP9JP5qbIKzNenSWVUqcUcZklDNpo4cwVk28M/H/TcYNzHJGDrg6KJvFUpf9nqJdChbsP4ODmvHjvkbAj96094IviAnz0JyIklJAtjYyL6UzhzTMJstYCR74DEaeJvOyF7Nvt9mMsW53jwrP5Qs99s8AQJPRVPYqWlDjwIlbuP3gRZsZBtdBkFuEAUTL4hVKUKrl0IgIuo2s9C+QI0PH6ObeB+2dsyBQskjEogh7DSbcs1L8m+RkrQrx0tpByTCfxaPvT73fbTn5qFI0n1QMI2NyJ0bGnco7rN175/wud9MJWH7EyyOfgC5pfzyXnM/oD7cmsQJQJnDEpJwBQHxB67OJoCCJKx0PA5QfYN0HidX0fP5kjStcz00MSSLz6Jq4z4+AqouBV6lY9cmHh1e/pzCIO8Mx1ay4Wer90JuXDfsvCKZZjtn0IsaQR8pylJ+Inf8Pyp1fJRQPisMVOAiL1oApmIKwlRFW49TU/a5YYJKgWXZbQz8z5ITgyBGz1b/bfpuiCDifIwRIYHVy47vs+LbScZOpAlNBJjQBCBGGuvm4VsJATjDMixApnP25gTdZwyrUdRYrzFFjX8No+PaDlRh2uZ77jgyWfQVngKf3j89k5ZiJVuaUE1w7Abg3JdxOjHbWN6nK4sbEms+6ZewPgiQ5Mlxn/reb7SQJ8oPYBHD8worAVKF1oFyPBnd5aHZOWAN/YfpCOnytSTUMRhr7jGMccVuSTcHT5/TkTprJP86s+Ka7TBRMbEBZTR6RnUp8PpYpL72qP2EUGzTQ0URIbV5DnbZVi5uuddrABwwKVFgDcOuxJym0hxYVz6P+aZZms110s24mmjg3NZDyAngRDdey+3p1TcLxmubfJLs+VTslDo2v6UExYI8M8iL1yxy2jKX7wv5UdDnKolK8pPM38rrhpRkNPY0QZagaka3axgFoO0htl9NTHgB5isSLxHchwEYdSHgsKAmPWDM+14fvTUc2scQ7EGu9Pe1NTBO5eukGwH1XAXngao0WS4T5u/p6N6slYgU9yGjj9Gp23dr11NxJOBYJl0vMVUY3JcTlw4Dx0hVmkxjjyPcVcwwOaYyyH3Wnr4PkcZ5gWAy9BqOi/THpgwvFjkHDZG4d8iQ/veq5gwVOPRP7DWF1BjsMJsJTcXTaJOWA65A040sUxn16IJkhA4GdVL8d7XapT4gFtz6ryYCvY5kFOZd0GlnH5kbi+uSh6SJBtB2zvDVu1psHLisMaPz8ybz+G8npKTlmVQYvxVSjY8wcahRi+qZjlWL6bestun5J5TAooc1XVovjTWcvP3EBAAAADgAAJQgAAABQAAAAUAAAAFAAAO4VAAA0Mzk2YjA1NTFkMjk0ODEwMDFkM2ZkNjFlOTg5NGY2NjgzY2E4OGI5NzZkMjg1YjPxBgAABQsAAB8DAACjBgAAyAQAACQFAABbDQAAXg0AACgBAAAtBwAAPwwAABkEAAAkBgAARgIAAD0HAACkBQAApQcAACgIAAChBwAAVAYAAKwJAACtBwAAMQwAAAYFAACpDAAAXwgAAHwHAAC2DQAAdgAAAH0DAADLBwAAzwwAAHIAAAAJBAAA9QIAAMAAAAD5DAAAIwAAAMcAAABnAgAAygoAAG0CAAA1CAAAWAkAANUEAADJDQAAGgAAADUJAADzDAAAhQYAAKMFAADTAwAAsAwAABEKAAA2DQAAxQwAAAsMAADrBwAAWgoAAJkLAACXDQAA5wwAAJwLAABUDQAAYQ0AAKYDAAAaAgAAQg0AAHwGAACcBgAAgQcAAGEHAAA6BQAAewkAAD4HAABpDQAA2QIAADAAAABpAAAAhwgAAGIHAACABAAAdAEAAOoKAAAoAgAA/AgAALQBAADpBwAAsQMAAO0BAADuAAAAKgYAAF4EAAC/BAAAJQsAAHgDAACLCgAA9QkAAAAAAAAAAIBSx4rEAHKEOitxRUVSqfe0+4CfuwF628WzkdJN+l08lE+WosQQLooBaY5rc0EWD98wsAnW69d/1urEEG6eNz/MNLD1uwcypM30nlJxD2eDnYHyHElUZah3FsvYSx0cYTJPnT6QIFPX/As64E2EDceDQHLrqhr0eM4IfqQ7WVmw2DwfInAp8nwuGx8+GYNb8QgDVQqpL7UXWSVviKGtnKOxiQgQZOpWWk31vI/5tl5Kq4ycNwNOBqiGCMdLuGragH17i457Sowdq/q8s3IlHKLFJNsUEWWfY4JeiFwiC6DiGjwSfirOzWD+fooIkFI2YOokhJSNxW4Y2igMHMAv+aBZ2Zg1Ep149VV6FJHZl9EwKCdx/IYMVFPN+KICwrGfz4Pprba4AU5Mq40+E7DbPkNW2/KZvPwaTYVFZhj5djOj2kQO7+gadifYJFH3zEGh8Lpfq+a9BhKGz18xc5k1UjVamTdszU1ZO2XLv5iqIX9DonVdmslM5dQxhh+J6AKNo9EcnTMJNSNsBXCB8EV5263e7NAj1rdqDbNiO0Ytz1FiPRvFjoNMOm1R75RZyvOOt6pxqfsxacsZsI9/pvjbPjQeHrMqskwpkrFi0eYiEUK+0oObuyZUMNJOq9zyzJNzdbBgOqtAYwRdRxdJzZfk9p9Mv9J1QIIOyezf2wZuNcQe7ls2wdWWfm5+PXMOCmI7abQ9pgy//DQtUXC9X4f87hFRK947rTXJtUFj9gMO/r6KpHJRMY63XvAnCG9l1x7mgU5hvN6C/rp/c+/KWwYxHlGwM7oUqr2CmMvtFKTEY90je3S0rELeB6S30bye7ALq9Okds6Ni0daP3iMTlOoVug8Spt6RfHEP0CsWXNgA46vIAh66pq85v6mdJMwfy3K4oRati0UiWHh3DuF4S3X8j/p3SZHLWRRf1+U18lij7gW4XLrBUldlpqmlQ5fMv3Q0n5PRp4Lf60gCTbJe7GQf0h/cv+25Oz2jEaLnJhZ7khdxAVPD0UeB129yvgSjBrhEhW947gCFeWRVLZXf98Uxhrqa7OoRWgDWWud9R3s5AAvoo5+lA6IX64fubqSwod+pQDdICBnMMituoJQYBzHnHC2K9VQmi4MYgwBjIutbJrgI0wdE7/bxG3B0N2EN/uNVB1F2JqqKgrOzMIMYaRA+EnnbDzIpoyw1l9risVQhCoMbDRqZ5AANfFFSj79y2bFfNSTmMe6wK2MlQI3Pp89fkSUA+1v0oy15zZLg1hNrwb0ognwvOteUauG2dKNyPNOA8fyZctxWaZH1bWNcz1RPuH7OpyRTL1dMapF5PS+IB5C9X+MV0U7g0RjpOct0OJmMZ7olopSvLMKlTAdL3CxhbGbRnW9wOeYv7dULaPWK1zL269VzY2P7DjMgb4RHlPPriMtlopkqGy3T9bO+pMPLGnTTVO9V7QkC1Y88T8hh51jgHt8qJTSYy9Cnn22uPWluVFUQckAElpnBYswK7cpjcg5b3IXioPM/O4cerE6bUpclzPpzUXUY3IdFZ8FnjdwGQyxfU1/ii7Ngzza35OhLJhA04yHP7yGYQgD9nTgy1q2pGGkhO/44QkFHEoA+X/ed+UCxM6i7NlMLxRFf5O16LviHDst/KukQ+qHfh9yfWeEHX6P3gKME7eEVFXTt2FxSzOOHtVErHc5WoDgG2611amwuV4RKgq1Vgx/paRR0IiJFjLr4GKKQ20HToN5r/BEzn6kIvoHXCEo2MjIxQbO64H0VwE7xe1LInXpCduDN6YUOtclpbGOfbINwwuVwXpqNGL9hVTzCQSRXPiEGlJE=";
|
|
// int rc = DxyVest.Start(key);//AppVest.init("553c12676eb80b82183e0944df97cd19", "K8N/nk3cAxhGo7Oy0yoP/Ye5jcQUaMf+8+AutonLIoCXTbHXSHJ/D8W3/iIBHJq/4SABnAF7RvIeNRnF+x+wjB6cB1TEwIUviviQlofNvM4qJFLH55ON85n2pFBhSGW3qLF/");
|
|
int32_t L_26 = DxyVest_Start_mFC8EA412F47B9519FE93B11C9F84CA402D34633B(_stringLiteralE75D5B22A39BDCA0731C6676612C69551A6DC3DA, /*hidden argument*/NULL);
|
|
// if (rc != 150)
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)150))))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
// Debug.LogError("wwwwwwwwwwwwwwwwwwwwwww init failed");
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral2417C053A1E0CA6E55171D6D6EAEAA4DF0A5C84C, /*hidden argument*/NULL);
|
|
// ShowTip("GF init failed!", () =>
|
|
// {
|
|
// StartCoroutine(CheckNet());
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_27 = V_2;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_28 = V_2;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_29 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_29, L_28, (intptr_t)((intptr_t)VerCheck_U3CCheckNetU3Eb__14_2_mA120E2E019C40CD5E0EAF24E15F0325723F0D4E1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_27, _stringLiteralD21674C22B211A87778E61E529E82516B3C0921D, L_29, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
// conn.ip = "127.0.0.1";
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_30 = V_2;
|
|
NullCheck(L_30);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_31 = L_30->get_address_of_conn_6();
|
|
L_31->set_ip_0(_stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9);
|
|
// conn.port = 49898;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_32 = V_2;
|
|
NullCheck(L_32);
|
|
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_33 = L_32->get_address_of_conn_6();
|
|
L_33->set_port_1(((int32_t)49898));
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
// init_url = "https://yunque911.oss-cn-hangzhou.aliyuncs.com/NewFK/config/init2_1.json";
|
|
V_4 = _stringLiteral187E224D576140EF5E480DB3B944BF07E2E3DB4C;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
// float downTimeOut = 5;
|
|
__this->set_U3CdownTimeOutU3E5__2_3((5.0f));
|
|
// using (WWW request1 = new WWW(init_url))
|
|
String_t* L_34 = V_4;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_35 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_m855BBB40089401B7BE6DE7A19FAD81EB070A2196(L_35, L_34, /*hidden argument*/NULL);
|
|
__this->set_U3Crequest1U3E5__3_4(L_35);
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
// float timeOut = Time.time;
|
|
float L_36 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
|
|
__this->set_U3CtimeOutU3E5__4_5(L_36);
|
|
// float process = request1.progress;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_37 = __this->get_U3Crequest1U3E5__3_4();
|
|
NullCheck(L_37);
|
|
float L_38 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(L_37, /*hidden argument*/NULL);
|
|
__this->set_U3CprocessU3E5__5_6(L_38);
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_0174:
|
|
{
|
|
// if(process<request1.progress)
|
|
float L_39 = __this->get_U3CprocessU3E5__5_6();
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_40 = __this->get_U3Crequest1U3E5__3_4();
|
|
NullCheck(L_40);
|
|
float L_41 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(L_40, /*hidden argument*/NULL);
|
|
if ((!(((float)L_39) < ((float)L_41))))
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
// timeOut = Time.time;
|
|
float L_42 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
|
|
__this->set_U3CtimeOutU3E5__4_5(L_42);
|
|
// process = request1.progress;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_43 = __this->get_U3Crequest1U3E5__3_4();
|
|
NullCheck(L_43);
|
|
float L_44 = WWW_get_progress_m0C27444D041C224A9958FED51723BCA9F9FCDABF(L_43, /*hidden argument*/NULL);
|
|
__this->set_U3CprocessU3E5__5_6(L_44);
|
|
}
|
|
|
|
IL_01a3:
|
|
{
|
|
// if(Time.time-timeOut>downTimeOut)
|
|
float L_45 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
|
|
float L_46 = __this->get_U3CtimeOutU3E5__4_5();
|
|
float L_47 = __this->get_U3CdownTimeOutU3E5__2_3();
|
|
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_45, (float)L_46))) > ((float)L_47))))
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
}
|
|
|
|
IL_01b7:
|
|
{
|
|
// ShowTip("??????????????????!", () =>
|
|
// {
|
|
// StartCoroutine(CheckNet());
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_48 = V_2;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_49 = V_2;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_50 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_50, L_49, (intptr_t)((intptr_t)VerCheck_U3CCheckNetU3Eb__14_3_mF762F7F9FF4C351F0C59EC3D7293F154AAEE6935_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_48);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_48, _stringLiteral5F94FE784D5475E0384E4803CB9647C086E55033, L_50, /*hidden argument*/NULL);
|
|
// yield break;
|
|
V_0 = (bool)0;
|
|
goto IL_03e9;
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
V_0 = (bool)1;
|
|
goto IL_0403;
|
|
}
|
|
|
|
IL_01ea:
|
|
{
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
}
|
|
|
|
IL_01f2:
|
|
{
|
|
// while (request1!=null && request1.isDone==false)
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_51 = __this->get_U3Crequest1U3E5__3_4();
|
|
if (!L_51)
|
|
{
|
|
goto IL_020a;
|
|
}
|
|
}
|
|
|
|
IL_01fa:
|
|
{
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_52 = __this->get_U3Crequest1U3E5__3_4();
|
|
NullCheck(L_52);
|
|
bool L_53 = WWW_get_isDone_m7D3800B83136885374E82BFC6ACB63BA3F6AB5DF(L_52, /*hidden argument*/NULL);
|
|
if (!L_53)
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
// yield return request1;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_54 = __this->get_U3Crequest1U3E5__3_4();
|
|
__this->set_U3CU3E2__current_1(L_54);
|
|
__this->set_U3CU3E1__state_0(2);
|
|
V_0 = (bool)1;
|
|
goto IL_0403;
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
// if (string.IsNullOrEmpty(request1.error))
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_55 = __this->get_U3Crequest1U3E5__3_4();
|
|
NullCheck(L_55);
|
|
String_t* L_56 = WWW_get_error_mED42EEAAE7847167CCEEFF2098563F78A79F8C2A(L_55, /*hidden argument*/NULL);
|
|
bool L_57 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_56, /*hidden argument*/NULL);
|
|
if (!L_57)
|
|
{
|
|
goto IL_03ca;
|
|
}
|
|
}
|
|
|
|
IL_0241:
|
|
{
|
|
U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * L_58 = (U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass14_0__ctor_mBFB2E88C48B14B6EA44190936E5246C8C1697255(L_58, /*hidden argument*/NULL);
|
|
V_5 = L_58;
|
|
// json_data = request1.text;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_59 = __this->get_U3Crequest1U3E5__3_4();
|
|
NullCheck(L_59);
|
|
String_t* L_60 = WWW_get_text_mC889F75AD1B47FD117196F98F3DDDC83985BD0E1(L_59, /*hidden argument*/NULL);
|
|
V_3 = L_60;
|
|
// GameApplication.Instance.GameInfo = json_data;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_61 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
String_t* L_62 = V_3;
|
|
NullCheck(L_61);
|
|
GameApplication_set_GameInfo_m1BD01E21E1AA618F51CC2233189260A80C212EDD_inline(L_61, L_62, /*hidden argument*/NULL);
|
|
// Hashtable json = Json.Deserialize(json_data) as Hashtable;
|
|
String_t* L_63 = V_3;
|
|
RuntimeObject * L_64 = Json_Deserialize_m049789DF799472E3BCA2E853378682D503042DA5(L_63, /*hidden argument*/NULL);
|
|
V_6 = ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)IsInstClass((RuntimeObject*)L_64, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var));
|
|
// Hotupdate.PackUrl = (string)json["pack_url"];
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_65 = V_6;
|
|
NullCheck(L_65);
|
|
RuntimeObject * L_66 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_65, _stringLiteralF554397B5D9E3B9DC881ABA798EC38C4E1A2A215);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_StaticFields*)il2cpp_codegen_static_fields_for(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var))->set_PackUrl_2(((String_t*)CastclassSealed((RuntimeObject*)L_66, String_t_il2cpp_TypeInfo_var)));
|
|
// Hashtable _plat_data = null;
|
|
U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * L_67 = V_5;
|
|
NullCheck(L_67);
|
|
L_67->set__plat_data_0((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL);
|
|
// _plat_data = json["iOS"] as Hashtable;
|
|
U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * L_68 = V_5;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_69 = V_6;
|
|
NullCheck(L_69);
|
|
RuntimeObject * L_70 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_69, _stringLiteral6413E837D316AAFCF260786CD21A849F88AE3069);
|
|
NullCheck(L_68);
|
|
L_68->set__plat_data_0(((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)IsInstClass((RuntimeObject*)L_70, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var)));
|
|
// var check = _plat_data[string.Format("check{0}", GameApplication.AppVersion.ToString())];
|
|
U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * L_71 = V_5;
|
|
NullCheck(L_71);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_72 = L_71->get__plat_data_0();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_73 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_AppVersion_20();
|
|
NullCheck(L_73);
|
|
String_t* L_74 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_73);
|
|
String_t* L_75 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral4647DFC7915FE9BC9A2C017B0C239EFA439EBB62, L_74, /*hidden argument*/NULL);
|
|
NullCheck(L_72);
|
|
RuntimeObject * L_76 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_72, L_75);
|
|
V_7 = L_76;
|
|
// if (check != null && (bool)check)
|
|
RuntimeObject * L_77 = V_7;
|
|
if (!L_77)
|
|
{
|
|
goto IL_02e2;
|
|
}
|
|
}
|
|
|
|
IL_02c8:
|
|
{
|
|
RuntimeObject * L_78 = V_7;
|
|
if (!((*(bool*)((bool*)UnBox(L_78, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_02e2;
|
|
}
|
|
}
|
|
|
|
IL_02d1:
|
|
{
|
|
// GameApplication.HideSdk = true;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->set_HideSdk_21((bool)1);
|
|
// GameApplication.Instance.accountTest = false;
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_79 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
NullCheck(L_79);
|
|
L_79->set_accountTest_7((bool)0);
|
|
}
|
|
|
|
IL_02e2:
|
|
{
|
|
// Version server_version = new Version((string)_plat_data["version"]);
|
|
U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * L_80 = V_5;
|
|
NullCheck(L_80);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_81 = L_80->get__plat_data_0();
|
|
NullCheck(L_81);
|
|
RuntimeObject * L_82 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_81, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_83 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_83, ((String_t*)CastclassSealed((RuntimeObject*)L_82, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_8 = L_83;
|
|
// if (!GameApplication.HideSdk)
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
bool L_84 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_HideSdk_21();
|
|
if (L_84)
|
|
{
|
|
goto IL_035e;
|
|
}
|
|
}
|
|
|
|
IL_0306:
|
|
{
|
|
// if (GameApplication.AppVersion.max_version < server_version.max_version || (GameApplication.AppVersion.max_version == server_version.max_version && GameApplication.AppVersion.min_version < server_version.min_version))
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_85 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_AppVersion_20();
|
|
NullCheck(L_85);
|
|
int32_t L_86 = Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline(L_85, /*hidden argument*/NULL);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_87 = V_8;
|
|
NullCheck(L_87);
|
|
int32_t L_88 = Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline(L_87, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_86) < ((int32_t)L_88)))
|
|
{
|
|
goto IL_033f;
|
|
}
|
|
}
|
|
|
|
IL_0319:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_89 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_AppVersion_20();
|
|
NullCheck(L_89);
|
|
int32_t L_90 = Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline(L_89, /*hidden argument*/NULL);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_91 = V_8;
|
|
NullCheck(L_91);
|
|
int32_t L_92 = Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline(L_91, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_90) == ((uint32_t)L_92))))
|
|
{
|
|
goto IL_035e;
|
|
}
|
|
}
|
|
|
|
IL_032c:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_93 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_AppVersion_20();
|
|
NullCheck(L_93);
|
|
int32_t L_94 = Version_get_min_version_mE780726012461A5BB24C8A47A01558E945D750ED_inline(L_93, /*hidden argument*/NULL);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_95 = V_8;
|
|
NullCheck(L_95);
|
|
int32_t L_96 = Version_get_min_version_mE780726012461A5BB24C8A47A01558E945D750ED_inline(L_95, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_94) >= ((int32_t)L_96)))
|
|
{
|
|
goto IL_035e;
|
|
}
|
|
}
|
|
|
|
IL_033f:
|
|
{
|
|
// ShowTip("???????!", () =>
|
|
// {
|
|
// #if UNITY_ANDROID
|
|
// StartCoroutine(DownApp((string)_plat_data["appurl"], server_version.ToString()));
|
|
// #else
|
|
// DeleteOldPack();
|
|
// Application.OpenURL((string)_plat_data["appurl"]);
|
|
// Application.Quit();
|
|
// #endif
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_97 = V_2;
|
|
U3CU3Ec__DisplayClass14_0_tC873F27A39DDCF39A3C977BBFB0657C4D6383F30 * L_98 = V_5;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_99 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_99, L_98, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass14_0_U3CCheckNetU3Eb__5_m2BD6F1D55B81C29AA1821502DC53A6171117C4BB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_97);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_97, _stringLiteralBD05E2171069A3148A9117717B9AA5D2254A05D1, L_99, /*hidden argument*/NULL);
|
|
// yield break;
|
|
V_0 = (bool)0;
|
|
goto IL_03e9;
|
|
}
|
|
|
|
IL_035e:
|
|
{
|
|
// Voice.VoiceUpload = json["voice_upload_url"] as string;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_100 = V_6;
|
|
NullCheck(L_100);
|
|
RuntimeObject * L_101 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_100, _stringLiteral67A7532BC52C80FD3371212C73619F02CF3D275F);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set_VoiceUpload_1(((String_t*)IsInstSealed((RuntimeObject*)L_101, String_t_il2cpp_TypeInfo_var)));
|
|
// Voice.VoiceDownload = json["voice_download_url"] as string;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_102 = V_6;
|
|
NullCheck(L_102);
|
|
RuntimeObject * L_103 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_102, _stringLiteral191EC2BF526CB8B2FC97226FA7FFE47364E94B83);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set_VoiceDownload_2(((String_t*)IsInstSealed((RuntimeObject*)L_103, String_t_il2cpp_TypeInfo_var)));
|
|
// if (!GameApplication.Instance.buildApp)
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_104 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
NullCheck(L_104);
|
|
bool L_105 = L_104->get_buildApp_5();
|
|
if (L_105)
|
|
{
|
|
goto IL_03b9;
|
|
}
|
|
}
|
|
|
|
IL_0396:
|
|
{
|
|
// GameApplication.AppVersion.FillData(server_version);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_106 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_AppVersion_20();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_107 = V_8;
|
|
NullCheck(L_106);
|
|
Version_FillData_m318C56F2AA241120D19657754EDE02909E1236B0(L_106, L_107, /*hidden argument*/NULL);
|
|
// _version_view.Dispose();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_108 = V_2;
|
|
NullCheck(L_108);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_109 = L_108->get__version_view_4();
|
|
NullCheck(L_109);
|
|
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_109);
|
|
// GameApplication.Instance.StartGame();
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_110 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
NullCheck(L_110);
|
|
GameApplication_StartGame_m8AFB751707E4E744D4D8FE840DF0F3AB0B714B98(L_110, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_03e1;
|
|
}
|
|
|
|
IL_03b9:
|
|
{
|
|
// StartCoroutine(CheckAssetConfig(server_version));
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_111 = V_2;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_112 = V_2;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_113 = V_8;
|
|
NullCheck(L_112);
|
|
RuntimeObject* L_114 = VerCheck_CheckAssetConfig_m39B0D9A601008B11DCD33C1695FC6375843FEAEC(L_112, L_113, /*hidden argument*/NULL);
|
|
NullCheck(L_111);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_111, L_114, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_03e1;
|
|
}
|
|
|
|
IL_03ca:
|
|
{
|
|
// ShowTip("??????????????????!", () =>
|
|
// {
|
|
// StartCoroutine(CheckNet());
|
|
// });
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_115 = V_2;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_116 = V_2;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_117 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
|
|
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_117, L_116, (intptr_t)((intptr_t)VerCheck_U3CCheckNetU3Eb__14_4_m7526E2E5ACEBD0C980DEC55496F72802902D5E72_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_115);
|
|
VerCheck_ShowTip_mFA595E239FB3334EB1B3B0DCABBE9B558B256D66(L_115, _stringLiteral5F94FE784D5475E0384E4803CB9647C086E55033, L_117, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_03e1:
|
|
{
|
|
// }
|
|
U3CCheckNetU3Ed__14_U3CU3Em__Finally1_m1B632F7D53E69867C2FB85EB14583834837FC50A(__this, /*hidden argument*/NULL);
|
|
goto IL_03f1;
|
|
}
|
|
|
|
IL_03e9:
|
|
{
|
|
U3CCheckNetU3Ed__14_U3CU3Em__Finally1_m1B632F7D53E69867C2FB85EB14583834837FC50A(__this, /*hidden argument*/NULL);
|
|
goto IL_0403;
|
|
}
|
|
|
|
IL_03f1:
|
|
{
|
|
__this->set_U3Crequest1U3E5__3_4((WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)NULL);
|
|
// }
|
|
V_0 = (bool)0;
|
|
goto IL_0403;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FAULT_03fc;
|
|
}
|
|
|
|
FAULT_03fc:
|
|
{ // begin fault (depth: 1)
|
|
U3CCheckNetU3Ed__14_System_IDisposable_Dispose_m1D523235A041CC43027BD33AF3A5EDD004FB4FB3(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(1020)
|
|
} // end fault
|
|
IL2CPP_CLEANUP(1020)
|
|
{
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0403:
|
|
{
|
|
bool L_118 = V_0;
|
|
return L_118;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<CheckNet>d__14::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckNetU3Ed__14_U3CU3Em__Finally1_m1B632F7D53E69867C2FB85EB14583834837FC50A (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckNetU3Ed__14_U3CU3Em__Finally1_m1B632F7D53E69867C2FB85EB14583834837FC50A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_0 = __this->get_U3Crequest1U3E5__3_4();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_1 = __this->get_U3Crequest1U3E5__3_4();
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Object VerCheck_<CheckNet>d__14::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckNetU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE26C8B0ABE696D22BDED1F479228A64B5D1DB836 (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<CheckNet>d__14::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckNetU3Ed__14_System_Collections_IEnumerator_Reset_m704D805774B9DB5524D06575A566380651A31F4A (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckNetU3Ed__14_System_Collections_IEnumerator_Reset_m704D805774B9DB5524D06575A566380651A31F4A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCheckNetU3Ed__14_System_Collections_IEnumerator_Reset_m704D805774B9DB5524D06575A566380651A31F4A_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object VerCheck_<CheckNet>d__14::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckNetU3Ed__14_System_Collections_IEnumerator_get_Current_mD7AE40E8485812F40426F375B98E94D4F200396E (U3CCheckNetU3Ed__14_tF7E709BDFD63AA6CD03D4AB410DE0C1A340926DC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<VersionUpdateCheck>d__16::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CVersionUpdateCheckU3Ed__16__ctor_m94DD70C64CBC307A4DD1D58BE7C47E0FE10B805A (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<VersionUpdateCheck>d__16::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CVersionUpdateCheckU3Ed__16_System_IDisposable_Dispose_m5C35A2BE9420302D93148408452780581BEDCAA6 (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean VerCheck_<VersionUpdateCheck>d__16::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CVersionUpdateCheckU3Ed__16_MoveNext_m97BAA98E630753D946973F286C21D89391EF6147 (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CVersionUpdateCheckU3Ed__16_MoveNext_m97BAA98E630753D946973F286C21D89391EF6147_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * V_1 = NULL;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_3();
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// Version local_version = Version.DEFUALT;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_4 = ((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_StaticFields*)il2cpp_codegen_static_fields_for(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var))->get_DEFUALT_4();
|
|
__this->set_U3Clocal_versionU3E5__2_6(L_4);
|
|
// for(int i=0;i< asset_config_list.Count; ++i)
|
|
__this->set_U3CiU3E5__3_7(0);
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// var tem = asset_config_list[i] as Hashtable;
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = __this->get_asset_config_list_2();
|
|
int32_t L_6 = __this->get_U3CiU3E5__3_7();
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6);
|
|
V_2 = ((Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)IsInstClass((RuntimeObject*)L_7, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var));
|
|
// string b_path = "base/" + tem["name"].ToString();
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = V_2;
|
|
NullCheck(L_8);
|
|
RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C);
|
|
NullCheck(L_9);
|
|
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9);
|
|
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralDEEC6B801D6C0F18694B84683F2F8671CCF097A4, L_10, /*hidden argument*/NULL);
|
|
__this->set_U3Cb_pathU3E5__4_8(L_11);
|
|
// Hotupdate version_update = new Hotupdate(b_path + "/", local_version, new Version((string)tem["ver"]));
|
|
String_t* L_12 = __this->get_U3Cb_pathU3E5__4_8();
|
|
String_t* L_13 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_12, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_14 = __this->get_U3Clocal_versionU3E5__2_6();
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = V_2;
|
|
NullCheck(L_15);
|
|
RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_15, _stringLiteral5E0B8AA15AAD848DE36CF3FD23D80803845B78D5);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_17 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_17, ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_18 = (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)il2cpp_codegen_object_new(Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB_il2cpp_TypeInfo_var);
|
|
Hotupdate__ctor_m68A98857529B742848578D23AAF1058E08CFF5A4(L_18, L_13, L_14, L_17, /*hidden argument*/NULL);
|
|
__this->set_U3Cversion_updateU3E5__5_9(L_18);
|
|
// version_update.AssetName = b_path;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_19 = __this->get_U3Cversion_updateU3E5__5_9();
|
|
String_t* L_20 = __this->get_U3Cb_pathU3E5__4_8();
|
|
NullCheck(L_19);
|
|
Hotupdate_set_AssetName_mA74E341F0EC448E3C88DD1A7F91F49271C2729D8_inline(L_19, L_20, /*hidden argument*/NULL);
|
|
// version_update.HideDetail = true;
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_21 = __this->get_U3Cversion_updateU3E5__5_9();
|
|
NullCheck(L_21);
|
|
Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB_inline(L_21, (bool)1, /*hidden argument*/NULL);
|
|
// version_update.SetTipCallback((text,callback)=>
|
|
// {
|
|
// ShowTip(text, callback);
|
|
// });
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_22 = __this->get_U3Cversion_updateU3E5__5_9();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_23 = V_1;
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_24 = (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *)il2cpp_codegen_object_new(Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489(L_24, L_23, (intptr_t)((intptr_t)VerCheck_U3CVersionUpdateCheckU3Eb__16_0_m9C1DC0EDB3E4F7C47CD7644C8881CD1C6E83B95C_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489_RuntimeMethod_var);
|
|
NullCheck(L_22);
|
|
Hotupdate_SetTipCallback_m0EE97BF224F651F2A8252E07F0C469184A4F67A4_inline(L_22, L_24, /*hidden argument*/NULL);
|
|
// version_update.LoadAsset();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_25 = __this->get_U3Cversion_updateU3E5__5_9();
|
|
NullCheck(L_25);
|
|
Hotupdate_LoadAsset_m1032A11E04AEA9F9E22C9292612A550A633563A5(L_25, /*hidden argument*/NULL);
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
// onback(version_update.Progress, false);
|
|
Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * L_26 = __this->get_onback_4();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_27 = __this->get_U3Cversion_updateU3E5__5_9();
|
|
NullCheck(L_27);
|
|
float L_28 = Hotupdate_get_Progress_m74625CBCE1D3731A5885BA077AA9CD84858F0997_inline(L_27, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194(L_26, L_28, (bool)0, /*hidden argument*/Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194_RuntimeMethod_var);
|
|
// tip.text = version_update.TextTip;
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_29 = __this->get_tip_5();
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_30 = __this->get_U3Cversion_updateU3E5__5_9();
|
|
NullCheck(L_30);
|
|
String_t* L_31 = Hotupdate_get_TextTip_m2709ACDCAAA7B501A1D5899DC662EA6F3FE09866_inline(L_30, /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_29, L_31);
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
// while (!version_update.Done)
|
|
Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * L_32 = __this->get_U3Cversion_updateU3E5__5_9();
|
|
NullCheck(L_32);
|
|
bool L_33 = Hotupdate_get_Done_m285C01BF8BACE227F7C8468370FD08E28D334842_inline(L_32, /*hidden argument*/NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
// ResourcesManager.ReadAssetConfig(b_path);
|
|
String_t* L_34 = __this->get_U3Cb_pathU3E5__4_8();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
ResourcesManager_ReadAssetConfig_mBDDB42465050AAEB0FB3857E7557F466BE405BE4(L_34, /*hidden argument*/NULL);
|
|
// }
|
|
__this->set_U3Cb_pathU3E5__4_8((String_t*)NULL);
|
|
__this->set_U3Cversion_updateU3E5__5_9((Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB *)NULL);
|
|
// for(int i=0;i< asset_config_list.Count; ++i)
|
|
int32_t L_35 = __this->get_U3CiU3E5__3_7();
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
|
|
int32_t L_36 = V_3;
|
|
__this->set_U3CiU3E5__3_7(L_36);
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
// for(int i=0;i< asset_config_list.Count; ++i)
|
|
int32_t L_37 = __this->get_U3CiU3E5__3_7();
|
|
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_38 = __this->get_asset_config_list_2();
|
|
NullCheck(L_38);
|
|
int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_38);
|
|
if ((((int32_t)L_37) < ((int32_t)L_39)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// onback(1, true);
|
|
Action_2_t38A3755E9C3EFCE06A7FCBE587453250F0E24C22 * L_40 = __this->get_onback_4();
|
|
NullCheck(L_40);
|
|
Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194(L_40, (1.0f), (bool)1, /*hidden argument*/Action_2_Invoke_m6330DFA455833D7B945C8410AC5BF323F3723194_RuntimeMethod_var);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object VerCheck_<VersionUpdateCheck>d__16::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CVersionUpdateCheckU3Ed__16_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9725788E2E41642AF15D764F4F737012B870D920 (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<VersionUpdateCheck>d__16::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CVersionUpdateCheckU3Ed__16_System_Collections_IEnumerator_Reset_mE1105ACC93CDD9A08B5D59F2FE09CCD9A5CE5935 (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CVersionUpdateCheckU3Ed__16_System_Collections_IEnumerator_Reset_mE1105ACC93CDD9A08B5D59F2FE09CCD9A5CE5935_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CVersionUpdateCheckU3Ed__16_System_Collections_IEnumerator_Reset_mE1105ACC93CDD9A08B5D59F2FE09CCD9A5CE5935_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object VerCheck_<VersionUpdateCheck>d__16::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CVersionUpdateCheckU3Ed__16_System_Collections_IEnumerator_get_Current_m7502AF8B36BC78C12C5B7D0EBEF9BA3A1C080677 (U3CVersionUpdateCheckU3Ed__16_t09F2DA50BFBA0C6FA50E05F8EC15ABC488958EA7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void VerCheck_<__WaitReset>d__11::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__WaitResetU3Ed__11__ctor_mE57847E04238C7E1F531745119372346D364DEF9 (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<__WaitReset>d__11::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__WaitResetU3Ed__11_System_IDisposable_Dispose_mD6EED40CB9DAFA5A0B198A0992E53162D9682579 (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean VerCheck_<__WaitReset>d__11::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3C__WaitResetU3Ed__11_MoveNext_m4DF1C33F1A54846D506A9213FE0426CD74993DED (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C__WaitResetU3Ed__11_MoveNext_m4DF1C33F1A54846D506A9213FE0426CD74993DED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_1 = __this->get_U3CU3E4__this_2();
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// var _luaClient = GameApplication.Instance.GetComponent<DSLuaClient>();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_4 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
NullCheck(L_4);
|
|
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * L_5 = Component_GetComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_m491E197EEFEA4B9C3DB2371722C81721BFAEC4CA(L_4, /*hidden argument*/Component_GetComponent_TisDSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C_m491E197EEFEA4B9C3DB2371722C81721BFAEC4CA_RuntimeMethod_var);
|
|
// UnityEngine.Object.Destroy(_luaClient);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_5, /*hidden argument*/NULL);
|
|
// System.GC.Collect();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971(/*hidden argument*/NULL);
|
|
// FontManager.Clear();
|
|
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
|
|
FontManager_Clear_m07DB8B7E80DC78736F598BBEB0595A3BA40F9939(/*hidden argument*/NULL);
|
|
// UIPackage.RemoveAllPackages();
|
|
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
|
|
UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4(/*hidden argument*/NULL);
|
|
// ResourcesManager.DestroyAll();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
|
|
ResourcesManager_DestroyAll_mA1ADEC6B499791F3F95D87B6743D5E52DD63485D(/*hidden argument*/NULL);
|
|
// CreateVersionView();
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_6 = V_1;
|
|
NullCheck(L_6);
|
|
VerCheck_CreateVersionView_m8E969AB1A4ADFF07227383B80887063214869F37(L_6, /*hidden argument*/NULL);
|
|
// yield return null;
|
|
__this->set_U3CU3E2__current_1(NULL);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// StartCoroutine(CheckNet());
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_7 = V_1;
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_8 = V_1;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9 = VerCheck_CheckNet_m511CD912BECABE9909463EF1FB2B10BEC663815A(L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_7, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object VerCheck_<__WaitReset>d__11::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C__WaitResetU3Ed__11_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m7FAE32B8E086E5B9D14F10507240D09D01EBBEB9 (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void VerCheck_<__WaitReset>d__11::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C__WaitResetU3Ed__11_System_Collections_IEnumerator_Reset_mF6F1C7A24C817BDBD780FE8A3B479D777BCD2C27 (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3C__WaitResetU3Ed__11_System_Collections_IEnumerator_Reset_mF6F1C7A24C817BDBD780FE8A3B479D777BCD2C27_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3C__WaitResetU3Ed__11_System_Collections_IEnumerator_Reset_mF6F1C7A24C817BDBD780FE8A3B479D777BCD2C27_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object VerCheck_<__WaitReset>d__11::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C__WaitResetU3Ed__11_System_Collections_IEnumerator_get_Current_m2AA5620A568D96C3B876962254B1B2B0C8290B79 (U3C__WaitResetU3Ed__11_t79AB0EDAD73A7B24E1423329FFA97B42E2B18462 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Version::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, String_t* ___version0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
{
|
|
// int _max_version = -1;
|
|
__this->set__max_version_0((-1));
|
|
// int _min_version = -1;
|
|
__this->set__min_version_1((-1));
|
|
// int _pack_version = -1;
|
|
__this->set__pack_version_2((-1));
|
|
// string _version = "0.0.0";
|
|
__this->set__version_3(_stringLiteral86F389089F8CB6F58AA87561BCF7BEC9D700C40B);
|
|
// public Version(string version)
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
// var tem = ReadVersionArray(version);
|
|
String_t* L_0 = ___version0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = Version_ReadVersionArray_m11DB834E1B56A2341448F675B8017CC5E7D4185B(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (tem != null)
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// _version = version;
|
|
String_t* L_3 = ___version0;
|
|
__this->set__version_3(L_3);
|
|
// _max_version = tem[0];
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
int32_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
__this->set__max_version_0(L_6);
|
|
// _min_version = tem[1];
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 1;
|
|
int32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
__this->set__min_version_1(L_9);
|
|
// _pack_version = tem[2];
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 2;
|
|
int32_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
__this->set__pack_version_2(L_12);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Version::FillData(Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_FillData_m318C56F2AA241120D19657754EDE02909E1236B0 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this.max_version = version.max_version;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_0 = ___version0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline(L_0, /*hidden argument*/NULL);
|
|
Version_set_max_version_m72F982E4A5B39C14244C5E686563ED6885218A1B(__this, L_1, /*hidden argument*/NULL);
|
|
// this.min_version = version.min_version;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_2 = ___version0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Version_get_min_version_mE780726012461A5BB24C8A47A01558E945D750ED_inline(L_2, /*hidden argument*/NULL);
|
|
Version_set_min_version_m5AA05282DF7DD4465D34A69810F8E9A852568D1F(__this, L_3, /*hidden argument*/NULL);
|
|
// this.pack_version = version.pack_version;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_4 = ___version0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = Version_get_pack_version_m8EF0D0E38D900D79CB18CC1ED59ABFA2C786CE4D_inline(L_4, /*hidden argument*/NULL);
|
|
Version_set_pack_version_m9BBF28B227A273657A60497238209E55A1AB1D1B(__this, L_5, /*hidden argument*/NULL);
|
|
// this._version = version._version;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_6 = ___version0;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->get__version_3();
|
|
__this->set__version_3(L_7);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Version::ContainAll(Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_ContainAll_m9F99B032D3D2BD680A5F08DF3D3DC0DEEB82B098 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___version0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (_max_version != version._max_version || _min_version != version._min_version || _pack_version != version._pack_version)
|
|
int32_t L_0 = __this->get__max_version_0();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_1 = ___version0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->get__max_version_0();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->get__min_version_1();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_4 = ___version0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->get__min_version_1();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = __this->get__pack_version_2();
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_7 = ___version0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->get__pack_version_2();
|
|
if ((((int32_t)L_6) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 Version::get_max_version()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _max_version; }
|
|
int32_t L_0 = __this->get__max_version_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Version::set_max_version(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_set_max_version_m72F982E4A5B39C14244C5E686563ED6885218A1B (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Version_set_max_version_m72F982E4A5B39C14244C5E686563ED6885218A1B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_max_version != value)
|
|
int32_t L_0 = __this->get__max_version_0();
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// _max_version = value;
|
|
int32_t L_2 = ___value0;
|
|
__this->set__max_version_0(L_2);
|
|
// _version = string.Format("{0}.{1}.{2}", _max_version, _min_version, _pack_version);
|
|
int32_t L_3 = __this->get__max_version_0();
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
int32_t L_6 = __this->get__min_version_1();
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
int32_t L_9 = __this->get__pack_version_2();
|
|
int32_t L_10 = L_9;
|
|
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
|
|
String_t* L_12 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral8DDBB76624EE55213F2601C8BA2B94F9F24E23EE, L_5, L_8, L_11, /*hidden argument*/NULL);
|
|
__this->set__version_3(L_12);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Version::get_min_version()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Version_get_min_version_mE780726012461A5BB24C8A47A01558E945D750ED (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _min_version; }
|
|
int32_t L_0 = __this->get__min_version_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Version::set_min_version(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_set_min_version_m5AA05282DF7DD4465D34A69810F8E9A852568D1F (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Version_set_min_version_m5AA05282DF7DD4465D34A69810F8E9A852568D1F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_min_version != value)
|
|
int32_t L_0 = __this->get__min_version_1();
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// _min_version = value;
|
|
int32_t L_2 = ___value0;
|
|
__this->set__min_version_1(L_2);
|
|
// _version = string.Format("{0}.{1}.{2}", _max_version, _min_version, _pack_version);
|
|
int32_t L_3 = __this->get__max_version_0();
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
int32_t L_6 = __this->get__min_version_1();
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
int32_t L_9 = __this->get__pack_version_2();
|
|
int32_t L_10 = L_9;
|
|
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
|
|
String_t* L_12 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral8DDBB76624EE55213F2601C8BA2B94F9F24E23EE, L_5, L_8, L_11, /*hidden argument*/NULL);
|
|
__this->set__version_3(L_12);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 Version::get_pack_version()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Version_get_pack_version_m8EF0D0E38D900D79CB18CC1ED59ABFA2C786CE4D (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _pack_version; }
|
|
int32_t L_0 = __this->get__pack_version_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Version::set_pack_version(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version_set_pack_version_m9BBF28B227A273657A60497238209E55A1AB1D1B (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Version_set_pack_version_m9BBF28B227A273657A60497238209E55A1AB1D1B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_pack_version != value)
|
|
int32_t L_0 = __this->get__pack_version_2();
|
|
int32_t L_1 = ___value0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// _pack_version = value;
|
|
int32_t L_2 = ___value0;
|
|
__this->set__pack_version_2(L_2);
|
|
// _version = string.Format("{0}.{1}.{2}", _max_version, _min_version, _pack_version);
|
|
int32_t L_3 = __this->get__max_version_0();
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
|
|
int32_t L_6 = __this->get__min_version_1();
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
|
|
int32_t L_9 = __this->get__pack_version_2();
|
|
int32_t L_10 = L_9;
|
|
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
|
|
String_t* L_12 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral8DDBB76624EE55213F2601C8BA2B94F9F24E23EE, L_5, L_8, L_11, /*hidden argument*/NULL);
|
|
__this->set__version_3(L_12);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String Version::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Version_ToString_m73BFB41F1911D8F72369DA2AD49FE9260760EF90 (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return _version;
|
|
String_t* L_0 = __this->get__version_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 Version::ReadVersion(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Version_ReadVersion_mF0EACE0F53D30BED0469F71AFFD3C518F89804C0 (String_t* ___text0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Version_ReadVersion_mF0EACE0F53D30BED0469F71AFFD3C518F89804C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// var tem = text.Split(new char[] { '.' });
|
|
String_t* L_0 = ___text0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)46));
|
|
NullCheck(L_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_0, L_2, /*hidden argument*/NULL);
|
|
// return int.Parse(tem[index]);
|
|
int32_t L_4 = ___index1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
int32_t L_7 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
goto IL_0020;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001b:
|
|
{ // begin catch(System.Object)
|
|
// catch
|
|
// return -1;
|
|
V_0 = (-1);
|
|
goto IL_0020;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
int32_t L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32[] Version::ReadVersionArray(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Version_ReadVersionArray_m11DB834E1B56A2341448F675B8017CC5E7D4185B (String_t* ___text0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Version_ReadVersionArray_m11DB834E1B56A2341448F675B8017CC5E7D4185B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
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);
|
|
{
|
|
// if (string.IsNullOrEmpty(text)) return null;
|
|
String_t* L_0 = ___text0;
|
|
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(text)) return null;
|
|
return (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
}
|
|
|
|
IL_000b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// var tem_arr = text.Split(new char[] { '.' });
|
|
String_t* L_2 = ___text0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)46));
|
|
NullCheck(L_2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_2, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// if (tem_arr == null || tem_arr.Length != 3)
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))) == ((int32_t)3)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// return null;
|
|
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// int[] tem = new int[tem_arr.Length];
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))));
|
|
V_1 = L_9;
|
|
// for (int i = 0; i < tem_arr.Length; ++i)
|
|
V_3 = 0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// tem[i] = int.Parse(tem_arr[i]);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = V_1;
|
|
int32_t L_11 = V_3;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_0;
|
|
int32_t L_13 = V_3;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
String_t* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
int32_t L_16 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_16);
|
|
// for (int i = 0; i < tem_arr.Length; ++i)
|
|
int32_t L_17 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// for (int i = 0; i < tem_arr.Length; ++i)
|
|
int32_t L_18 = V_3;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = V_0;
|
|
NullCheck(L_19);
|
|
if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// return tem;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = V_1;
|
|
V_2 = L_20;
|
|
goto IL_0055;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0050;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0050:
|
|
{ // begin catch(System.Object)
|
|
// catch
|
|
// return null;
|
|
V_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
|
|
goto IL_0055;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0055:
|
|
{
|
|
// }
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = V_2;
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Void Version::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__cctor_mF41DDA1324DC09A933089FD4D0038C600FD90CEA (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Version__cctor_mF41DDA1324DC09A933089FD4D0038C600FD90CEA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static readonly Version DEFUALT = new Version("1.0.0");
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_0 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_0, _stringLiteral91E95BE6B6634E3C21072DFCD661146728694326, /*hidden argument*/NULL);
|
|
((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_StaticFields*)il2cpp_codegen_static_fields_for(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var))->set_DEFUALT_4(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void VersionWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionWrap_Register_mFDFA0CEFA2AAC68507BBA3BBA2675E75C55F6ACC (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_Register_mFDFA0CEFA2AAC68507BBA3BBA2675E75C55F6ACC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(Version), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("FillData", FillData);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralBBB5E971820E3CA14548A470999B5D8E50A480E4, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("ContainAll", ContainAll);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral523EC16B977E0C1E7A88753BF84E20A28F02433A, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("ToString", ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("ReadVersion", ReadVersion);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral430F15613C55752568BEDB8971DFF0827C16ABE0, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("ReadVersionArray", ReadVersionArray);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteralC91ED6AF5F66FC78E4CBCDB30CFE485C47628041, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("New", _CreateVersion);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_15 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_16 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_16, NULL, (intptr_t)((intptr_t)VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_17 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_18 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_18, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_18, /*hidden argument*/NULL);
|
|
// L.RegVar("DEFUALT", get_DEFUALT, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_19 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_20 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_20, NULL, (intptr_t)((intptr_t)VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_19, _stringLiteralE873FC83362055614A510FA93667B1A76C854A2E, L_20, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("max_version", get_max_version, set_max_version);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_22 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_22, NULL, (intptr_t)((intptr_t)VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_23 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_23, NULL, (intptr_t)((intptr_t)VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_21, _stringLiteral0E81DF833A7355BE93044E24A1657DD49716EB1A, L_22, L_23, /*hidden argument*/NULL);
|
|
// L.RegVar("min_version", get_min_version, set_min_version);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_24 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_25 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_25, NULL, (intptr_t)((intptr_t)VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_26 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_26, NULL, (intptr_t)((intptr_t)VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_24, _stringLiteralADFDEA03656E87D98F983D55A6F8439C0878FAA0, L_25, L_26, /*hidden argument*/NULL);
|
|
// L.RegVar("pack_version", get_pack_version, set_pack_version);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_27 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_28 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_28, NULL, (intptr_t)((intptr_t)VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_29 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_29, NULL, (intptr_t)((intptr_t)VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteralAB43CBCCE3103DA0FAF94259443451064A941E9E, L_28, L_29, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_30 = ___L0;
|
|
NullCheck(L_30);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_30, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::_CreateVersion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap__CreateVersion_m14F606A47629CDAA06B5033800B0CBF6DB4B3E1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
// if (count == 1)
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
// Version obj = new Version(arg0);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_4 = (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)il2cpp_codegen_object_new(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version__ctor_m9500BF45B794A84E8CD617BA4946F123DA24F265(L_4, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// ToLua.PushObject(L, obj);
|
|
intptr_t L_5 = ___L0;
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_6 = V_0;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: Version.New");
|
|
intptr_t L_7 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_7, _stringLiteral46A26382E0A10E33AD91470BEC639838EE18603D, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_003a;
|
|
}
|
|
} // 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_002f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
goto IL_003a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::FillData(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_FillData_m2E1A0C4776DB1A70533C83452620B9E2FE51EAB4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// Version obj = (Version)ToLua.CheckObject<Version>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF_RuntimeMethod_var);
|
|
// Version arg0 = (Version)ToLua.CheckObject<Version>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF_RuntimeMethod_var);
|
|
V_0 = ((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_4, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var));
|
|
// obj.FillData(arg0);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_5 = V_0;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
Version_FillData_m318C56F2AA241120D19657754EDE02909E1236B0(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0035;
|
|
} // 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_002a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002a:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0035;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0035:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::ContainAll(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_ContainAll_mBA8DB8301963E5CEF96B2454DD15E84F4F0087A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// Version obj = (Version)ToLua.CheckObject<Version>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF_RuntimeMethod_var);
|
|
// Version arg0 = (Version)ToLua.CheckObject<Version>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF_RuntimeMethod_var);
|
|
V_0 = ((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_4, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var));
|
|
// bool o = obj.ContainAll(arg0);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_5 = V_0;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
bool L_6 = Version_ContainAll_m9F99B032D3D2BD680A5F08DF3D3DC0DEEB82B098(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
bool L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_003d;
|
|
} // 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_0032;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0032:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_9 = ___L0;
|
|
Exception_t * L_10 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_003d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003d:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::ToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_ToString_m2C9E8E61485BE78A84EEBA25B981C2FF0BE0755F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// Version obj = (Version)ToLua.CheckObject<Version>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisVersion_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_mA5957D5157D2732064E5E52E9A60678F2AF058DF_RuntimeMethod_var);
|
|
// string o = obj.ToString();
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, ((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
V_0 = L_3;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
String_t* L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002f;
|
|
} // 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_0024;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::ReadVersion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_ReadVersion_m326C33ED522B0BCA3C2969AD89ED18AA2676CDB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
Exception_t * V_5 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
// int count = LuaDLL.lua_gettop(L);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// if (count == 1)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// int o = Version.ReadVersion(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = Version_ReadVersion_mF0EACE0F53D30BED0469F71AFFD3C518F89804C0(L_4, 2, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_10 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_9, 1, /*hidden argument*/NULL);
|
|
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_12 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_11, 2, /*hidden argument*/NULL);
|
|
V_3 = (((int32_t)((int32_t)L_12)));
|
|
// int o = Version.ReadVersion(arg0, arg1);
|
|
int32_t L_13 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
int32_t L_14 = Version_ReadVersion_mF0EACE0F53D30BED0469F71AFFD3C518F89804C0(L_10, L_13, /*hidden argument*/NULL);
|
|
V_4 = L_14;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
int32_t L_16 = V_4;
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: Version.ReadVersion");
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_17, _stringLiteralBE8084837942F4E17D449DE229D62E875278A9EE, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_0067;
|
|
}
|
|
} // 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_005a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005a:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_19 = ___L0;
|
|
Exception_t * L_20 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_19, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_0067;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0067:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::ReadVersionArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_ReadVersionArray_m3A46A998563F78AE5F70691125CD390929EB90BA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// int[] o = Version.ReadVersionArray(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = Version_ReadVersionArray_m11DB834E1B56A2341448F675B8017CC5E7D4185B(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = V_0;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_002a;
|
|
} // 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)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002a:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::get_DEFUALT(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_get_DEFUALT_m0E9273C4091582A339F0163C3804BFCC2597C3B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.PushObject(L, Version.DEFUALT);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var);
|
|
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * L_1 = ((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_StaticFields*)il2cpp_codegen_static_fields_for(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var))->get_DEFUALT_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::get_max_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_get_max_version_mD626D92AC98680E745EEC0B1AE67C270C6F29799_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Version obj = (Version)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.max_version;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index max_version on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral6C584316A4AE890C93B0B08B846EBF984F16D91B, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::get_min_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_get_min_version_mF4DF84C1B4A52E54DF9063903CDE7A0B1AA8E072_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Version obj = (Version)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.min_version;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Version_get_min_version_mE780726012461A5BB24C8A47A01558E945D750ED_inline(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index min_version on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralE74F138985D00F63B4AFDD2F79EB5344FC04293E, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::get_pack_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_get_pack_version_mF51EABB6A7085943BF76DDA2CE7175D5E1D2A8CC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Version obj = (Version)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.pack_version;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Version_get_pack_version_m8EF0D0E38D900D79CB18CC1ED59ABFA2C786CE4D_inline(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// LuaDLL.lua_pushinteger(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_4, L_5, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0032;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index pack_version on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralCB997DA38353759B11ECF8EF86B8A68534FFA669, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::set_max_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_set_max_version_mEA86D5B89642E7D871AAA962D8CE37A0E550B818_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Version obj = (Version)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.max_version = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
Version_set_max_version_m72F982E4A5B39C14244C5E686563ED6885218A1B(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index max_version on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteral6C584316A4AE890C93B0B08B846EBF984F16D91B, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::set_min_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_set_min_version_m94603BC500A55B9B28627B81D4177C8C5196E95D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Version obj = (Version)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.min_version = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
Version_set_min_version_m5AA05282DF7DD4465D34A69810F8E9A852568D1F(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index min_version on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralE74F138985D00F63B4AFDD2F79EB5344FC04293E, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 VersionWrap::set_pack_version(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VersionWrap_set_pack_version_m630163BB82E2DB08DBCAFAB3CE64BC8763094D27_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// object o = null;
|
|
V_0 = NULL;
|
|
}
|
|
|
|
IL_0002:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// o = ToLua.ToObject(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
// Version obj = (Version)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_4 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_4)));
|
|
// obj.pack_version = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)));
|
|
Version_set_pack_version_m9BBF28B227A273657A60497238209E55A1AB1D1B(((Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE *)CastclassClass((RuntimeObject*)L_2, Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0034;
|
|
} // 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_0023;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0023:
|
|
{ // begin catch(System.Exception)
|
|
// catch(Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index pack_version on a nil value");
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_3;
|
|
RuntimeObject * L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralCB997DA38353759B11ECF8EF86B8A68534FFA669, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_2;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void VersionWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionWrap__ctor_m65F55274559742AD2CF88B073833AC87C43C32E0 (VersionWrap_t5B285A03505E0CC5237D013A84989E506C8E9D8D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Voice::BeginRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice_BeginRecord_mF1A695F3C1663904D51EDB943C3FED602D1229F4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Voice_BeginRecord_mF1A695F3C1663904D51EDB943C3FED602D1229F4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Microphone.End(null);
|
|
Microphone_End_m2E3D0E4890AE014AF687987F6160CA3D5ACDC29F((String_t*)NULL, /*hidden argument*/NULL);
|
|
// _clip = Microphone.Start(null, false, 20, SamplingRate);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_0 = Microphone_Start_mF756A7EBA3E62EF0D138A220482B725D16E96047((String_t*)NULL, (bool)0, ((int32_t)20), ((int32_t)8000), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set__clip_3(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Voice::EndRecord(System.String,System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Voice_EndRecord_m05643691C67BC861CD87126BE03CD6271ACB8C95 (String_t* ___desk0, String_t* ___userid1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Voice_EndRecord_m05643691C67BC861CD87126BE03CD6271ACB8C95_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
String_t* V_7 = NULL;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_10 = NULL;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_11 = NULL;
|
|
{
|
|
// int lastPos = Microphone.GetPosition(null);
|
|
int32_t L_0 = Microphone_GetPosition_m1C177D77958EB1BBADE1EEBB721428059B14A7FF((String_t*)NULL, /*hidden argument*/NULL);
|
|
V_1 = L_0;
|
|
// if (Microphone.IsRecording(null))
|
|
bool L_1 = Microphone_IsRecording_m2E3373AD36865B7261BBA5E9140271A08E0FA004((String_t*)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// audioLength = lastPos / SamplingRate;
|
|
int32_t L_2 = V_1;
|
|
V_0 = ((int32_t)((int32_t)L_2/(int32_t)((int32_t)8000)));
|
|
// }
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// audioLength = 10;
|
|
V_0 = ((int32_t)10);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var pos = Microphone.GetPosition(null);
|
|
int32_t L_3 = Microphone_GetPosition_m1C177D77958EB1BBADE1EEBB721428059B14A7FF((String_t*)NULL, /*hidden argument*/NULL);
|
|
V_2 = L_3;
|
|
// Microphone.End(null);
|
|
Microphone_End_m2E3D0E4890AE014AF687987F6160CA3D5ACDC29F((String_t*)NULL, /*hidden argument*/NULL);
|
|
// if (audioLength < 1.0f)
|
|
int32_t L_4 = V_0;
|
|
if ((!(((float)(((float)((float)L_4)))) < ((float)(1.0f)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// _clip = null;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set__clip_3((AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// var samples = new float[pos];
|
|
int32_t L_5 = V_2;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_6 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)L_5);
|
|
V_3 = L_6;
|
|
// _clip.GetData(samples, 0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_7 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get__clip_3();
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_8 = V_3;
|
|
NullCheck(L_7);
|
|
AudioClip_GetData_m8150E67D6068CAA88BE4155CB5924B2359272EE0(L_7, L_8, 0, /*hidden argument*/NULL);
|
|
// var mfilename = string.Concat(DateTime.Now.Ticks + UnityEngine.Random.Range(100, 999), desk, userid);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
V_8 = L_9;
|
|
int64_t L_10 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_8), /*hidden argument*/NULL);
|
|
int32_t L_11 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(((int32_t)100), ((int32_t)999), /*hidden argument*/NULL);
|
|
int64_t L_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)(((int64_t)((int64_t)L_11)))));
|
|
RuntimeObject * L_13 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_12);
|
|
String_t* L_14 = ___desk0;
|
|
String_t* L_15 = ___userid1;
|
|
String_t* L_16 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
V_4 = L_16;
|
|
// var bytes = new byte[samples.Length * 2];
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_17 = V_3;
|
|
NullCheck(L_17);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), (int32_t)2)));
|
|
V_5 = L_18;
|
|
// int rescaleFactor = 32767; //to convert float to Int16
|
|
V_6 = ((int32_t)32767);
|
|
// for (int i = 0; i < samples.Length; i++)
|
|
V_9 = 0;
|
|
goto IL_00be;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// short temshort = (short)(samples[i] * rescaleFactor);
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_19 = V_3;
|
|
int32_t L_20 = V_9;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
float L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
int32_t L_23 = V_6;
|
|
// byte[] temdata = BitConverter.GetBytes(temshort);
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = BitConverter_GetBytes_mB7DFC7C4705F916C40527A87C9AA6D0EABC23512((((int16_t)((int16_t)((float)il2cpp_codegen_multiply((float)L_22, (float)(((float)((float)L_23)))))))), /*hidden argument*/NULL);
|
|
V_10 = L_24;
|
|
// bytes[i * 2] = temdata[0];
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_5;
|
|
int32_t L_26 = V_9;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_10;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = 0;
|
|
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2))), (uint8_t)L_29);
|
|
// bytes[i * 2 + 1] = temdata[1];
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_5;
|
|
int32_t L_31 = V_9;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_10;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = 1;
|
|
uint8_t L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
|
|
NullCheck(L_30);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2)), (int32_t)1))), (uint8_t)L_34);
|
|
// for (int i = 0; i < samples.Length; i++)
|
|
int32_t L_35 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
// for (int i = 0; i < samples.Length; i++)
|
|
int32_t L_36 = V_9;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_37 = V_3;
|
|
NullCheck(L_37);
|
|
if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
// string url = null;
|
|
V_7 = (String_t*)NULL;
|
|
// cacheRecordUrlMap.TryGetValue(userid, out url);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_38 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_cacheRecordUrlMap_4();
|
|
String_t* L_39 = ___userid1;
|
|
NullCheck(L_38);
|
|
Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_38, L_39, (String_t**)(&V_7), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
|
|
// if (url != mfilename)
|
|
String_t* L_40 = V_7;
|
|
String_t* L_41 = V_4;
|
|
bool L_42 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_40, L_41, /*hidden argument*/NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
// if (!string.IsNullOrEmpty(url))
|
|
String_t* L_43 = V_7;
|
|
bool L_44 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_43, /*hidden argument*/NULL);
|
|
if (L_44)
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
// cacheRecordClipMap.Remove(url);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * L_45 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_cacheRecordClipMap_5();
|
|
String_t* L_46 = V_7;
|
|
NullCheck(L_45);
|
|
Dictionary_2_Remove_mC1F4623B421B6C4AFE5C46877C88FE82AD144A3B(L_45, L_46, /*hidden argument*/Dictionary_2_Remove_mC1F4623B421B6C4AFE5C46877C88FE82AD144A3B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// AudioClip clip = AudioClip.Create(mfilename, samples.Length, 1, SamplingRate, false);
|
|
String_t* L_47 = V_4;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_48 = V_3;
|
|
NullCheck(L_48);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_49 = AudioClip_Create_m76744E6CF5A521F79D0282A6FBEAAC37FE9C0BF5(L_47, (((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))), 1, ((int32_t)8000), (bool)0, /*hidden argument*/NULL);
|
|
V_11 = L_49;
|
|
// clip.SetData(samples, 0);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_50 = V_11;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_51 = V_3;
|
|
NullCheck(L_50);
|
|
AudioClip_SetData_m7B400A0E491EDFE98D3A732D189443846E74CD6C(L_50, L_51, 0, /*hidden argument*/NULL);
|
|
// cacheRecordClipMap[mfilename] = clip;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * L_52 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_cacheRecordClipMap_5();
|
|
String_t* L_53 = V_4;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_54 = V_11;
|
|
NullCheck(L_52);
|
|
Dictionary_2_set_Item_mC3514D35661552F7E0D3D3258F1FC68A1F3A84D4(L_52, L_53, L_54, /*hidden argument*/Dictionary_2_set_Item_mC3514D35661552F7E0D3D3258F1FC68A1F3A84D4_RuntimeMethod_var);
|
|
// cacheRecordUrlMap[userid] = mfilename;
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_55 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_cacheRecordUrlMap_4();
|
|
String_t* L_56 = ___userid1;
|
|
String_t* L_57 = V_4;
|
|
NullCheck(L_55);
|
|
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_55, L_56, L_57, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
// _clip = null;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set__clip_3((AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)NULL);
|
|
// GameApplication.Instance.StartCoroutine(UpLoad(bytes, mfilename, callback));
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_58 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_5;
|
|
String_t* L_60 = V_4;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_61 = ___callback2;
|
|
RuntimeObject* L_62 = Voice_UpLoad_m41D45DBBE6A703013A901C6293557C0857CD4811(L_59, L_60, L_61, /*hidden argument*/NULL);
|
|
NullCheck(L_58);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_58, L_62, /*hidden argument*/NULL);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Voice::UpLoad(System.Byte[],System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Voice_UpLoad_m41D45DBBE6A703013A901C6293557C0857CD4811 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, String_t* ___filename1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Voice_UpLoad_m41D45DBBE6A703013A901C6293557C0857CD4811_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * L_0 = (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 *)il2cpp_codegen_object_new(U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25_il2cpp_TypeInfo_var);
|
|
U3CUpLoadU3Ed__8__ctor_m5593A6E32D3EBC9AA3E8F2FD8A25253F06C91351(L_0, 0, /*hidden argument*/NULL);
|
|
U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * L_1 = L_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___data0;
|
|
NullCheck(L_1);
|
|
L_1->set_data_2(L_2);
|
|
U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * L_3 = L_1;
|
|
String_t* L_4 = ___filename1;
|
|
NullCheck(L_3);
|
|
L_3->set_filename_3(L_4);
|
|
U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * L_5 = L_3;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ___callback2;
|
|
NullCheck(L_5);
|
|
L_5->set_callback_4(L_6);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void Voice::CrealRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice_CrealRecord_m19013DB1747A29D41F9CB44C668897FF1F98C61C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Voice_CrealRecord_m19013DB1747A29D41F9CB44C668897FF1F98C61C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_clip != null)
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_0 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get__clip_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// _clip.UnloadAudioData();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_2 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get__clip_3();
|
|
NullCheck(L_2);
|
|
AudioClip_UnloadAudioData_mE75A7CDF01DCF9905E285468DDEA7646623B084A(L_2, /*hidden argument*/NULL);
|
|
// _clip = null;
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set__clip_3((AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// cacheRecordUrlMap.Clear();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_cacheRecordUrlMap_4();
|
|
NullCheck(L_3);
|
|
Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF(L_3, /*hidden argument*/Dictionary_2_Clear_mF05546858A2901326140AC7E07355845F5359DFF_RuntimeMethod_var);
|
|
// cacheRecordClipMap.Clear();
|
|
Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * L_4 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_cacheRecordClipMap_5();
|
|
NullCheck(L_4);
|
|
Dictionary_2_Clear_m3B956AB9F681AC20CED50779DCE2415ADFCCBF55(L_4, /*hidden argument*/Dictionary_2_Clear_m3B956AB9F681AC20CED50779DCE2415ADFCCBF55_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Voice::DownLoad(System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice_DownLoad_mE6B16CA11D91B1B177A4F3D385DC9BCD3A0D709E (String_t* ___url0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Voice_DownLoad_mE6B16CA11D91B1B177A4F3D385DC9BCD3A0D709E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_0 = NULL;
|
|
{
|
|
// AudioClip clip = null;
|
|
V_0 = (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)NULL;
|
|
// cacheRecordClipMap.TryGetValue(url, out clip);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * L_0 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_cacheRecordClipMap_5();
|
|
String_t* L_1 = ___url0;
|
|
NullCheck(L_0);
|
|
Dictionary_2_TryGetValue_m292557C906642D06BCE92ECD61FE1ABF1E174F2A(L_0, L_1, (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m292557C906642D06BCE92ECD61FE1ABF1E174F2A_RuntimeMethod_var);
|
|
// if (clip != null)
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_2 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// if (callback != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___callback1;
|
|
bool L_5 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_4, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// callback.Call(clip);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ___callback1;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_7 = V_0;
|
|
NullCheck(L_6);
|
|
LuaFunction_Call_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m3E435ABD34E0E6955DC43550A5AB6BE3DDED10A8(L_6, L_7, /*hidden argument*/LuaFunction_Call_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m3E435ABD34E0E6955DC43550A5AB6BE3DDED10A8_RuntimeMethod_var);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___callback1;
|
|
NullCheck(L_8);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_8);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// GameApplication.Instance.StartCoroutine(DownloadVoice(url, callback));
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_9 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
String_t* L_10 = ___url0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_11 = ___callback1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_12 = Voice_DownloadVoice_m5C72F3C2264A10EFFE5F59F5D0354B4E44786ED6(L_10, L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_9, L_12, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator Voice::DownloadVoice(System.String,LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Voice_DownloadVoice_m5C72F3C2264A10EFFE5F59F5D0354B4E44786ED6 (String_t* ___url0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Voice_DownloadVoice_m5C72F3C2264A10EFFE5F59F5D0354B4E44786ED6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * L_0 = (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 *)il2cpp_codegen_object_new(U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5_il2cpp_TypeInfo_var);
|
|
U3CDownloadVoiceU3Ed__11__ctor_m8C47BB55BBD85C6207F65B09E44F3FA0023FA7AB(L_0, 0, /*hidden argument*/NULL);
|
|
U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * L_1 = L_0;
|
|
String_t* L_2 = ___url0;
|
|
NullCheck(L_1);
|
|
L_1->set_url_2(L_2);
|
|
U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * L_3 = L_1;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___callback1;
|
|
NullCheck(L_3);
|
|
L_3->set_callback_3(L_4);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void Voice::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Voice__cctor_mE5865FEAA97D03F253595FD992774AE4B37B43DB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Voice__cctor_mE5865FEAA97D03F253595FD992774AE4B37B43DB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// static Dictionary<string, string> cacheRecordUrlMap = new Dictionary<string, string>();
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_0, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set_cacheRecordUrlMap_4(L_0);
|
|
// static Dictionary<string, AudioClip> cacheRecordClipMap = new Dictionary<string, AudioClip>();
|
|
Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 * L_1 = (Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6 *)il2cpp_codegen_object_new(Dictionary_2_tBC4ABC1740BC695EC6AE67BA579E0743A89373D6_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m1EA136DFA4635D096E26B0186AFAEC96D8222121(L_1, /*hidden argument*/Dictionary_2__ctor_m1EA136DFA4635D096E26B0186AFAEC96D8222121_RuntimeMethod_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set_cacheRecordClipMap_5(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Voice_<DownloadVoice>d__11::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownloadVoiceU3Ed__11__ctor_m8C47BB55BBD85C6207F65B09E44F3FA0023FA7AB (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Voice_<DownloadVoice>d__11::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownloadVoiceU3Ed__11_System_IDisposable_Dispose_m6FD2C563804DC3F8E0C37DD86ABBA08CF523A3E6 (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Voice_<DownloadVoice>d__11::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDownloadVoiceU3Ed__11_MoveNext_m2483EAC9DC1AF038DCC856EAC183B37DE5B0762D (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CDownloadVoiceU3Ed__11_MoveNext_m2483EAC9DC1AF038DCC856EAC183B37DE5B0762D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_3 = NULL;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* V_4 = NULL;
|
|
float V_5 = 0.0f;
|
|
int32_t V_6 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// string murl = VoiceDownload + url;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_VoiceDownload_2();
|
|
String_t* L_4 = __this->get_url_2();
|
|
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_3, L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// WWW www = new WWW(murl);
|
|
String_t* L_6 = V_1;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_7 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_m855BBB40089401B7BE6DE7A19FAD81EB070A2196(L_7, L_6, /*hidden argument*/NULL);
|
|
__this->set_U3CwwwU3E5__2_4(L_7);
|
|
// yield return www;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_8 = __this->get_U3CwwwU3E5__2_4();
|
|
__this->set_U3CU3E2__current_1(L_8);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// if (string.IsNullOrEmpty(www.error))
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_9 = __this->get_U3CwwwU3E5__2_4();
|
|
NullCheck(L_9);
|
|
String_t* L_10 = WWW_get_error_mED42EEAAE7847167CCEEFF2098563F78A79F8C2A(L_9, /*hidden argument*/NULL);
|
|
bool L_11 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
// var data = www.bytes;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_12 = __this->get_U3CwwwU3E5__2_4();
|
|
NullCheck(L_12);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = WWW_get_bytes_m9C9B2E62AC6733A39EDBF61E5C751438EC41126C(L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
// data = BestHTTP.Decompression.Zlib.DeflateStream.UncompressBuffer(data);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = DeflateStream_UncompressBuffer_m2B10544E29A21BA195F7A70E39E5C5EBA80CEF4F(L_14, /*hidden argument*/NULL);
|
|
V_2 = L_15;
|
|
// AudioClip clip = AudioClip.Create(url, data.Length / 2, 1, SamplingRate, false);
|
|
String_t* L_16 = __this->get_url_2();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_18 = AudioClip_Create_m76744E6CF5A521F79D0282A6FBEAAC37FE9C0BF5(L_16, ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))/(int32_t)2)), 1, ((int32_t)8000), (bool)0, /*hidden argument*/NULL);
|
|
V_3 = L_18;
|
|
// float[] samples = new float[data.Length / 2];
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_20 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))/(int32_t)2)));
|
|
V_4 = L_20;
|
|
// float rescaleFactor = 32767;
|
|
V_5 = (32767.0f);
|
|
// for (int i = 0; i < samples.Length; i++)
|
|
V_6 = 0;
|
|
goto IL_00c1;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
// samples[i] = BitConverter.ToInt16(data, i * 2) / rescaleFactor;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_21 = V_4;
|
|
int32_t L_22 = V_6;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_2;
|
|
int32_t L_24 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
int16_t L_25 = BitConverter_ToInt16_mBFC7B476188DF611E2B21C89693258F6A4969CEA(L_23, ((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)2)), /*hidden argument*/NULL);
|
|
float L_26 = V_5;
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (float)((float)((float)(((float)((float)L_25)))/(float)L_26)));
|
|
// for (int i = 0; i < samples.Length; i++)
|
|
int32_t L_27 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
// for (int i = 0; i < samples.Length; i++)
|
|
int32_t L_28 = V_6;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_29 = V_4;
|
|
NullCheck(L_29);
|
|
if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
// clip.SetData(samples, 0);
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_30 = V_3;
|
|
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_31 = V_4;
|
|
NullCheck(L_30);
|
|
AudioClip_SetData_m7B400A0E491EDFE98D3A732D189443846E74CD6C(L_30, L_31, 0, /*hidden argument*/NULL);
|
|
// clip.name = url;
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_32 = V_3;
|
|
String_t* L_33 = __this->get_url_2();
|
|
NullCheck(L_32);
|
|
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_32, L_33, /*hidden argument*/NULL);
|
|
// if (callback != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_34 = __this->get_callback_3();
|
|
bool L_35 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_34, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
// callback.Call(clip);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_36 = __this->get_callback_3();
|
|
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_37 = V_3;
|
|
NullCheck(L_36);
|
|
LuaFunction_Call_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m3E435ABD34E0E6955DC43550A5AB6BE3DDED10A8(L_36, L_37, /*hidden argument*/LuaFunction_Call_TisAudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_m3E435ABD34E0E6955DC43550A5AB6BE3DDED10A8_RuntimeMethod_var);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_38 = __this->get_callback_3();
|
|
NullCheck(L_38);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_38);
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Voice_<DownloadVoice>d__11::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDownloadVoiceU3Ed__11_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m221BA1E5C7B628FAFE6A7E27D73F8CADAF2BCC47 (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Voice_<DownloadVoice>d__11::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDownloadVoiceU3Ed__11_System_Collections_IEnumerator_Reset_mC42F7E527428A82BDC3A015183680617CE527A52 (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CDownloadVoiceU3Ed__11_System_Collections_IEnumerator_Reset_mC42F7E527428A82BDC3A015183680617CE527A52_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CDownloadVoiceU3Ed__11_System_Collections_IEnumerator_Reset_mC42F7E527428A82BDC3A015183680617CE527A52_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object Voice_<DownloadVoice>d__11::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDownloadVoiceU3Ed__11_System_Collections_IEnumerator_get_Current_mE5F68AB659D8BBEAB42904757D80E26A80B82668 (U3CDownloadVoiceU3Ed__11_t9881EF495224B45DFE4A2C9B451A42DD08F337A5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void Voice_<UpLoad>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpLoadU3Ed__8__ctor_m5593A6E32D3EBC9AA3E8F2FD8A25253F06C91351 (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void Voice_<UpLoad>d__8::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpLoadU3Ed__8_System_IDisposable_Dispose_m9F4CED5E5A79CA0E425C6B45D7E75D4B90238705 (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean Voice_<UpLoad>d__8::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CUpLoadU3Ed__8_MoveNext_mD73F303B3AEDB6E8D83F8D2124EA34D624F19194 (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CUpLoadU3Ed__8_MoveNext_mD73F303B3AEDB6E8D83F8D2124EA34D624F19194_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
|
|
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * V_2 = NULL;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * V_3 = NULL;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// var cdata = BestHTTP.Decompression.Zlib.DeflateStream.CompressBuffer(data);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_data_2();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = DeflateStream_CompressBuffer_mF7A43505E3181B3C846720BBD6EB711A6A282D94(L_3, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// WWWForm form = new WWWForm();
|
|
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_5 = (WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 *)il2cpp_codegen_object_new(WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24_il2cpp_TypeInfo_var);
|
|
WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695(L_5, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
// form.AddField("name", filename);
|
|
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_6 = V_2;
|
|
String_t* L_7 = __this->get_filename_3();
|
|
NullCheck(L_6);
|
|
WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8(L_6, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_7, /*hidden argument*/NULL);
|
|
// form.AddBinaryData("post", cdata, filename);
|
|
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_8 = V_2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_1;
|
|
String_t* L_10 = __this->get_filename_3();
|
|
NullCheck(L_8);
|
|
WWWForm_AddBinaryData_mDC01404EEF71794A04210CA2696C11CB81FCF30F(L_8, _stringLiteral9B466094EC991A03CB95C489C19C4D75635F0AE5, L_9, L_10, /*hidden argument*/NULL);
|
|
// WWW www = new WWW(Voice.VoiceUpload, form);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
String_t* L_11 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_VoiceUpload_1();
|
|
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_12 = V_2;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_13 = (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 *)il2cpp_codegen_object_new(WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664_il2cpp_TypeInfo_var);
|
|
WWW__ctor_mCD26DA4AF4D023C128F1E031AC85A0557B98E6BF(L_13, L_11, L_12, /*hidden argument*/NULL);
|
|
V_3 = L_13;
|
|
// yield return www;
|
|
WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * L_14 = V_3;
|
|
__this->set_U3CU3E2__current_1(L_14);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// if (callback != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = __this->get_callback_4();
|
|
bool L_16 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_15, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
// callback.Call(filename);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_17 = __this->get_callback_4();
|
|
String_t* L_18 = __this->get_filename_3();
|
|
NullCheck(L_17);
|
|
LuaFunction_Call_TisString_t_mF65E37FED5404F2E27CBF2564768EA8ED68A72C9(L_17, L_18, /*hidden argument*/LuaFunction_Call_TisString_t_mF65E37FED5404F2E27CBF2564768EA8ED68A72C9_RuntimeMethod_var);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_19 = __this->get_callback_4();
|
|
NullCheck(L_19);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_19);
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object Voice_<UpLoad>d__8::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CUpLoadU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mFC3C93864A6285D386837894FC33228A95A7BA40 (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void Voice_<UpLoad>d__8::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpLoadU3Ed__8_System_Collections_IEnumerator_Reset_mF1F439B3661DC8DAB01FF7748CACEB755FFC09DC (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CUpLoadU3Ed__8_System_Collections_IEnumerator_Reset_mF1F439B3661DC8DAB01FF7748CACEB755FFC09DC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CUpLoadU3Ed__8_System_Collections_IEnumerator_Reset_mF1F439B3661DC8DAB01FF7748CACEB755FFC09DC_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object Voice_<UpLoad>d__8::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CUpLoadU3Ed__8_System_Collections_IEnumerator_get_Current_m7F26D947FA577148AAEFFF6564820504FB269BF3 (U3CUpLoadU3Ed__8_t8555B9336FB17C6B86219661683D8E0F756E9D25 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void VoiceWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoiceWrap_Register_m49E201E4553B04B58E9DB398449B279991EFAAE5 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_Register_m49E201E4553B04B58E9DB398449B279991EFAAE5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginStaticLibs("Voice");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C(L_0, _stringLiteral3091C8446F8D3A942BEF5CF971F537E62FDEFAB8, /*hidden argument*/NULL);
|
|
// L.RegFunction("BeginRecord", BeginRecord);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_2, NULL, (intptr_t)((intptr_t)VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteralB7A01E1BB796B7A4F3CBD8FBD73CE07246BEABA6, L_2, /*hidden argument*/NULL);
|
|
// L.RegFunction("EndRecord", EndRecord);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_4 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_4, NULL, (intptr_t)((intptr_t)VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_3, _stringLiteral1E767948D925FBF6D63F0A3ADF6CAE0852B7B380, L_4, /*hidden argument*/NULL);
|
|
// L.RegFunction("CrealRecord", CrealRecord);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral0B1D92A4066140CA196FE02C7367175C189014E3, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("DownLoad", DownLoad);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral6164B10B93DB61180D6396CE9539D1549300E335, L_8, /*hidden argument*/NULL);
|
|
// L.RegConstant("SamplingRate", 8000);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
NullCheck(L_9);
|
|
LuaState_RegConstant_m0BA9418759AF0605B2753EC8FBE24CB461FD4DC0(L_9, _stringLiteral69E09136A533B9EBD78AF5A5A99FEC9ED4412EE5, (8000.0), /*hidden argument*/NULL);
|
|
// L.RegVar("VoiceUpload", get_VoiceUpload, set_VoiceUpload);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_11 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_11, NULL, (intptr_t)((intptr_t)VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_10, _stringLiteralFFBF784C5C092954D0F88929BAA2196A154EB32B, L_11, L_12, /*hidden argument*/NULL);
|
|
// L.RegVar("VoiceDownload", get_VoiceDownload, set_VoiceDownload);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_13 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_14 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_14, NULL, (intptr_t)((intptr_t)VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_15 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_15, NULL, (intptr_t)((intptr_t)VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_13, _stringLiteral28BAF64095A5716BAC42E3F424154357A8FB6CEE, L_14, L_15, /*hidden argument*/NULL);
|
|
// L.EndStaticLibs();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_16 = ___L0;
|
|
NullCheck(L_16);
|
|
LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6(L_16, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::BeginRecord(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_BeginRecord_m39F90DAC7FE485EB06E6A1342DF36A2E6D31BB05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 0);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
|
|
// Voice.BeginRecord();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Voice_BeginRecord_mF1A695F3C1663904D51EDB943C3FED602D1229F4(/*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_1 = ___L0;
|
|
Exception_t * L_2 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::EndRecord(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_EndRecord_m4950D8E7344BBE3D3E21D652D8B78E1368D9C236_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_1 = NULL;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 3);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 3, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// string arg1 = ToLua.CheckString(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
String_t* L_4 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// LuaFunction arg2 = ToLua.CheckLuaFunction(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// bool o = Voice.EndRecord(arg0, arg1, arg2);
|
|
String_t* L_7 = V_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
bool L_9 = Voice_EndRecord_m05643691C67BC861CD87126BE03CD6271ACB8C95(L_2, L_7, L_8, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_10 = ___L0;
|
|
bool L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_003e;
|
|
} // 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_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_12 = ___L0;
|
|
Exception_t * L_13 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_14 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_12, L_13, /*hidden argument*/NULL);
|
|
V_3 = L_14;
|
|
goto IL_003e;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003e:
|
|
{
|
|
// }
|
|
int32_t L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::CrealRecord(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_CrealRecord_m0FAEABBD1375A383BBB999FA1EFDD6D0EE160995_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 0);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 0, /*hidden argument*/NULL);
|
|
// Voice.CrealRecord();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Voice_CrealRecord_m19013DB1747A29D41F9CB44C668897FF1F98C61C(/*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_1 = ___L0;
|
|
Exception_t * L_2 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::DownLoad(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_DownLoad_m5D4AB3CE0493E3F035AE5963DBB091AE27F66F0C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Exception_t * V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
String_t* L_2 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// LuaFunction arg1 = ToLua.CheckLuaFunction(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// Voice.DownLoad(arg0, arg1);
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
Voice_DownLoad_mE6B16CA11D91B1B177A4F3D385DC9BCD3A0D709E(L_2, L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_002b;
|
|
} // 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_0020;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0020:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_6 = ___L0;
|
|
Exception_t * L_7 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_002b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002b:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::get_VoiceUpload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_get_VoiceUpload_m940CCE149B7CEF382BF600CE561B581389A352BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushstring(L, Voice.VoiceUpload);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_VoiceUpload_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::get_VoiceDownload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_get_VoiceDownload_m451A171B2AA4070704C8766FCD146571C99670AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// LuaDLL.lua_pushstring(L, Voice.VoiceDownload);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = ((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->get_VoiceDownload_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((intptr_t)L_0, L_1, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_001a;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::set_VoiceUpload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_set_VoiceUpload_m4C88436F882A49AFD2AFBA956C980AD552DFB3DA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// Voice.VoiceUpload = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set_VoiceUpload_1(L_1);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 VoiceWrap::set_VoiceDownload(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VoiceWrap_set_VoiceDownload_mBE1B0D0ABB9244D5C4C1BA817A58676EE4F144C2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_0, 2, /*hidden argument*/NULL);
|
|
// Voice.VoiceDownload = arg0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var);
|
|
((Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_StaticFields*)il2cpp_codegen_static_fields_for(Voice_t4921943354AE75D4FB19411B3D8D14D84355BBDB_il2cpp_TypeInfo_var))->set_VoiceDownload_2(L_1);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_001b;
|
|
} // 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_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_2 = ___L0;
|
|
Exception_t * L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
// }
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void VoiceWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoiceWrap__ctor_m182782BB5789C6675A8CD039EEFF08CDE28C98FA (VoiceWrap_tF54A8FC123EFE0D1B854B331002F51E0FA3E05C8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t WWW_get_threadPriority_m3E46CCF178741CD4234B3DCA1D87D1613B5B16E5_inline (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_U3CthreadPriorityU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WWW_set_threadPriority_m17652E0A8533314986B1C443CD114ECDAFA1DAFA_inline (WWW_tA50AFB5DE276783409B4CE88FE9B772322EE5664 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set_U3CthreadPriorityU3Ek__BackingField_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57E_inline (VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (VerCheck_set_Instance_mA405C4AB86D812F813E3655539DB8024EDD2F57EAssemblyU2DCSharp25_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static VerCheck Instance { get; private set; }
|
|
VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7 * L_0 = ___value0;
|
|
((VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_StaticFields*)il2cpp_codegen_static_fields_for(VerCheck_t5A404F6D6DA95CA9DF06B8B98703751702CF83C7_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return _width;
|
|
float L_0 = __this->get__width_61();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GameApplication_set_GameInfo_m1BD01E21E1AA618F51CC2233189260A80C212EDD_inline (GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string GameInfo { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CGameInfoU3Ek__BackingField_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_max_version_mC7A6330690467271F2D0137BC97E6FFB9784F7F8_inline (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _max_version; }
|
|
int32_t L_0 = __this->get__max_version_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_min_version_mE780726012461A5BB24C8A47A01558E945D750ED_inline (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _min_version; }
|
|
int32_t L_0 = __this->get__min_version_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_AssetName_mA74E341F0EC448E3C88DD1A7F91F49271C2729D8_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string AssetName { get; set; }
|
|
String_t* L_0 = ___value0;
|
|
__this->set_U3CAssetNameU3Ek__BackingField_11(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_set_HideDetail_m85E9EAAAD48E74078A705B7D6B10D05AA051E8BB_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool HideDetail { get; set; }
|
|
bool L_0 = ___value0;
|
|
__this->set_U3CHideDetailU3Ek__BackingField_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Hotupdate_SetTipCallback_m0EE97BF224F651F2A8252E07F0C469184A4F67A4_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ___callback0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this._tip_callback = callback;
|
|
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_0 = ___callback0;
|
|
__this->set__tip_callback_13(L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Hotupdate_get_Progress_m74625CBCE1D3731A5885BA077AA9CD84858F0997_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
float L_0 = __this->get_U3CProgressU3Ek__BackingField_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Hotupdate_get_TextTip_m2709ACDCAAA7B501A1D5899DC662EA6F3FE09866_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string TextTip { get; set; }
|
|
String_t* L_0 = __this->get_U3CTextTipU3Ek__BackingField_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Hotupdate_get_Done_m285C01BF8BACE227F7C8468370FD08E28D334842_inline (Hotupdate_t30B6F0AE4E68CBAC07F73D87FA1E159E911762FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get;set;
|
|
bool L_0 = __this->get_U3CDoneU3Ek__BackingField_15();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_pack_version_m8EF0D0E38D900D79CB18CC1ED59ABFA2C786CE4D_inline (Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get { return _pack_version; }
|
|
int32_t L_0 = __this->get__pack_version_2();
|
|
return L_0;
|
|
}
|
|
}
|