44281 lines
2.3 MiB
44281 lines
2.3 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, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
|
|
struct VirtFuncInvoker8
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, 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 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);
|
|
}
|
|
};
|
|
|
|
// 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.EventCallback1
|
|
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7;
|
|
// FairyGUI.EventListener
|
|
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
|
|
// FairyGUI.GButton
|
|
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942;
|
|
// FairyGUI.GComponent
|
|
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
|
|
// FairyGUI.GGraph
|
|
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
|
|
// FairyGUI.GGroup
|
|
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
|
|
// FairyGUI.GList
|
|
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38;
|
|
// FairyGUI.GObject
|
|
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
|
|
// FairyGUI.GObjectPool
|
|
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17;
|
|
// FairyGUI.GRoot
|
|
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
|
|
// FairyGUI.GTextField
|
|
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058;
|
|
// FairyGUI.GearBase[]
|
|
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
|
|
// FairyGUI.InputEvent
|
|
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
|
|
// FairyGUI.ListItemProvider
|
|
struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1;
|
|
// FairyGUI.ListItemRenderer
|
|
struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9;
|
|
// FairyGUI.NAudioClip
|
|
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
|
|
// FairyGUI.PackageItem
|
|
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
|
|
// FairyGUI.PageOption
|
|
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3;
|
|
// FairyGUI.Relations
|
|
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
|
|
// FairyGUI.ScrollPane
|
|
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
|
|
// FairyGUI.TextField
|
|
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D;
|
|
// FairyGUI.UIPackage
|
|
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
|
|
// 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;
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
|
|
// System.Action`2<System.IntPtr,System.Int32Enum>
|
|
struct Action_2_tFF388D1BE1AC4C4DBF1D06C0BC2E6D928C85C446;
|
|
// System.Action`2<System.IntPtr,System.RuntimeTypeHandle>
|
|
struct Action_2_tF1521BFA532454CDDFD1188C106F85CBBCA28558;
|
|
// System.Action`2<System.IntPtr,UnityEngine.AnimationBlendMode>
|
|
struct Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96;
|
|
// System.Action`2<System.IntPtr,UnityEngine.MatchTargetWeightMask>
|
|
struct Action_2_tACB6DCB527C74D47643AA93CE287CC9E928A9D8A;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
|
|
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
|
|
// 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.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.Globalization.CultureInfo>
|
|
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
|
|
// 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.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.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.GList/ItemInfo>
|
|
struct List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991;
|
|
// 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.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
|
|
// System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>
|
|
struct List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B;
|
|
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
|
|
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// 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,System.RuntimeTypeHandle>
|
|
struct Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AnimationBlendMode>
|
|
struct Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65;
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>
|
|
struct Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Reflection.Assembly
|
|
struct Assembly_t;
|
|
// System.Reflection.Assembly/ResolveEventHolder
|
|
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.ConstructorInfo
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Reflection.MethodInfo[]
|
|
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B;
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
|
|
// System.Reflection.TypeFilter
|
|
struct TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18;
|
|
// System.Runtime.InteropServices.StructLayoutAttribute
|
|
struct StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
|
|
// System.String
|
|
struct String_t;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// System_TypeWrap
|
|
struct System_TypeWrap_t962FB6CC96F9DB6CD25ACCD9E3786DBA1ACA3614;
|
|
// TakeScreenShot/<CheckFile>d__8
|
|
struct U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20;
|
|
// TakeScreenShotWrap
|
|
struct TakeScreenShotWrap_tC1A8365093FE84B7695C58620D7226823975465B;
|
|
// TestConsole
|
|
struct TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843;
|
|
// UnityEngine.Animation
|
|
struct Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C;
|
|
// UnityEngine.AnimationClip
|
|
struct AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE;
|
|
// UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C;
|
|
// UnityEngine.AnimationEvent
|
|
struct AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F;
|
|
// UnityEngine.AnimationEvent[]
|
|
struct AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824;
|
|
// UnityEngine.AnimationState
|
|
struct AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386;
|
|
// UnityEngine.Animator
|
|
struct Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A;
|
|
// UnityEngine.AnimatorClipInfo[]
|
|
struct AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6;
|
|
// UnityEngine.AnimatorControllerParameter
|
|
struct AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68;
|
|
// UnityEngine.AnimatorControllerParameter[]
|
|
struct AnimatorControllerParameterU5BU5D_t7B886A2A1648ECF218447ED1DE8D241652F863FD;
|
|
// UnityEngine.Application/LogCallback
|
|
struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778;
|
|
// UnityEngine.AudioSource
|
|
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
|
|
// UnityEngine.Avatar
|
|
struct Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B;
|
|
// UnityEngine.Coroutine
|
|
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
|
|
// UnityEngine.RuntimeAnimatorController
|
|
struct RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD;
|
|
// UnityEngine.StateMachineBehaviour
|
|
struct StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C;
|
|
// UnityEngine.StateMachineBehaviour[]
|
|
struct StateMachineBehaviourU5BU5D_tD7944A6A1F662507F17D170ECB320AA56EDEBED3;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
|
|
// UnityEngine.TrackedReference
|
|
struct TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107;
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
|
|
// UnityEngine.WaitForEndOfFrame
|
|
struct WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA;
|
|
// UnityEngine_AnimationBlendModeWrap
|
|
struct UnityEngine_AnimationBlendModeWrap_tBFDFB97E3419A2ADE6584557BCAF0C342B99163E;
|
|
// UnityEngine_AnimationClipWrap
|
|
struct UnityEngine_AnimationClipWrap_t6E1831C5C7850B001A49850BBF5E8AE0106F3C88;
|
|
// UnityEngine_AnimationStateWrap
|
|
struct UnityEngine_AnimationStateWrap_t471518F4897C2CCBB184D5496935451E61DEE2F7;
|
|
// UnityEngine_AnimationWrap
|
|
struct UnityEngine_AnimationWrap_tEF127ED8819EA908E11D1F3F2F849D3178D77AD4;
|
|
// UnityEngine_AnimatorWrap
|
|
struct UnityEngine_AnimatorWrap_t0013E0693E65B3E39C1E65DCED4CE2F2DCE33AA5;
|
|
// Version
|
|
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimationCullingType_tA919F6AFDDBDCB81BED4A3F03448F744A8FECD0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimatorCullingMode_t9E72A730F46CAED8736352678469610F391D22C9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimatorRecorderMode_t01A6A766010DB418514F48BEB2A7CABCFFCB74A8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AnimatorUpdateMode_tDD2D2D131F4E5D2D2A5AF9EFDE368B1C1548EEA0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Binder_t4D5CB06963501D32847C057B57157D6DC49CA759_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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* Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_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* MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041_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* PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_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* TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral001D3749378E4D8584F22B13CC3D2760747DB022;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02FC265672B5CE2DD9E0A8244226E875F61C93D0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03BE2704D48FB42ED05D3954AD3AB557B09086BE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0411F30ABF65105FFB94580ADAE7B7AAD7E27563;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0449E1003DD0CDD92AB163E844540614258E8B38;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral04B1EC04589FEEF67B378ABB47AC8BC1DD9DE8D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral04E3A540DE91904F74A2D61EF7D96B26F0873DEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05EA55B25868A1F7D0991FAC356ABC17370DB32A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral066CAB80B25003D406A57087ECD70D2494796DC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06FC5013C22FC812B6B8AF0BDBFCF4508B3589F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral070960F5C90F4C34EB2D02B420ABA842EB090777;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral071AFA5EBC49498FBB459A1AB1EBF24A2093A190;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07AF705731A9B7340948E7B028868F1547C1EDEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07E70204A51D10AF65C58CD7AB39B14E75AD0805;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral089B0BA8B1E0758ECEBCD291E88238CE548D665D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0995623059B0CD07D7E68DDA021B11A6E6B8CE0F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09B6A6DCD3F6D4A7D3A95BCEAAD67A7F1800272F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09DFFA242237DA7EC2EDCE786137EDE350990486;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A3498B68EBDE7CB71E157CFDF54FF243BE1AAB1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C84B1FD424F2D120608168D87F8395852683252;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0CE45F956CC811B63FD32C3C51AB235D529C012C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0D5514667060C269CB280228F9F6963A9B527A78;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0FEF2B25F7BD060367727EC2BAB9113108E9790F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1070079CA0FF5B8AFB84DA03F629950C2F0BF7FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral107200060670102A8696767B3B85E07FA3A6DC62;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1116A80DC6A5C0A02C4748C1BDF4CAD674E76B73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1146AB87A406AD29995C6E61F7C30D8E7FCA65D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral11D1FB694A4586DAA0A5B9938EA73C568A17B19A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12056EB8B94A23D7DC0499445A7CB94ED8F2D910;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12DB167362B9DE487E9C414F29F8DF2D410C6175;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral143E878EF48971DAEE1DC4E3B67E8AFAB2AC9BBA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14F56BB707978A0CB5758144AAE68ABE4235F5C3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral156C69705F28632404DB060C1C7F057576FE1CBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15DFF0C8070A26AD923389E966430861A5C0D20C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral163313709722AD7AEFE1D71EECEA06F9FCDFEC2D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16A524142A3A057C3140B836B1D0CF26C1FDC337;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16F01AF7B52EBC235D09CC00FCCC5B97B3744BCB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1735B25BFD2C6E11B745FF1234292023B3119ACE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral175D2DD9EEBA819351EB7B18A0CCE113214E57E2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral18E0F8CA37B3184774C3A0C7ED4C3CAF7F2331A3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1BB1E4A77A68DB731ED65DEC0A13094464106091;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C220313FF82AEAAE7186B9D5878AC1832EDF271;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D1BF752165FD94416BD8BB10B7B185280C047C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E63F42890A8C96740B646FF6E645DE698F194C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F0BF77CE1370C2A73A92C5B92E7D43D4CC40404;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F81D9A04AEEF8A11B16FEBAEA7588409C361EFB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral203085480D10CB46FECC301CAE850974E684DDC2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2034B67EE50DBB57EBC048158EDB770096559649;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral204FA44FD107291207F07BB1A3F910B06127F099;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21371E1CCBB5E9C995940FE517AA7538D5D34E5C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2201614815F5FE3537D45D5914C65AFC4CF37C11;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral230289A7076DD60A1E530BA6C8BDFCB8799B1759;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2444710783B2B37D859C39264CE71DEE4F907151;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24BCA4330220EBAECDB11513C10389C5840D1B8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24BF22D69C252331D81F789AEAA66117432F5DE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25C2E7FB9FB294D32EB859848FB6B08091C07964;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral27B2AA61B67A95382F7535CBE00D1F2347AA488F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2850C133C861FB5F1EA4E5EF1C58A299B06C06DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2865F919C4EDFA1EFC88235BF0EE4B196CF80B74;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral288DB716E8E27A81B0ED0B04DBD76B705F4D8753;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29BABD3EDCE3DDE985B44C609BC9A2D62D9236E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A2E27D337AC16AB722B8BFB9281FAA78461CED7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A3CF6BBB6FDDDDBF4811E55EBC686F84245DDAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2AA983AD06FDB2DAC09D7B6232814DA70747E9EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B21835CC27CF5D7F5BF0E1BE88DC4B1F0B2FCE5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B2FCD4DF10666A40EA5A1B4D90803ACD1C84A82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B54976661BFB8831F10E1CC2D15AA08FA826913;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2C0B15F8FBEB21FBBD27FE7EAAA78C63AD3221AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D19798A84A1403B83CF42709D620EC55F957FC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2EBCF29B040D05DC9E4339D31A610595300EC302;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2F247324EFA04A756314C9F34C3455D9456271DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2FB2489C3618EBC7660304267C0C9AF0729DB8F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3041AF635610641997FA60DD278533BB75E6F81D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30A0B3308EE2BDF92CE1EB56532F575241AD6A7C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral31E13A9A01BF2ACFBAEB970CEFEB22FDCE73225D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3257D563E3E245D036A11FFB06788E8D27F53572;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral34BDB6D3043F38A198E63A3C5C04CF46A237817F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3658A9DE1D44002166390598615592178C248F7E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral369BE1D19C5817FC9164A1447E09CF2113C909B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3715AB0BDCB8CA478DBCEEFA388DA17CEDC0B74B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral38343A2D8CE5BD68ED8855A395C2795893CB006C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3878562D4BDAA37D2808352BD42740798B1A446E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral388F7C2253521FC276BAE98B0E113F7F46E43356;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral389E75ADA1058635E7452BDFD5075C6E6EF58FEF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral389F8D9E368C8C3DFD713F3E98340F2E5E9688FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3958129E6A688DDB2DEDE10D9673A21CA40BD44B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3975FE9B64A588BE36B4CF69BC33D1993C78FFEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3AE1885229B5F818B737F7F3D4150CE6C38B08FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B9A48457FE0256756DDC0514E1BB7449BBA951E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3BA48953CB50B9CB03424B0D07505C7FC0F5808F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C7415A66C7118AF8CF5A85C1A4463C346ED7340;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C9E12506D993E342A2A7481CA04766A57129039;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D54973F528B01019A58A52D34D518405A01B891;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D841372572470291878F40DD894DA8CF4F890D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EA3F9802ACCF8817BACD6F3DF46A73B93CCDDEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EA62FD5C5E1F969D0ADFF09D5BF0A7F42CF75CE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3ED6A0C7E59533E1D93F3DE5E3303CCE8B08FBF9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EEF418AA9B1F8E5A986F0094EAD0B759B1B871E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EFA159834BCC530AF75A70A4BA30BED665EE2F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3FEF4F041164AB954371E2305C4B03611345C567;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40440E15797BF228C3E298F9091885032F0EAA82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40B18F6449286F2C7C6AE5A1FA55900F5F4469E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42418EE6A7E5397A1627B5BB664BFCE4A790C7E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42749129907E4E09CDB70141FCF8968D02111F51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4282FDE649CB5B5D1DC298ABC54ADD0540B84240;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42EB8EF03B72828B71541C5FDB3FA2299A43FD7F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44BB6B392F97DFD654534EBD9763A261D623EAA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral45C3E31B5400F474A5271433057D0EA2DAC64C13;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4629915A7A98F53A0C99E1C564CBC9863FADC070;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4664FED627F54C65C5AE688D1CC2D598F4206D38;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral47A3CD3009E094CDAEDE521AC37598CE62531DBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral47B157EB0378114331BC0DDABC76FD1DC1D3000F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral47E0C85F59ECA74565DAF91EFD6D0BA4B27BAB6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral48E0B72257D946FB39595C1DF913AF7D74DDF22B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral49E5BB414541774C93006460D4066B3B84EC0980;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4BFBDFBB9E68149B07ED9CA97ACD859205B93E57;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C4BE1A9008FD3A739FC7B18412F459DF0B858D2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C71536F6A45D35D3D357A092BED7C18525C7E71;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D65C6DA4CAD6B442BA05F62036B45D63D4BCDF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E28CBF796F80379F4DD1B5D0A5650715D6A7DBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E3C5DC11BCD4A3A6A0745DE9722D2FBD7A5C730;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E9A5EFA8F762511F245915C412E94630AA01EBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F4518EDCEAF24AD7F5AD075D074F88B1D9893DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral503DE1C7E0A228C7F15FED76651D2D354C1F8C5D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50E38871A50AF334E00BC1721995CBD4593BF95E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5103AEF7AE63ED19B09A881E444E0A3A6B12FC56;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5255CDCD9839980A00A4E3438BCF2D298F7160B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral526887485EFA1913767CD2DC3C087247C8D21E88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral531F241323776E992B69ADD98012A288BF0B9B1B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5355FBB1BA5C63A4A5110EDE707DB4816FDDF48F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5377ADBB56DA902DB8A1DC7FE4AA893ACE295DCD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53A08B04A9AAD0A52AED2BA1B7B80604866A7F5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53AC1D5B687FDB2655EADADEA7A9A99DF4AE3320;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral550E0C250BD1E98DE086CDF24DDF0BB739568505;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral555E000DE3C0FE29D6A06238F5575C631BF4806E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5620C217C9FDE84BC5D423EDB4D2BD85F3F01211;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56644EB4CA9162855380F66D06E8B321CC154D3C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56806A1FFDDE7EF9980B8850997E6A7523AAF863;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral57703E0FBFC83262405789535C96966010C96EF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral57D198D88850E17F9071B3EB4C109F6C0C0018B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5869E9D4007B4E8CA1DBF671D5ACE893B81A34B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral588BBD44DAE1D29CDD0AF6A4FDC960F1FC881E22;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58FABFA70811950FC1A8C6E0D56FAEC87E4E08CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5908DAFB0D7B8C7D31AAD561F78D84B767BAA164;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BB940E3C2C2A8F39143D098FAFFE2FD1181153F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CD99B90C124FAA2A25B1EC091624A61A8F7E33C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CEB299AE4AB762FA8F60A419AFB126FCDD10F3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D12BD53552CAFC41CA6146C04870DF2E1574E13;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5DD4BB7231F09CBD6F80641D8FBB2ED240B08C30;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E96FF2A317D5CE94F606D3FE34EB82DD261D8E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F055F2AE7B86D530C95EC2F7D4B96F63FCDA3EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F4DAF3F0326C2E457C5A0C63DA6DA5F19CF77DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6000BF346A9433128E1578C95FD5D2C18B938B8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral600FA769917DB6B8EF4F6036D8EE4DA698D69ECB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral606349A7B612514FC7B49C1569A8E088E17915B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60FD946FEFE84B04959684C2F446E6684FEAC7FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61E119AC8C20FAF93A21D5A9EC74492F59FA1AF8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62172ACC958FA898466CF7759B3C3C546A49EC04;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62BE9B98CC15942BBAC8A23A3394350DE0365089;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62D3C5A55CBB2FDF5C2A699824A285467AD1396F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63E59979ADD6A57941F7230C099DE249661B53BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64628AA4346034D6602F889876D42573A7CB79F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral652CC313D8872689F35CA2560A95885964B293A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral653D883F5CE204439568BD8F3112E8368FD9259B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral654DF33F982BE508D3CD6C672A6E2BA2CD78D7F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66441C5D25D84EEF554BB75E6B35D0F2057B24D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral684FE7312C83309864E91AF3AE045BC5A52205FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral686F7FEE1C91EE654AF4A6356247695AA06E7E6B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral694166C5CADB613707B6EDAC34AAAF9FAEEF764A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral695466B5544AC3005E8FB70711EE4570291B46B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69C19DD2FA40ECFFC68027363BF51C7949A7E2F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AC5DD775419A9A96C0ECE696C9D071F472FF6D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B6995CE95FE24C86CA451B82B6F6555340C302B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6BDF5757B815AC6EF778211E0CA0B9B8816E417C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C1A9253E7E465290B5741D49C513B1E72D4C4A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C49A016FEFD95467884BB669A576AECE9F2857F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D079184BCE450DC36C628893C71D44D1558F8CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D93BAD5029C1E80E3D6B9E5F13F2206FE57ACA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral70E8126CE5599131040464A46A062A804E1FCDBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73198077AFBE6CA92124D286981A8338013AB60C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7336B9773EBC77A1DDC9978B0951501A71E08ECA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73735AC97775D969F8AD813EA144B503CA1E9BEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73B0EF3D457EA588E56CDE3465F120EC480D0D34;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral74B0EEE4173E6ADB054DF482352A71B117FCC14D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75403C43EBB56910E5AC4646B065EB12EF3300F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7699C3841AED0825E22FD3E2445270D0FF9FFF06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral775E6793D0F5096F02CCEAB09FC939DC5629ADE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77B619F423C3EC74640F2FC8242826A26C358E49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral785B09CC2A688DAEC0D6A2A71FAB63B41F1EC09F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral794A7939D0FFE6FBF9FFFA579033C309FBB4BA3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral79A3D406422C491C7069479332DA99FEB2679140;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A2FA3823D413F1B77B20ED4127AF5BE59DF50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A358CFAD4599FAC189C99223CEA3EE8FE089CA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A5F18C08132A6CA110C43A8D805CCD48C6503D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A8B8118F23711883BD21188DEE72F34CA2F6035;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7AA52A8DD55D4A845D7E917E768AE0D47F0EE92D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B119D237F7E9BCD54292475CD189EE2129E46D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B4F534C3B2F7C7C7C6CD28A13741E5427941836;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7BABC233DE26AB19EAD1B9C278128D5C434910EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CE57C9E15CBAA53210827EFD6565E5E53EE602F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CF746CC6DD4AF8F9C98608A1729A5D2219766D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7D00974EC9B1E1775C89B98FC3C271240237DDD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7EA8F22A4F3EF721FC7B307C90A6D23AB14FF827;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F42D7F36A4ED455E84E85DA82FDD28F66F679B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FDC14ADEF5A6521ADE4FAA63E05BD9C459AD844;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81035C61B4B32E908B73ADE6EC88A2CD2D931175;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8110CD10A3C3177EDC45160F406A8FFD951DFD52;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82D50D9042DECB175894924272DD3B5A14CD3716;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83365FC59E4A448949FC2038615FF6CAF59D5E17;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84DCE7374845992A6D62FF71B4D710ED9AC4B1A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8506F3C7F16AE18F95E3D422F09D1CFA045EF349;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8507F4CE0031EF7082EE944E5E1059590D92825C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral850B21D3FBB3DE96E45BD01F225C836F2F598214;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86C5E118E60A98D112745E8A190315499960FE5E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86DB11AAB88270A0A9238938DC45083F9437FC89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral879F06AFA9EC8820D8500B3943B3CB9FC559551A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87B4F15C6EFD3CE0436A2E7D246AB3C1AA3FCA10;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral883562394DE3892730F89208AB6BC9C9C2E57C43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral895EE7973FE12A6A6468AC7BF866DDA9CF2F208C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral899BA16B232783819B10F25388D656C07ADC0EEA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral89FD0D585C65DB8E9DA4F13BC069B1E0635C90D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A02F2481419282099D7BDF98D0DAC0CA1F96159;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A39506E502EA72354C2F32A532DDC6C8C5615DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A820263D16DCFBC7D8833296EC7BA65A35BEA85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B944D0B11884A1C18B4CA0F6D8829990CFDD18B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BC04F7F74710454A720AA59A9B342BFFC4DB298;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C2FE587BDAB1DCBFCF74E95C1FB57E7905C91E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C906D9E0E2439238B3263E087AEE3D98FA86DEA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8CF200BD3D7C63AACD13DC2AC08452707ECCC567;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D62E6649F457A50E9051842C8B873232592B35F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E74A3A85EE4EB193552CFF165652F75FA198C09;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8EBE619C78E135CFCED313403754AE224CD22415;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8EEBED7C21610691297A8D0A2DB61540F5AB6089;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F574B48163E55B5227DF46BABF34134C70AC93B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral900A1D897E7B3DF64CE1993D81464FEFEDEE28F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral908F7D8675743BF22BA5448BCD98A83CCD9F73E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral909750526A6FC2FFDBC70B2761467BCB8C414A31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90B1C7F4F7A035130BB626970F34BA7760FA5DB7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90C4E69DCE7A11BFCB705B1A6540A847AAC993FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9175E6D470B16F067AEB059182DA9E4555D23FA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral92185DC52F71EF75DAFEDF866A3C86E592962F6D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral92214F403C278061389B82C9FA44059D0F103251;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral92B6320812D86ABE48E76FBFBBE8BDE7170BF036;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9413B1905640DCD59FC2FB95D73822DCA01B3FDA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9494770E162DE07663929C81F951139F5DB88B83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral976FE91F4F4C59AD18F4334AD2DC2FA072706487;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9860CA2EE094BA43DDE93330224950760893A36B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9ABC658E0379563859C367CC15299654AB609CA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B33046ED39D182E3ADAFA9045AD6787D4BBC321;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B427A84E13529C9E7255C251AA6C46296ADCB6A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B47C032938820269CE9D24A72B299C9D2A50C6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B62660DEE21D3CCA01EF320CB7C4611033F0768;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9BDB5FBD7B5DC0410B69ACF727DA3190CC4A16D2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9BFDA33C666243D165ED218C0BB115D7DFD087A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C2D5FC7A017D04F865879A64BB5D1F1EB9C7BC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C3BB49FFEA1144231CBE02D904B8D9018744E9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D7311610D4DC99151F611A421431587111EC377;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D9F64CA96ED8547A7ADA30B360EC091DE8D26F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9DE19950AFC2D97E0BD856D2D2A5BDF42D40868D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E253470C876EE6D5C720EB777AEB82D4C26E28F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E58868BA27EC805E59AE6F4D8B3015CCEEBFF08;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E88DEFE5C7C6E20CA248E05A14253D71BAF2DF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9EB52EB6041370BF44076B9D6C3CB756795C60AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9EF2C7B5ACF5F407D660CE5A5B48D317BF2DC17D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA006855AE4B12E8E9168B440B1A3E7589444F5FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA084FC2D90F8198FD5AD8F74709B9CB184118C82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA1A55FF9ACD6150AC903CB430C788D9798CCAB69;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA239BA3CB7733FB79E49EFC2EFA6EB818CF2142D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA29483F2C06A5334DA49C157EAD8C663DFAACCDF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA342168DD215D9F6D6EF8D2FCD07F303FD9D91FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA45E80318CDAF2658B041D4779CC8E8A5BE40E71;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA46B15488A3F70AF8D3CD2E42571919A48F2AE96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA55F6E962495BF5464E5700CE1C3C80FA65666CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA6652617F2C799EB11EE727B16C5646C48AF6905;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA675C5AAE09D010616C633B09E7657D670F88A9F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA6B47042F63DC4C460837EC939644A1FB206C81C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA73B512D2427B39372C42B9ADE5BB0784C9CB06E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA8726A075144FD5B09BC990D674826B5DC97C332;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA930D939B1B368990D0F70D85544A990D617DB34;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAAA724963908E485BFEAD2CE3FFB6276C735AF0B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralABDB1DC20737CB0D3A63AAF77D2609385ED1185D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC174CD77FEEC857E80EFA5FF36A69D3A404C52D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC86776A2B56DEA9CF7763F06E96298D6AA2A4D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACB10F6D951840539A4737CDA19179744B6E7BE2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACE06B44ABBF83A0A01651367F8AA91D10C10296;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD2540AD39A05E84D89A2A59A95932514C9300FF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD556B39C29D851B96F5E64CAA61EA86D1D4B40D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD7028732EBD409CE3BC4B2BA2A29CB81C2EEEC7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD87109BFFF0765F4DD8CF4943B04D16A4070FEA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD9F525586A8C79A6A2933F59562C3FBC1C69BE2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAE6C6B70676E55B8563A5B77089513AA2317BF24;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAEC69DC730255B573FF930A6511A8C9EB58F9584;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAFE0444198AD67C415C63AD23456FCBF739B9BF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0DF875615308CE2B47A6A3625097CA5CCD6ED44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB17E4EA95BF5FEF4B5293DC6ABF18FC44A2FE919;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6C4D07FABE0AF8804CEB57F720D61913754098A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7D0DB1F73AEAD2F39770847C74BAB1755AF54A3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB812E983C8A4FCE5FC95F5166F9398388E6B52A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB871410476BF4FC63FBFD7E352476EEDB0BA6BDF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8FF02892916FF59F7FBD4E617FCCD01F6BCA576;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB95F16770868204C73DFAB856D36EFA4291E9410;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA20BE579466B95F2179DD573C20D603C0ED4C9E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA4E6EEEA8074A02A9569A9C4B08057AD141569C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB1BE94D5AB357BBDB240DFF6F8A7B7B71799AD5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB8843002D5311062C2FFF8D01F4DBDCCF63DA58;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC7399A6224C13070E903493F5ED26D32909E14B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD72E7529F7C0C0D21132CA0B4AB87B2920E4236;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDBD5B38AD4567BB62CFAD62FCE92A89FFB32656;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE458F1DEF302412439BB9A01DA84BA9107A1F01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF1103611E487BCD25D964104E8820C8614F7FDA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF7012C625A47CD13D2F9012E40D5DA5D2301271;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF8A13108C7841CA1B1B50979FE595101B809E3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBFC2F3FD5BD39E007E48557C4A9DEF5B46508BD4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC09FE9BD2B12152331AC8A2AAFF053EF2BB012F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC13B6D1103A7D70EF67E0FF097F5B1065D534DA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2543FFF3BFA6F144C2F06A7DE6CD10C0B650CAE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC269A115DD859079047F9124EC51D7471E9AD769;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2B56FE88996BF94B1B43232EDBA1FDC0192EBE5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2BDB05AB63BF536896867AFE2584826BA9BB4E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2BF2458E9C3751FE0EB8E79E389E9E7129C4757;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC44668CE68578EE971E39B6F2CC3BA1A85CB8CBA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4D39D12D6A393EC595DB3C11A453B18580BE0B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5667A595B7D7D4C630965D56004513FBEEA891A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5DDA83AB50257DDCB8F04E5DAA69ABB5D957789;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC69046A0638D883DE059BD8DE92E1F8E04921222;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7921A5E5EC94D3D41AFA3758E74B7E1C688C5FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7A53F28556923952BE8002A0FDC6D502714AB8E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC8E58C51F3981BA8E4A9ECBF98D3B9F9FC2DE617;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC98F44A251925AB37BDE2D47A605A5CCFEC060A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCAF83E3E0DF47D3979B0C885CE75B6CD84C9FACD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB61F9B524B5529550CC74D1B865778C5190B46E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCBD579D096D3D2B96959BB4A299C4D176839CFAB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC678CBA8D7E969C33BB6F124F953876B4848291;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD0922BB322E2108D3E852EFE528251C31DD804C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDD1D5C66B5C1E8C0AF807E558B0713CEF7ED7BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF0927D9A499E57E3A3223199260B5D6AFF88178;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF7AE3E3961E536A772E91FF294B59CC285CDC25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF9A0F99F321F8AE7653B13476036F3EEF287175;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD06A678B99A3C78EB5293F38AF654C5D19C47D21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD0E35D3BD796A047533BF5E2AC10DD4C11DD908F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD14B0B81B6AD8961155D3B810EC5E0375589B1E2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD259AC5BAD2E745BBBDB6130FDE181AD17C07522;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD25B05CD6DEEAEAC7631E429E9D8040E4DC7D697;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD3933E8BA95DD5A43480553960E139FCFA0E94C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4393260096855646752D13B50082831B9B9D4DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4412529978BE28C039279612483E087CC915A7A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4B6058D6A566526CD8A643DE80BCC108367CFFE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4E35F6DF673ACEF0D30CA9442F8A1E2A29BAAEA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5037067E5189D04E62A0670988314381250C117;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD519A44DEABC7AA144518BAC5F87D7026688CE53;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD54C2AA2F61603022C71493F093F0C718419CA13;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD55CF571E5C5897B19FE1FE4684985781C244DFF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD769BB98215328DD61B0C577B574DAB9CFF2EF9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD79A8345925FFE066361D783E343242D53DE69E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD8273E2F4A7C0A59554544C6605CDD8B117848AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9303412301499EE018D27CED23CC264F8223C5C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9F3FCEB4654246B3C67757A4AB42823E011E093;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAA4788CFE840D573D5A1C407CF0D597605D72F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDB3E807EFDD4400D9ABF6B5B056249DFB06C02E2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDBA05ADDAE078D69951324C6C46A8333DC2644B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCEDE97FA7E68605E074674A450E405A0BE56A2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE94E5382C1F33B6E39AB4A31698371675DAFA14;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF3DC5C963C8BED6E117D85F28CFFD16F1D9BFA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0EF0C784BE6DB268D57775BE23668378C6A899C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE267E7FBD2F716730BE3262EFB7704522308F5D9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE27F3E9A64680E9CBB0B74747F839ADE776E08D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE30195DFFD3EC62E9355153FE0735D0220B710DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3A93FA81145B26D1EB0F2CC8C6863142DF2C832;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3AAD9FE3ED334C60824905A1C2CCFB1F830FAE2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE486310EB4570C4EF9335C2EACA2C23177C87603;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4A788B87449D835BC79F5E326D8E5F1E5FA8B46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4B46ED4B877C9D46602C176BF62F717F2C41293;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4C300BC1127A9ECC3BA5B845A9751B5523F33B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE53348850B10574865DBCBA832372804C486886F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE806C376EFD971D039FFCBD7332DEBD94773CDB9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE84B14CAE4933A56C3FF0486D95967BACA50EC48;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAB797C04E7B8D7708A54633D5389F6FFD13E43F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAC1E1174704A7FC4466A65B3EE0D4563533A80E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEADBCCB4089E791BA573E12B18918FE51E280F50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC0B5B298BA1AACAB717D2F75F4F334F0E48ECA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC85B16923BF3BC0ED82B1CA59468D0A09A7FA62;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralED1622B9A2537CE5CA1E4F5F056BD584CE45EFAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralED4DAB6731ED46D5EB18309FEB0DAC84B796C36E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDC6D003EA2C082821FE9F7A6AC7F30D610DC75C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEEB7D7F8EC6B8E44E9574FE8B9718776A2EABD98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF3BD284D8BE601FDCE63939048ACB3032301770;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF5F46C6D820EC036788A72012C85F62ACF705E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF12C6ED92DBAD08D4CDA7A756120D7C5BD89A439;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF169685C81000116892E1C4976A8E0F2673645E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF19834522B6C9D5AA044B3481A805C34FA8A3AAE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF213C1522DBEDFC12312E04CF2077C7AD0A3CC1A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF312D0B5F37A0A43F0DFCB9315E763F8E8B56D73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3E00917168BAECCC39350FD93DA706F594EA0D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF464FE04A625F7FC6C682C4D6900CD7AD99D0D15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4D20D76367BA0532EE99DD52F5506053498F8C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF5555DC260151AE25430F15392F435D6A936B607;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF5C1F0D7AF8B51849F604D5E6CABDE9EF1073617;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF6CA3F6A020660347A66841FB2A97D62EEB6205B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF6D9CBF82B111CAD42BAB75334A3DA67AF2D8745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF705AC57F2D510113B14F0980C6BD12CBEE9C6B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7B6A25352179A1F3189248FB96FDED90238ACE0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA10F071C182676224204AC9956D02F1DD1552CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAD9393AF0B32D03EF2DF818FFA25BDB22C0B098;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAE4C785ED346AAB1A9FC827E4557FB4A41C25A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFD7D98A0E499C9FB278BFACA280399F47BEE9122;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFDAB01D80C7F90607AE4248B60D856B49A578411;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFEB48CD488E46706CDEDBF25EF311BD18F48856F;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m89D607809B8A6988BEB9DEE8A1C99D9C4C6EBE4E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m429E39543E2A852904977007F08B091188388DC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TestConsole_HandleLog_m4987EF0CA3719E5D2364F0B50059E61EED065A43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TestConsole_U3CEventRegisterU3Eb__16_0_m9E7114460900C4A74929EBB410696D5B15F60772_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TestConsole_U3CEventRegisterU3Eb__16_1_m74319D111BE17F6A51A0A9912F488E5C935E063C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisMemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381_m297B7FB1216A10EB718C83760E8D364E1C474175_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckDelegate_TisTypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_mA19CE2696DBD993F75487808E6653CD000510B87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObjectArray_TisAnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_mF730DFBEE8A2F270C020C4E54B8BE3FE14974AD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisAvatar_t14B515893D5504566D487FFE046DCB8C8C50D02B_mFA5DC70545443A0280961CA5B9CAD0ADCBE09A54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m20E28608F621E699BFFFA998B1F75BC7109DE9D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisRuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD_mD6E3A7DC721B46CBEDA9209A64C8D28D1BB12F18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckParamsObject_TisType_t_m6F088D0ED3C8C032225AB9A51CC8AE3FABE89D41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisAnimation_tCFC171459D159DDEC6500B55543A76219D49BB9C_m2A01F2AE7A28AE434141FCB8ABD9A2693233F669_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushSealed_TisStructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB_m9A2130E4C0903CE4A589719A27DAE781E266EA95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisAnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_m4F6CC09D30B120E3E81E68BDFA7BE745993419E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisGuid_t_m4EA4318862DF1F984B0F64775DF91F3F72FFCF72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisInterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_mDFF6DBB727DDC7E108F7C8310D299ECE7999E56C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisPlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA_m71EFF718DCD5791F8EBD3AD307C7868BCC08F7A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m195CC27BD4E87A78BD15B0F2F134E3632B0D094D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0ECDFFC5370959094ABCF4E60449263072E62B3F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m1A4D10F31D5A3C3A5F30EB12C1336B7A141AAEA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m8A2795A27814B4C3728F763EFD6746C69006973C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisPlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_m914AFAE4F8790DCDE7AAFBC808A619306F25BFF0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1344718D09FD3746DF64858F1567F0F5B306F7F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDAF107E85F56A14BD9D50C0185E739DDAC1A03EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8B82375078B6D902CB42425D09F46222EF548E96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADC4C12DA24429FFC1289FD3040BD806F207DF2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mFC5B44A4BBA1DC77BF06B7A61345030DCB7B712A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m14014D5B5A99EEEC2CC0CE8A404EDD22B583DA1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CCheckFileU3Ed__8_System_Collections_IEnumerator_Reset_mE0D5615FF279ECF30F2691655D9FD55D374EE8FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationBlendModeWrap_CheckType_m1121D8CCD0F092A007CA8DB75E7F766A978EF598_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationBlendModeWrap_Push_m2D979D7AF1AF9D96217F0F0FEA95F64040D9C8ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimationCullingType_tA919F6AFDDBDCB81BED4A3F03448F744A8FECD0C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimatorCullingMode_t9E72A730F46CAED8736352678469610F391D22C9_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AnimatorUpdateMode_tDD2D2D131F4E5D2D2A5AF9EFDE368B1C1548EEA0_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_Register_mC645CC9229EAB80E47EA66979F9E645577C27830_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TakeScreenShotWrap_Register_m796493DAC0103DF37FB8F5610EBCB1E6C8D49E22_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TakeScreenShot_CheckFile_mCF3911206A593674ED7DF23A3C7EA50B0572923A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TakeScreenShot_ScaleTexture_m4436EDB39B940EBC225C5152165906D453A930B8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TakeScreenShot_Take_mB623352E621A50F2380AEEDA7BC865FA479CB0BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TakeScreenShot__cctor_m0B208F66AB9C5BFC034ED001FBA4F5A07807ADB2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TestConsole_Clear_m50E40F5AC161BAA4526212ED33953E0EC697D337_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TestConsole_Close_m007B128E0BF29D9C7A223A5823FE895B5EDF4DC9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TestConsole_EventRegister_m541C77157535B87AA600A5EFEC558520C2008A5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TestConsole_FillList_m0B2815CDAB86AB4784167379505D0B82126F90F7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TestConsole_HandleLog_m4987EF0CA3719E5D2364F0B50059E61EED065A43_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TestConsole_Open_m574635B4295FB5C1A40084D2B5BD3708FA80D11F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TestConsole__ctor_mE7CE6CFEF9D43A313287239F5AE30772EC479C16_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckFileU3Ed__8_MoveNext_m7FD1749A8271CC7506620D6A2020F857B74A82D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CCheckFileU3Ed__8_System_Collections_IEnumerator_Reset_mE0D5615FF279ECF30F2691655D9FD55D374EE8FD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationBlendModeWrap_CheckType_m1121D8CCD0F092A007CA8DB75E7F766A978EF598_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationBlendModeWrap_Push_m2D979D7AF1AF9D96217F0F0FEA95F64040D9C8ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationBlendModeWrap_Register_m0D850D65BEA80852195CA11286D173A9C81D5F70_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_Register_m7A1E945E288BB934A61DC48010512F888790981C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_Register_m5B5FFB57EBBC7C8EDC044E9375CD895A9E61617E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_Register_m7BF970313514B8D975EB35FE65A5CAEE77CC5812_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_Register_m6E8FCC228F3B3185D4685B3676488633707B6961_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D_MetadataUsageId;
|
|
struct Assembly_t_marshaled_com;
|
|
struct Assembly_t_marshaled_pinvoke;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com;
|
|
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6;
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
struct AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824;
|
|
struct AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6;
|
|
struct AnimatorControllerParameterU5BU5D_t7B886A2A1648ECF218447ED1DE8D241652F863FD;
|
|
struct StateMachineBehaviourU5BU5D_tD7944A6A1F662507F17D170ECB320AA56EDEBED3;
|
|
|
|
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;
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<System.RuntimeTypeHandle>
|
|
struct StackTraits_1_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tF1521BFA532454CDDFD1188C106F85CBBCA28558 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_StaticFields, ___Push_0)); }
|
|
inline Action_2_tF1521BFA532454CDDFD1188C106F85CBBCA28558 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tF1521BFA532454CDDFD1188C106F85CBBCA28558 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tF1521BFA532454CDDFD1188C106F85CBBCA28558 * 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_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_StaticFields, ___Check_1)); }
|
|
inline Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * 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_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_StaticFields, ___To_2)); }
|
|
inline Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.AnimationBlendMode>
|
|
struct StackTraits_1_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_StaticFields, ___Push_0)); }
|
|
inline Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 * 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_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_StaticFields, ___Check_1)); }
|
|
inline Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 * 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_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_StaticFields, ___To_2)); }
|
|
inline Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tE26F4FB70973C569DF454DF87D76C41B80170E65 * value)
|
|
{
|
|
___To_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.StackTraits`1<UnityEngine.MatchTargetWeightMask>
|
|
struct StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
|
|
Action_2_tACB6DCB527C74D47643AA93CE287CC9E928A9D8A * ___Push_0;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
|
|
Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * ___Check_1;
|
|
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
|
|
Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * ___To_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_StaticFields, ___Push_0)); }
|
|
inline Action_2_tACB6DCB527C74D47643AA93CE287CC9E928A9D8A * get_Push_0() const { return ___Push_0; }
|
|
inline Action_2_tACB6DCB527C74D47643AA93CE287CC9E928A9D8A ** get_address_of_Push_0() { return &___Push_0; }
|
|
inline void set_Push_0(Action_2_tACB6DCB527C74D47643AA93CE287CC9E928A9D8A * 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_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_StaticFields, ___Check_1)); }
|
|
inline Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * get_Check_1() const { return ___Check_1; }
|
|
inline Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 ** get_address_of_Check_1() { return &___Check_1; }
|
|
inline void set_Check_1(Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * 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_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_StaticFields, ___To_2)); }
|
|
inline Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * get_To_2() const { return ___To_2; }
|
|
inline Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 ** get_address_of_To_2() { return &___To_2; }
|
|
inline void set_To_2(Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * 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.AnimationBlendMode>
|
|
struct TypeTraits_1_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TypeTraits_1_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_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.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>
|
|
struct List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B, ____items_1)); }
|
|
inline AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* get__items_1() const { return ____items_1; }
|
|
inline AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_StaticFields, ____emptyArray_5)); }
|
|
inline AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_3;
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|
int32_t ___cultureID_4;
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|
int32_t ___parent_lcid_5;
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|
int32_t ___datetime_index_6;
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|
int32_t ___number_index_7;
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|
int32_t ___default_calendar_type_8;
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|
String_t* ___m_name_13;
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|
String_t* ___englishname_14;
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|
String_t* ___nativename_15;
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|
String_t* ___iso3lang_16;
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|
String_t* ___iso2lang_17;
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|
String_t* ___win3lang_18;
|
|
// System.String System.Globalization.CultureInfo::territory
|
|
String_t* ___territory_19;
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|
void* ___textinfo_data_22;
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|
int32_t ___m_dataItem_23;
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
|
|
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
|
|
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
|
|
inline void set_m_isReadOnly_3(bool value)
|
|
{
|
|
___m_isReadOnly_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
|
|
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
|
|
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
|
|
inline void set_cultureID_4(int32_t value)
|
|
{
|
|
___cultureID_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
|
|
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
|
|
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
|
|
inline void set_parent_lcid_5(int32_t value)
|
|
{
|
|
___parent_lcid_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
|
|
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
|
|
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
|
|
inline void set_datetime_index_6(int32_t value)
|
|
{
|
|
___datetime_index_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
|
|
inline int32_t get_number_index_7() const { return ___number_index_7; }
|
|
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
|
|
inline void set_number_index_7(int32_t value)
|
|
{
|
|
___number_index_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
|
|
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
|
|
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
|
|
inline void set_default_calendar_type_8(int32_t value)
|
|
{
|
|
___default_calendar_type_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
|
|
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
|
|
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
|
|
inline void set_m_useUserOverride_9(bool value)
|
|
{
|
|
___m_useUserOverride_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
|
|
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
|
|
{
|
|
___numInfo_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
|
|
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___dateTimeInfo_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
|
|
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|
{
|
|
___textInfo_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
|
|
inline String_t* get_m_name_13() const { return ___m_name_13; }
|
|
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
|
|
inline void set_m_name_13(String_t* value)
|
|
{
|
|
___m_name_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
|
|
inline String_t* get_englishname_14() const { return ___englishname_14; }
|
|
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
|
|
inline void set_englishname_14(String_t* value)
|
|
{
|
|
___englishname_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
|
|
inline String_t* get_nativename_15() const { return ___nativename_15; }
|
|
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
|
|
inline void set_nativename_15(String_t* value)
|
|
{
|
|
___nativename_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
|
|
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
|
|
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
|
|
inline void set_iso3lang_16(String_t* value)
|
|
{
|
|
___iso3lang_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
|
|
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
|
|
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
|
|
inline void set_iso2lang_17(String_t* value)
|
|
{
|
|
___iso2lang_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
|
|
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
|
|
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
|
|
inline void set_win3lang_18(String_t* value)
|
|
{
|
|
___win3lang_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
|
|
inline String_t* get_territory_19() const { return ___territory_19; }
|
|
inline String_t** get_address_of_territory_19() { return &___territory_19; }
|
|
inline void set_territory_19(String_t* value)
|
|
{
|
|
___territory_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
|
|
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___native_calendar_names_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
|
|
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___compareInfo_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
|
|
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
|
|
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
|
|
inline void set_textinfo_data_22(void* value)
|
|
{
|
|
___textinfo_data_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
|
|
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
|
|
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
|
|
inline void set_m_dataItem_23(int32_t value)
|
|
{
|
|
___m_dataItem_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
|
|
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
|
|
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___parent_culture_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
|
|
inline bool get_constructed_26() const { return ___constructed_26; }
|
|
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
|
|
inline void set_constructed_26(bool value)
|
|
{
|
|
___constructed_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
|
|
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___cached_serialized_form_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
|
|
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___m_cultureData_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
|
|
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
|
|
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
|
|
inline void set_m_isInherited_29(bool value)
|
|
{
|
|
___m_isInherited_29 = value;
|
|
}
|
|
};
|
|
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|
RuntimeObject * ___shared_table_lock_1;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_37;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
|
|
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___invariant_culture_info_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
|
|
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
|
|
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
|
|
inline void set_shared_table_lock_1(RuntimeObject * value)
|
|
{
|
|
___shared_table_lock_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
|
|
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___default_current_culture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
|
|
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentUICulture_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
|
|
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentCulture_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
|
|
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
|
|
{
|
|
___shared_by_number_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
|
|
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
|
|
{
|
|
___shared_by_name_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
|
|
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
|
|
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
|
|
inline void set_IsTaiwanSku_37(bool value)
|
|
{
|
|
___IsTaiwanSku_37 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
char* ___m_name_13;
|
|
char* ___englishname_14;
|
|
char* ___nativename_15;
|
|
char* ___iso3lang_16;
|
|
char* ___iso2lang_17;
|
|
char* ___win3lang_18;
|
|
char* ___territory_19;
|
|
char** ___native_calendar_names_20;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
Il2CppChar* ___m_name_13;
|
|
Il2CppChar* ___englishname_14;
|
|
Il2CppChar* ___nativename_15;
|
|
Il2CppChar* ___iso3lang_16;
|
|
Il2CppChar* ___iso2lang_17;
|
|
Il2CppChar* ___win3lang_18;
|
|
Il2CppChar* ___territory_19;
|
|
Il2CppChar** ___native_calendar_names_20;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<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.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
|
|
{
|
|
};
|
|
|
|
// System_TypeWrap
|
|
struct System_TypeWrap_t962FB6CC96F9DB6CD25ACCD9E3786DBA1ACA3614 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// TakeScreenShot
|
|
struct TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields
|
|
{
|
|
public:
|
|
// System.String TakeScreenShot::screenshotpath
|
|
String_t* ___screenshotpath_0;
|
|
// System.String TakeScreenShot::thumbpath
|
|
String_t* ___thumbpath_1;
|
|
// UnityEngine.Texture2D TakeScreenShot::screenShot
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___screenShot_2;
|
|
// UnityEngine.Texture2D TakeScreenShot::thumb
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___thumb_3;
|
|
// System.Int32 TakeScreenShot::w
|
|
int32_t ___w_4;
|
|
// System.Int32 TakeScreenShot::h
|
|
int32_t ___h_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_screenshotpath_0() { return static_cast<int32_t>(offsetof(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields, ___screenshotpath_0)); }
|
|
inline String_t* get_screenshotpath_0() const { return ___screenshotpath_0; }
|
|
inline String_t** get_address_of_screenshotpath_0() { return &___screenshotpath_0; }
|
|
inline void set_screenshotpath_0(String_t* value)
|
|
{
|
|
___screenshotpath_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___screenshotpath_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_thumbpath_1() { return static_cast<int32_t>(offsetof(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields, ___thumbpath_1)); }
|
|
inline String_t* get_thumbpath_1() const { return ___thumbpath_1; }
|
|
inline String_t** get_address_of_thumbpath_1() { return &___thumbpath_1; }
|
|
inline void set_thumbpath_1(String_t* value)
|
|
{
|
|
___thumbpath_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___thumbpath_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_screenShot_2() { return static_cast<int32_t>(offsetof(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields, ___screenShot_2)); }
|
|
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * get_screenShot_2() const { return ___screenShot_2; }
|
|
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C ** get_address_of_screenShot_2() { return &___screenShot_2; }
|
|
inline void set_screenShot_2(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * value)
|
|
{
|
|
___screenShot_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___screenShot_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_thumb_3() { return static_cast<int32_t>(offsetof(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields, ___thumb_3)); }
|
|
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * get_thumb_3() const { return ___thumb_3; }
|
|
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C ** get_address_of_thumb_3() { return &___thumb_3; }
|
|
inline void set_thumb_3(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * value)
|
|
{
|
|
___thumb_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___thumb_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields, ___w_4)); }
|
|
inline int32_t get_w_4() const { return ___w_4; }
|
|
inline int32_t* get_address_of_w_4() { return &___w_4; }
|
|
inline void set_w_4(int32_t value)
|
|
{
|
|
___w_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_h_5() { return static_cast<int32_t>(offsetof(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields, ___h_5)); }
|
|
inline int32_t get_h_5() const { return ___h_5; }
|
|
inline int32_t* get_address_of_h_5() { return &___h_5; }
|
|
inline void set_h_5(int32_t value)
|
|
{
|
|
___h_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// TakeScreenShot_<CheckFile>d__8
|
|
struct U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 TakeScreenShot_<CheckFile>d__8::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Object TakeScreenShot_<CheckFile>d__8::<>2__current
|
|
RuntimeObject * ___U3CU3E2__current_1;
|
|
// LuaInterface.LuaFunction TakeScreenShot_<CheckFile>d__8::callback
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20, ___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(U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20, ___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_callback_2() { return static_cast<int32_t>(offsetof(U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20, ___callback_2)); }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_callback_2() const { return ___callback_2; }
|
|
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_callback_2() { return &___callback_2; }
|
|
inline void set_callback_2(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
|
|
{
|
|
___callback_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// TakeScreenShotWrap
|
|
struct TakeScreenShotWrap_tC1A8365093FE84B7695C58620D7226823975465B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// TestConsole
|
|
struct TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 TestConsole::maxLogCount
|
|
int32_t ___maxLogCount_0;
|
|
// System.Boolean TestConsole::errorAutoOpen
|
|
bool ___errorAutoOpen_1;
|
|
// System.Boolean TestConsole::isOn
|
|
bool ___isOn_2;
|
|
// System.Collections.Generic.List`1<System.String> TestConsole::log_list
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___log_list_3;
|
|
// FairyGUI.GComponent TestConsole::_log_view
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____log_view_4;
|
|
// FairyGUI.GButton TestConsole::buttonClear
|
|
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * ___buttonClear_5;
|
|
// FairyGUI.GButton TestConsole::buttonOpen
|
|
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * ___buttonOpen_6;
|
|
// FairyGUI.GList TestConsole::list
|
|
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ___list_7;
|
|
// FairyGUI.Controller TestConsole::log_controller
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___log_controller_8;
|
|
// System.Boolean TestConsole::_open
|
|
bool ____open_9;
|
|
// System.Boolean TestConsole::_init
|
|
bool ____init_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_maxLogCount_0() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___maxLogCount_0)); }
|
|
inline int32_t get_maxLogCount_0() const { return ___maxLogCount_0; }
|
|
inline int32_t* get_address_of_maxLogCount_0() { return &___maxLogCount_0; }
|
|
inline void set_maxLogCount_0(int32_t value)
|
|
{
|
|
___maxLogCount_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_errorAutoOpen_1() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___errorAutoOpen_1)); }
|
|
inline bool get_errorAutoOpen_1() const { return ___errorAutoOpen_1; }
|
|
inline bool* get_address_of_errorAutoOpen_1() { return &___errorAutoOpen_1; }
|
|
inline void set_errorAutoOpen_1(bool value)
|
|
{
|
|
___errorAutoOpen_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isOn_2() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___isOn_2)); }
|
|
inline bool get_isOn_2() const { return ___isOn_2; }
|
|
inline bool* get_address_of_isOn_2() { return &___isOn_2; }
|
|
inline void set_isOn_2(bool value)
|
|
{
|
|
___isOn_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_log_list_3() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___log_list_3)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_log_list_3() const { return ___log_list_3; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_log_list_3() { return &___log_list_3; }
|
|
inline void set_log_list_3(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___log_list_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___log_list_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__log_view_4() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ____log_view_4)); }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__log_view_4() const { return ____log_view_4; }
|
|
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__log_view_4() { return &____log_view_4; }
|
|
inline void set__log_view_4(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
|
|
{
|
|
____log_view_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____log_view_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buttonClear_5() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___buttonClear_5)); }
|
|
inline GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * get_buttonClear_5() const { return ___buttonClear_5; }
|
|
inline GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 ** get_address_of_buttonClear_5() { return &___buttonClear_5; }
|
|
inline void set_buttonClear_5(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * value)
|
|
{
|
|
___buttonClear_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buttonClear_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buttonOpen_6() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___buttonOpen_6)); }
|
|
inline GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * get_buttonOpen_6() const { return ___buttonOpen_6; }
|
|
inline GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 ** get_address_of_buttonOpen_6() { return &___buttonOpen_6; }
|
|
inline void set_buttonOpen_6(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * value)
|
|
{
|
|
___buttonOpen_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buttonOpen_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_list_7() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___list_7)); }
|
|
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * get_list_7() const { return ___list_7; }
|
|
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 ** get_address_of_list_7() { return &___list_7; }
|
|
inline void set_list_7(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * value)
|
|
{
|
|
___list_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_log_controller_8() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ___log_controller_8)); }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get_log_controller_8() const { return ___log_controller_8; }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of_log_controller_8() { return &___log_controller_8; }
|
|
inline void set_log_controller_8(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
|
|
{
|
|
___log_controller_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___log_controller_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__open_9() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ____open_9)); }
|
|
inline bool get__open_9() const { return ____open_9; }
|
|
inline bool* get_address_of__open_9() { return &____open_9; }
|
|
inline void set__open_9(bool value)
|
|
{
|
|
____open_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__init_10() { return static_cast<int32_t>(offsetof(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843, ____init_10)); }
|
|
inline bool get__init_10() const { return ____init_10; }
|
|
inline bool* get_address_of__init_10() { return &____init_10; }
|
|
inline void set__init_10(bool value)
|
|
{
|
|
____init_10 = 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_AnimationBlendModeWrap
|
|
struct UnityEngine_AnimationBlendModeWrap_tBFDFB97E3419A2ADE6584557BCAF0C342B99163E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_AnimationClipWrap
|
|
struct UnityEngine_AnimationClipWrap_t6E1831C5C7850B001A49850BBF5E8AE0106F3C88 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_AnimationStateWrap
|
|
struct UnityEngine_AnimationStateWrap_t471518F4897C2CCBB184D5496935451E61DEE2F7 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_AnimationWrap
|
|
struct UnityEngine_AnimationWrap_tEF127ED8819EA908E11D1F3F2F849D3178D77AD4 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine_AnimatorWrap
|
|
struct UnityEngine_AnimatorWrap_t0013E0693E65B3E39C1E65DCED4CE2F2DCE33AA5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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.Collections.Generic.List`1_Enumerator<System.Object>
|
|
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
|
|
int32_t ___version_2;
|
|
// T System.Collections.Generic.List`1_Enumerator::current
|
|
RuntimeObject * ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
|
|
inline RuntimeObject * get_current_3() const { return ___current_3; }
|
|
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(RuntimeObject * value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1_Enumerator<System.String>
|
|
struct Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___list_0;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
|
|
int32_t ___version_2;
|
|
// T System.Collections.Generic.List`1_Enumerator::current
|
|
String_t* ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___list_0)); }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_list_0() const { return ___list_0; }
|
|
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___current_3)); }
|
|
inline String_t* get_current_3() const { return ___current_3; }
|
|
inline String_t** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(String_t* value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)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.Guid
|
|
struct Guid_t
|
|
{
|
|
public:
|
|
// System.Int32 System.Guid::_a
|
|
int32_t ____a_1;
|
|
// System.Int16 System.Guid::_b
|
|
int16_t ____b_2;
|
|
// System.Int16 System.Guid::_c
|
|
int16_t ____c_3;
|
|
// System.Byte System.Guid::_d
|
|
uint8_t ____d_4;
|
|
// System.Byte System.Guid::_e
|
|
uint8_t ____e_5;
|
|
// System.Byte System.Guid::_f
|
|
uint8_t ____f_6;
|
|
// System.Byte System.Guid::_g
|
|
uint8_t ____g_7;
|
|
// System.Byte System.Guid::_h
|
|
uint8_t ____h_8;
|
|
// System.Byte System.Guid::_i
|
|
uint8_t ____i_9;
|
|
// System.Byte System.Guid::_j
|
|
uint8_t ____j_10;
|
|
// System.Byte System.Guid::_k
|
|
uint8_t ____k_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
|
|
inline int32_t get__a_1() const { return ____a_1; }
|
|
inline int32_t* get_address_of__a_1() { return &____a_1; }
|
|
inline void set__a_1(int32_t value)
|
|
{
|
|
____a_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
|
|
inline int16_t get__b_2() const { return ____b_2; }
|
|
inline int16_t* get_address_of__b_2() { return &____b_2; }
|
|
inline void set__b_2(int16_t value)
|
|
{
|
|
____b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
|
|
inline int16_t get__c_3() const { return ____c_3; }
|
|
inline int16_t* get_address_of__c_3() { return &____c_3; }
|
|
inline void set__c_3(int16_t value)
|
|
{
|
|
____c_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
|
|
inline uint8_t get__d_4() const { return ____d_4; }
|
|
inline uint8_t* get_address_of__d_4() { return &____d_4; }
|
|
inline void set__d_4(uint8_t value)
|
|
{
|
|
____d_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
|
|
inline uint8_t get__e_5() const { return ____e_5; }
|
|
inline uint8_t* get_address_of__e_5() { return &____e_5; }
|
|
inline void set__e_5(uint8_t value)
|
|
{
|
|
____e_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
|
|
inline uint8_t get__f_6() const { return ____f_6; }
|
|
inline uint8_t* get_address_of__f_6() { return &____f_6; }
|
|
inline void set__f_6(uint8_t value)
|
|
{
|
|
____f_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
|
|
inline uint8_t get__g_7() const { return ____g_7; }
|
|
inline uint8_t* get_address_of__g_7() { return &____g_7; }
|
|
inline void set__g_7(uint8_t value)
|
|
{
|
|
____g_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
|
|
inline uint8_t get__h_8() const { return ____h_8; }
|
|
inline uint8_t* get_address_of__h_8() { return &____h_8; }
|
|
inline void set__h_8(uint8_t value)
|
|
{
|
|
____h_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
|
|
inline uint8_t get__i_9() const { return ____i_9; }
|
|
inline uint8_t* get_address_of__i_9() { return &____i_9; }
|
|
inline void set__i_9(uint8_t value)
|
|
{
|
|
____i_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
|
|
inline uint8_t get__j_10() const { return ____j_10; }
|
|
inline uint8_t* get_address_of__j_10() { return &____j_10; }
|
|
inline void set__j_10(uint8_t value)
|
|
{
|
|
____j_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
|
|
inline uint8_t get__k_11() const { return ____k_11; }
|
|
inline uint8_t* get_address_of__k_11() { return &____k_11; }
|
|
inline void set__k_11(uint8_t value)
|
|
{
|
|
____k_11 = value;
|
|
}
|
|
};
|
|
|
|
struct Guid_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
// System.Object System.Guid::_rngAccess
|
|
RuntimeObject * ____rngAccess_12;
|
|
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
|
|
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
|
|
inline Guid_t get_Empty_0() const { return ___Empty_0; }
|
|
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
|
|
inline void set_Empty_0(Guid_t value)
|
|
{
|
|
___Empty_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
|
|
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
|
|
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
|
|
inline void set__rngAccess_12(RuntimeObject * value)
|
|
{
|
|
____rngAccess_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
|
|
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
|
|
{
|
|
____rng_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.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.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.Reflection.InterfaceMapping
|
|
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B
|
|
{
|
|
public:
|
|
// System.Type System.Reflection.InterfaceMapping::TargetType
|
|
Type_t * ___TargetType_0;
|
|
// System.Type System.Reflection.InterfaceMapping::InterfaceType
|
|
Type_t * ___InterfaceType_1;
|
|
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::TargetMethods
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
|
|
// System.Reflection.MethodInfo[] System.Reflection.InterfaceMapping::InterfaceMethods
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TargetType_0() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetType_0)); }
|
|
inline Type_t * get_TargetType_0() const { return ___TargetType_0; }
|
|
inline Type_t ** get_address_of_TargetType_0() { return &___TargetType_0; }
|
|
inline void set_TargetType_0(Type_t * value)
|
|
{
|
|
___TargetType_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TargetType_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InterfaceType_1() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceType_1)); }
|
|
inline Type_t * get_InterfaceType_1() const { return ___InterfaceType_1; }
|
|
inline Type_t ** get_address_of_InterfaceType_1() { return &___InterfaceType_1; }
|
|
inline void set_InterfaceType_1(Type_t * value)
|
|
{
|
|
___InterfaceType_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceType_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TargetMethods_2() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___TargetMethods_2)); }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_TargetMethods_2() const { return ___TargetMethods_2; }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_TargetMethods_2() { return &___TargetMethods_2; }
|
|
inline void set_TargetMethods_2(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
|
|
{
|
|
___TargetMethods_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TargetMethods_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InterfaceMethods_3() { return static_cast<int32_t>(offsetof(InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B, ___InterfaceMethods_3)); }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* get_InterfaceMethods_3() const { return ___InterfaceMethods_3; }
|
|
inline MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B** get_address_of_InterfaceMethods_3() { return &___InterfaceMethods_3; }
|
|
inline void set_InterfaceMethods_3(MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* value)
|
|
{
|
|
___InterfaceMethods_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InterfaceMethods_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.InterfaceMapping
|
|
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_pinvoke
|
|
{
|
|
Type_t * ___TargetType_0;
|
|
Type_t * ___InterfaceType_1;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.InterfaceMapping
|
|
struct InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_marshaled_com
|
|
{
|
|
Type_t * ___TargetType_0;
|
|
Type_t * ___InterfaceType_1;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___TargetMethods_2;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* ___InterfaceMethods_3;
|
|
};
|
|
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
|
|
{
|
|
public:
|
|
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
|
|
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
|
|
{
|
|
____byRef_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
|
|
// System.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.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorClipInfo
|
|
struct AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorClipInfo::m_ClipInstanceID
|
|
int32_t ___m_ClipInstanceID_0;
|
|
// System.Single UnityEngine.AnimatorClipInfo::m_Weight
|
|
float ___m_Weight_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ClipInstanceID_0() { return static_cast<int32_t>(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_ClipInstanceID_0)); }
|
|
inline int32_t get_m_ClipInstanceID_0() const { return ___m_ClipInstanceID_0; }
|
|
inline int32_t* get_address_of_m_ClipInstanceID_0() { return &___m_ClipInstanceID_0; }
|
|
inline void set_m_ClipInstanceID_0(int32_t value)
|
|
{
|
|
___m_ClipInstanceID_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Weight_1() { return static_cast<int32_t>(offsetof(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180, ___m_Weight_1)); }
|
|
inline float get_m_Weight_1() const { return ___m_Weight_1; }
|
|
inline float* get_address_of_m_Weight_1() { return &___m_Weight_1; }
|
|
inline void set_m_Weight_1(float value)
|
|
{
|
|
___m_Weight_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorStateInfo
|
|
struct AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Name
|
|
int32_t ___m_Name_0;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Path
|
|
int32_t ___m_Path_1;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_FullPath
|
|
int32_t ___m_FullPath_2;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_NormalizedTime
|
|
float ___m_NormalizedTime_3;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_Length
|
|
float ___m_Length_4;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_Speed
|
|
float ___m_Speed_5;
|
|
// System.Single UnityEngine.AnimatorStateInfo::m_SpeedMultiplier
|
|
float ___m_SpeedMultiplier_6;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Tag
|
|
int32_t ___m_Tag_7;
|
|
// System.Int32 UnityEngine.AnimatorStateInfo::m_Loop
|
|
int32_t ___m_Loop_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Name_0() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Name_0)); }
|
|
inline int32_t get_m_Name_0() const { return ___m_Name_0; }
|
|
inline int32_t* get_address_of_m_Name_0() { return &___m_Name_0; }
|
|
inline void set_m_Name_0(int32_t value)
|
|
{
|
|
___m_Name_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Path_1() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Path_1)); }
|
|
inline int32_t get_m_Path_1() const { return ___m_Path_1; }
|
|
inline int32_t* get_address_of_m_Path_1() { return &___m_Path_1; }
|
|
inline void set_m_Path_1(int32_t value)
|
|
{
|
|
___m_Path_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FullPath_2() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_FullPath_2)); }
|
|
inline int32_t get_m_FullPath_2() const { return ___m_FullPath_2; }
|
|
inline int32_t* get_address_of_m_FullPath_2() { return &___m_FullPath_2; }
|
|
inline void set_m_FullPath_2(int32_t value)
|
|
{
|
|
___m_FullPath_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_NormalizedTime_3() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_NormalizedTime_3)); }
|
|
inline float get_m_NormalizedTime_3() const { return ___m_NormalizedTime_3; }
|
|
inline float* get_address_of_m_NormalizedTime_3() { return &___m_NormalizedTime_3; }
|
|
inline void set_m_NormalizedTime_3(float value)
|
|
{
|
|
___m_NormalizedTime_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Length_4() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Length_4)); }
|
|
inline float get_m_Length_4() const { return ___m_Length_4; }
|
|
inline float* get_address_of_m_Length_4() { return &___m_Length_4; }
|
|
inline void set_m_Length_4(float value)
|
|
{
|
|
___m_Length_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Speed_5() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Speed_5)); }
|
|
inline float get_m_Speed_5() const { return ___m_Speed_5; }
|
|
inline float* get_address_of_m_Speed_5() { return &___m_Speed_5; }
|
|
inline void set_m_Speed_5(float value)
|
|
{
|
|
___m_Speed_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SpeedMultiplier_6() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_SpeedMultiplier_6)); }
|
|
inline float get_m_SpeedMultiplier_6() const { return ___m_SpeedMultiplier_6; }
|
|
inline float* get_address_of_m_SpeedMultiplier_6() { return &___m_SpeedMultiplier_6; }
|
|
inline void set_m_SpeedMultiplier_6(float value)
|
|
{
|
|
___m_SpeedMultiplier_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Tag_7() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Tag_7)); }
|
|
inline int32_t get_m_Tag_7() const { return ___m_Tag_7; }
|
|
inline int32_t* get_address_of_m_Tag_7() { return &___m_Tag_7; }
|
|
inline void set_m_Tag_7(int32_t value)
|
|
{
|
|
___m_Tag_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Loop_8() { return static_cast<int32_t>(offsetof(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2, ___m_Loop_8)); }
|
|
inline int32_t get_m_Loop_8() const { return ___m_Loop_8; }
|
|
inline int32_t* get_address_of_m_Loop_8() { return &___m_Loop_8; }
|
|
inline void set_m_Loop_8(int32_t value)
|
|
{
|
|
___m_Loop_8 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorTransitionInfo
|
|
struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_FullPath
|
|
int32_t ___m_FullPath_0;
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_UserName
|
|
int32_t ___m_UserName_1;
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_Name
|
|
int32_t ___m_Name_2;
|
|
// System.Boolean UnityEngine.AnimatorTransitionInfo::m_HasFixedDuration
|
|
bool ___m_HasFixedDuration_3;
|
|
// System.Single UnityEngine.AnimatorTransitionInfo::m_Duration
|
|
float ___m_Duration_4;
|
|
// System.Single UnityEngine.AnimatorTransitionInfo::m_NormalizedTime
|
|
float ___m_NormalizedTime_5;
|
|
// System.Boolean UnityEngine.AnimatorTransitionInfo::m_AnyState
|
|
bool ___m_AnyState_6;
|
|
// System.Int32 UnityEngine.AnimatorTransitionInfo::m_TransitionType
|
|
int32_t ___m_TransitionType_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_FullPath_0() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_FullPath_0)); }
|
|
inline int32_t get_m_FullPath_0() const { return ___m_FullPath_0; }
|
|
inline int32_t* get_address_of_m_FullPath_0() { return &___m_FullPath_0; }
|
|
inline void set_m_FullPath_0(int32_t value)
|
|
{
|
|
___m_FullPath_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UserName_1() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_UserName_1)); }
|
|
inline int32_t get_m_UserName_1() const { return ___m_UserName_1; }
|
|
inline int32_t* get_address_of_m_UserName_1() { return &___m_UserName_1; }
|
|
inline void set_m_UserName_1(int32_t value)
|
|
{
|
|
___m_UserName_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Name_2() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_Name_2)); }
|
|
inline int32_t get_m_Name_2() const { return ___m_Name_2; }
|
|
inline int32_t* get_address_of_m_Name_2() { return &___m_Name_2; }
|
|
inline void set_m_Name_2(int32_t value)
|
|
{
|
|
___m_Name_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_HasFixedDuration_3() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_HasFixedDuration_3)); }
|
|
inline bool get_m_HasFixedDuration_3() const { return ___m_HasFixedDuration_3; }
|
|
inline bool* get_address_of_m_HasFixedDuration_3() { return &___m_HasFixedDuration_3; }
|
|
inline void set_m_HasFixedDuration_3(bool value)
|
|
{
|
|
___m_HasFixedDuration_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Duration_4() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_Duration_4)); }
|
|
inline float get_m_Duration_4() const { return ___m_Duration_4; }
|
|
inline float* get_address_of_m_Duration_4() { return &___m_Duration_4; }
|
|
inline void set_m_Duration_4(float value)
|
|
{
|
|
___m_Duration_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_NormalizedTime_5() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_NormalizedTime_5)); }
|
|
inline float get_m_NormalizedTime_5() const { return ___m_NormalizedTime_5; }
|
|
inline float* get_address_of_m_NormalizedTime_5() { return &___m_NormalizedTime_5; }
|
|
inline void set_m_NormalizedTime_5(float value)
|
|
{
|
|
___m_NormalizedTime_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AnyState_6() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_AnyState_6)); }
|
|
inline bool get_m_AnyState_6() const { return ___m_AnyState_6; }
|
|
inline bool* get_address_of_m_AnyState_6() { return &___m_AnyState_6; }
|
|
inline void set_m_AnyState_6(bool value)
|
|
{
|
|
___m_AnyState_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TransitionType_7() { return static_cast<int32_t>(offsetof(AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B, ___m_TransitionType_7)); }
|
|
inline int32_t get_m_TransitionType_7() const { return ___m_TransitionType_7; }
|
|
inline int32_t* get_address_of_m_TransitionType_7() { return &___m_TransitionType_7; }
|
|
inline void set_m_TransitionType_7(int32_t value)
|
|
{
|
|
___m_TransitionType_7 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.AnimatorTransitionInfo
|
|
struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_FullPath_0;
|
|
int32_t ___m_UserName_1;
|
|
int32_t ___m_Name_2;
|
|
int32_t ___m_HasFixedDuration_3;
|
|
float ___m_Duration_4;
|
|
float ___m_NormalizedTime_5;
|
|
int32_t ___m_AnyState_6;
|
|
int32_t ___m_TransitionType_7;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.AnimatorTransitionInfo
|
|
struct AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_marshaled_com
|
|
{
|
|
int32_t ___m_FullPath_0;
|
|
int32_t ___m_UserName_1;
|
|
int32_t ___m_Name_2;
|
|
int32_t ___m_HasFixedDuration_3;
|
|
float ___m_Duration_4;
|
|
float ___m_NormalizedTime_5;
|
|
int32_t ___m_AnyState_6;
|
|
int32_t ___m_TransitionType_7;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
|
|
inline float get_r_0() const { return ___r_0; }
|
|
inline float* get_address_of_r_0() { return &___r_0; }
|
|
inline void set_r_0(float value)
|
|
{
|
|
___r_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
|
|
inline float get_g_1() const { return ___g_1; }
|
|
inline float* get_address_of_g_1() { return &___g_1; }
|
|
inline void set_g_1(float value)
|
|
{
|
|
___g_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
|
|
inline float get_b_2() const { return ___b_2; }
|
|
inline float* get_address_of_b_2() { return &___b_2; }
|
|
inline void set_b_2(float value)
|
|
{
|
|
___b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
|
|
inline float get_a_3() const { return ___a_3; }
|
|
inline float* get_address_of_a_3() { return &___a_3; }
|
|
inline void set_a_3(float value)
|
|
{
|
|
___a_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.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;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.WaitForEndOfFrame
|
|
struct WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// FairyGUI.AlignType
|
|
struct AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.AlignType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55, ___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.ButtonMode
|
|
struct ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.ButtonMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8, ___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.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.ListLayoutType
|
|
struct ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.ListLayoutType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723, ___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.ListSelectionMode
|
|
struct ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.ListSelectionMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D, ___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.RelationType
|
|
struct RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.RelationType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048, ___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.VertAlignType
|
|
struct VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31
|
|
{
|
|
public:
|
|
// System.Int32 FairyGUI.VertAlignType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31, ___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.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.Assembly
|
|
struct Assembly_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Reflection.Assembly::_mono_assembly
|
|
intptr_t ____mono_assembly_0;
|
|
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
// System.Object System.Reflection.Assembly::_evidence
|
|
RuntimeObject * ____evidence_2;
|
|
// System.Object System.Reflection.Assembly::_minimum
|
|
RuntimeObject * ____minimum_3;
|
|
// System.Object System.Reflection.Assembly::_optional
|
|
RuntimeObject * ____optional_4;
|
|
// System.Object System.Reflection.Assembly::_refuse
|
|
RuntimeObject * ____refuse_5;
|
|
// System.Object System.Reflection.Assembly::_granted
|
|
RuntimeObject * ____granted_6;
|
|
// System.Object System.Reflection.Assembly::_denied
|
|
RuntimeObject * ____denied_7;
|
|
// System.Boolean System.Reflection.Assembly::fromByteArray
|
|
bool ___fromByteArray_8;
|
|
// System.String System.Reflection.Assembly::assemblyName
|
|
String_t* ___assemblyName_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
|
|
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
|
|
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
|
|
inline void set__mono_assembly_0(intptr_t value)
|
|
{
|
|
____mono_assembly_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
|
|
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
|
|
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
|
|
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
|
|
{
|
|
___resolve_event_holder_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
|
|
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
|
|
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
|
|
inline void set__evidence_2(RuntimeObject * value)
|
|
{
|
|
____evidence_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
|
|
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
|
|
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
|
|
inline void set__minimum_3(RuntimeObject * value)
|
|
{
|
|
____minimum_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
|
|
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
|
|
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
|
|
inline void set__optional_4(RuntimeObject * value)
|
|
{
|
|
____optional_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
|
|
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
|
|
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
|
|
inline void set__refuse_5(RuntimeObject * value)
|
|
{
|
|
____refuse_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
|
|
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
|
|
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
|
|
inline void set__granted_6(RuntimeObject * value)
|
|
{
|
|
____granted_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
|
|
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
|
|
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
|
|
inline void set__denied_7(RuntimeObject * value)
|
|
{
|
|
____denied_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
|
|
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
|
|
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
|
|
inline void set_fromByteArray_8(bool value)
|
|
{
|
|
___fromByteArray_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
|
|
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
|
|
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
|
|
inline void set_assemblyName_9(String_t* value)
|
|
{
|
|
___assemblyName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ____mono_assembly_0;
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
Il2CppIUnknown* ____evidence_2;
|
|
Il2CppIUnknown* ____minimum_3;
|
|
Il2CppIUnknown* ____optional_4;
|
|
Il2CppIUnknown* ____refuse_5;
|
|
Il2CppIUnknown* ____granted_6;
|
|
Il2CppIUnknown* ____denied_7;
|
|
int32_t ___fromByteArray_8;
|
|
char* ___assemblyName_9;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_com
|
|
{
|
|
intptr_t ____mono_assembly_0;
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
Il2CppIUnknown* ____evidence_2;
|
|
Il2CppIUnknown* ____minimum_3;
|
|
Il2CppIUnknown* ____optional_4;
|
|
Il2CppIUnknown* ____refuse_5;
|
|
Il2CppIUnknown* ____granted_6;
|
|
Il2CppIUnknown* ____denied_7;
|
|
int32_t ___fromByteArray_8;
|
|
Il2CppChar* ___assemblyName_9;
|
|
};
|
|
|
|
// System.Reflection.BindingFlags
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.ConstructorInfo
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Reflection.ConstructorInfo::ConstructorName
|
|
String_t* ___ConstructorName_0;
|
|
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
|
|
String_t* ___TypeConstructorName_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ConstructorName_0() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); }
|
|
inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
|
|
inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
|
|
inline void set_ConstructorName_0(String_t* value)
|
|
{
|
|
___ConstructorName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); }
|
|
inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
|
|
inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
|
|
inline void set_TypeConstructorName_1(String_t* value)
|
|
{
|
|
___TypeConstructorName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.GenericParameterAttributes
|
|
struct GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.GenericParameterAttributes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberTypes
|
|
struct MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.MemberTypes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.TypeAttributes
|
|
struct TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.TypeAttributes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30, ___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.Runtime.InteropServices.CharSet
|
|
struct CharSet_t2DEB2DA03477AAFC8FD2E1EC33F49904F85632A5
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.InteropServices.CharSet::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharSet_t2DEB2DA03477AAFC8FD2E1EC33F49904F85632A5, ___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.Runtime.InteropServices.LayoutKind
|
|
struct LayoutKind_tF648228CEEEBB6A34BD31D56F626D5056728309C
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.InteropServices.LayoutKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LayoutKind_tF648228CEEEBB6A34BD31D56F626D5056728309C, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TypeCode
|
|
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
|
|
{
|
|
public:
|
|
// System.Int32 System.TypeCode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___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.AnimationBlendMode
|
|
struct AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimationBlendMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503, ___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.AnimationCullingType
|
|
struct AnimationCullingType_tA919F6AFDDBDCB81BED4A3F03448F744A8FECD0C
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimationCullingType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnimationCullingType_tA919F6AFDDBDCB81BED4A3F03448F744A8FECD0C, ___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.AnimationCurve
|
|
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.AnimationCurve::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.AnimationCurve
|
|
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.AnimationEventSource
|
|
struct AnimationEventSource_t0CA86CB3D775209B46F475A99887C93530F20702
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimationEventSource::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnimationEventSource_t0CA86CB3D775209B46F475A99887C93530F20702, ___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.AnimatorControllerParameterType
|
|
struct AnimatorControllerParameterType_t340CE2BBAB87F4684FEA76C24F1BCB9FC10D5B1F
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorControllerParameterType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnimatorControllerParameterType_t340CE2BBAB87F4684FEA76C24F1BCB9FC10D5B1F, ___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.AnimatorCullingMode
|
|
struct AnimatorCullingMode_t9E72A730F46CAED8736352678469610F391D22C9
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorCullingMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnimatorCullingMode_t9E72A730F46CAED8736352678469610F391D22C9, ___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.AnimatorRecorderMode
|
|
struct AnimatorRecorderMode_t01A6A766010DB418514F48BEB2A7CABCFFCB74A8
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorRecorderMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnimatorRecorderMode_t01A6A766010DB418514F48BEB2A7CABCFFCB74A8, ___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.AnimatorUpdateMode
|
|
struct AnimatorUpdateMode_tDD2D2D131F4E5D2D2A5AF9EFDE368B1C1548EEA0
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AnimatorUpdateMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AnimatorUpdateMode_tDD2D2D131F4E5D2D2A5AF9EFDE368B1C1548EEA0, ___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.AvatarIKGoal
|
|
struct AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AvatarIKGoal::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11, ___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.AvatarIKHint
|
|
struct AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AvatarIKHint::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26, ___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.AvatarTarget
|
|
struct AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.AvatarTarget::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D, ___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.Bounds
|
|
struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Center_0() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; }
|
|
inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Center_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Extents_1() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; }
|
|
inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_Extents_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.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.HumanBodyBones
|
|
struct HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.HumanBodyBones::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.LogType
|
|
struct LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.LogType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.MatchTargetWeightMask
|
|
struct MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B
|
|
{
|
|
public:
|
|
// UnityEngine.Vector3 UnityEngine.MatchTargetWeightMask::m_PositionXYZWeight
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_PositionXYZWeight_0;
|
|
// System.Single UnityEngine.MatchTargetWeightMask::m_RotationWeight
|
|
float ___m_RotationWeight_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_PositionXYZWeight_0() { return static_cast<int32_t>(offsetof(MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B, ___m_PositionXYZWeight_0)); }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_PositionXYZWeight_0() const { return ___m_PositionXYZWeight_0; }
|
|
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_PositionXYZWeight_0() { return &___m_PositionXYZWeight_0; }
|
|
inline void set_m_PositionXYZWeight_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
|
|
{
|
|
___m_PositionXYZWeight_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RotationWeight_1() { return static_cast<int32_t>(offsetof(MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B, ___m_RotationWeight_1)); }
|
|
inline float get_m_RotationWeight_1() const { return ___m_RotationWeight_1; }
|
|
inline float* get_address_of_m_RotationWeight_1() { return &___m_RotationWeight_1; }
|
|
inline void set_m_RotationWeight_1(float value)
|
|
{
|
|
___m_RotationWeight_1 = 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.PlayMode
|
|
struct PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.PlayMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3, ___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.Playables.PlayableGraph
|
|
struct PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Playables.PlayableGraph::m_Handle
|
|
intptr_t ___m_Handle_0;
|
|
// System.UInt32 UnityEngine.Playables.PlayableGraph::m_Version
|
|
uint32_t ___m_Version_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA, ___m_Handle_0)); }
|
|
inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; }
|
|
inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
|
|
inline void set_m_Handle_0(intptr_t value)
|
|
{
|
|
___m_Handle_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Version_1() { return static_cast<int32_t>(offsetof(PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA, ___m_Version_1)); }
|
|
inline uint32_t get_m_Version_1() const { return ___m_Version_1; }
|
|
inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; }
|
|
inline void set_m_Version_1(uint32_t value)
|
|
{
|
|
___m_Version_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.QueueMode
|
|
struct QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.QueueMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA, ___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.ScreenOrientation
|
|
struct ScreenOrientation_t4AB8E2E02033B0EAEA0260B05B1D88DA8058BB51
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.ScreenOrientation::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScreenOrientation_t4AB8E2E02033B0EAEA0260B05B1D88DA8058BB51, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TextureFormat
|
|
struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TextureFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.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.Reflection.Module
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Reflection.Module::_impl
|
|
intptr_t ____impl_2;
|
|
// System.Reflection.Assembly System.Reflection.Module::assembly
|
|
Assembly_t * ___assembly_3;
|
|
// System.String System.Reflection.Module::fqname
|
|
String_t* ___fqname_4;
|
|
// System.String System.Reflection.Module::name
|
|
String_t* ___name_5;
|
|
// System.String System.Reflection.Module::scopename
|
|
String_t* ___scopename_6;
|
|
// System.Boolean System.Reflection.Module::is_resource
|
|
bool ___is_resource_7;
|
|
// System.Int32 System.Reflection.Module::token
|
|
int32_t ___token_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_2() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ____impl_2)); }
|
|
inline intptr_t get__impl_2() const { return ____impl_2; }
|
|
inline intptr_t* get_address_of__impl_2() { return &____impl_2; }
|
|
inline void set__impl_2(intptr_t value)
|
|
{
|
|
____impl_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_assembly_3() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___assembly_3)); }
|
|
inline Assembly_t * get_assembly_3() const { return ___assembly_3; }
|
|
inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; }
|
|
inline void set_assembly_3(Assembly_t * value)
|
|
{
|
|
___assembly_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fqname_4() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___fqname_4)); }
|
|
inline String_t* get_fqname_4() const { return ___fqname_4; }
|
|
inline String_t** get_address_of_fqname_4() { return &___fqname_4; }
|
|
inline void set_fqname_4(String_t* value)
|
|
{
|
|
___fqname_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_5() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___name_5)); }
|
|
inline String_t* get_name_5() const { return ___name_5; }
|
|
inline String_t** get_address_of_name_5() { return &___name_5; }
|
|
inline void set_name_5(String_t* value)
|
|
{
|
|
___name_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_scopename_6() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___scopename_6)); }
|
|
inline String_t* get_scopename_6() const { return ___scopename_6; }
|
|
inline String_t** get_address_of_scopename_6() { return &___scopename_6; }
|
|
inline void set_scopename_6(String_t* value)
|
|
{
|
|
___scopename_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_is_resource_7() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___is_resource_7)); }
|
|
inline bool get_is_resource_7() const { return ___is_resource_7; }
|
|
inline bool* get_address_of_is_resource_7() { return &___is_resource_7; }
|
|
inline void set_is_resource_7(bool value)
|
|
{
|
|
___is_resource_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_token_8() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___token_8)); }
|
|
inline int32_t get_token_8() const { return ___token_8; }
|
|
inline int32_t* get_address_of_token_8() { return &___token_8; }
|
|
inline void set_token_8(int32_t value)
|
|
{
|
|
___token_8 = value;
|
|
}
|
|
};
|
|
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName
|
|
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeName_0;
|
|
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase
|
|
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeNameIgnoreCase_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeName_0)); }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeName_0() const { return ___FilterTypeName_0; }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; }
|
|
inline void set_FilterTypeName_0(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
|
|
{
|
|
___FilterTypeName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeNameIgnoreCase_1)); }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; }
|
|
inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
|
|
{
|
|
___FilterTypeNameIgnoreCase_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.Module
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke
|
|
{
|
|
intptr_t ____impl_2;
|
|
Assembly_t_marshaled_pinvoke* ___assembly_3;
|
|
char* ___fqname_4;
|
|
char* ___name_5;
|
|
char* ___scopename_6;
|
|
int32_t ___is_resource_7;
|
|
int32_t ___token_8;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.Module
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com
|
|
{
|
|
intptr_t ____impl_2;
|
|
Assembly_t_marshaled_com* ___assembly_3;
|
|
Il2CppChar* ___fqname_4;
|
|
Il2CppChar* ___name_5;
|
|
Il2CppChar* ___scopename_6;
|
|
int32_t ___is_resource_7;
|
|
int32_t ___token_8;
|
|
};
|
|
|
|
// System.Runtime.InteropServices.StructLayoutAttribute
|
|
struct StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.Runtime.InteropServices.LayoutKind System.Runtime.InteropServices.StructLayoutAttribute::_val
|
|
int32_t ____val_0;
|
|
// System.Int32 System.Runtime.InteropServices.StructLayoutAttribute::Pack
|
|
int32_t ___Pack_1;
|
|
// System.Int32 System.Runtime.InteropServices.StructLayoutAttribute::Size
|
|
int32_t ___Size_2;
|
|
// System.Runtime.InteropServices.CharSet System.Runtime.InteropServices.StructLayoutAttribute::CharSet
|
|
int32_t ___CharSet_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__val_0() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ____val_0)); }
|
|
inline int32_t get__val_0() const { return ____val_0; }
|
|
inline int32_t* get_address_of__val_0() { return &____val_0; }
|
|
inline void set__val_0(int32_t value)
|
|
{
|
|
____val_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Pack_1() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___Pack_1)); }
|
|
inline int32_t get_Pack_1() const { return ___Pack_1; }
|
|
inline int32_t* get_address_of_Pack_1() { return &___Pack_1; }
|
|
inline void set_Pack_1(int32_t value)
|
|
{
|
|
___Pack_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Size_2() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___Size_2)); }
|
|
inline int32_t get_Size_2() const { return ___Size_2; }
|
|
inline int32_t* get_address_of_Size_2() { return &___Size_2; }
|
|
inline void set_Size_2(int32_t value)
|
|
{
|
|
___Size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CharSet_3() { return static_cast<int32_t>(offsetof(StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB, ___CharSet_3)); }
|
|
inline int32_t get_CharSet_3() const { return ___CharSet_3; }
|
|
inline int32_t* get_address_of_CharSet_3() { return &___CharSet_3; }
|
|
inline void set_CharSet_3(int32_t value)
|
|
{
|
|
___CharSet_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.AnimationEvent
|
|
struct AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.AnimationEvent::m_Time
|
|
float ___m_Time_0;
|
|
// System.String UnityEngine.AnimationEvent::m_FunctionName
|
|
String_t* ___m_FunctionName_1;
|
|
// System.String UnityEngine.AnimationEvent::m_StringParameter
|
|
String_t* ___m_StringParameter_2;
|
|
// UnityEngine.Object UnityEngine.AnimationEvent::m_ObjectReferenceParameter
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___m_ObjectReferenceParameter_3;
|
|
// System.Single UnityEngine.AnimationEvent::m_FloatParameter
|
|
float ___m_FloatParameter_4;
|
|
// System.Int32 UnityEngine.AnimationEvent::m_IntParameter
|
|
int32_t ___m_IntParameter_5;
|
|
// System.Int32 UnityEngine.AnimationEvent::m_MessageOptions
|
|
int32_t ___m_MessageOptions_6;
|
|
// UnityEngine.AnimationEventSource UnityEngine.AnimationEvent::m_Source
|
|
int32_t ___m_Source_7;
|
|
// UnityEngine.AnimationState UnityEngine.AnimationEvent::m_StateSender
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * ___m_StateSender_8;
|
|
// UnityEngine.AnimatorStateInfo UnityEngine.AnimationEvent::m_AnimatorStateInfo
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 ___m_AnimatorStateInfo_9;
|
|
// UnityEngine.AnimatorClipInfo UnityEngine.AnimationEvent::m_AnimatorClipInfo
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___m_AnimatorClipInfo_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Time_0() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_Time_0)); }
|
|
inline float get_m_Time_0() const { return ___m_Time_0; }
|
|
inline float* get_address_of_m_Time_0() { return &___m_Time_0; }
|
|
inline void set_m_Time_0(float value)
|
|
{
|
|
___m_Time_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FunctionName_1() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_FunctionName_1)); }
|
|
inline String_t* get_m_FunctionName_1() const { return ___m_FunctionName_1; }
|
|
inline String_t** get_address_of_m_FunctionName_1() { return &___m_FunctionName_1; }
|
|
inline void set_m_FunctionName_1(String_t* value)
|
|
{
|
|
___m_FunctionName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_FunctionName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StringParameter_2() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_StringParameter_2)); }
|
|
inline String_t* get_m_StringParameter_2() const { return ___m_StringParameter_2; }
|
|
inline String_t** get_address_of_m_StringParameter_2() { return &___m_StringParameter_2; }
|
|
inline void set_m_StringParameter_2(String_t* value)
|
|
{
|
|
___m_StringParameter_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_StringParameter_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ObjectReferenceParameter_3() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_ObjectReferenceParameter_3)); }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * get_m_ObjectReferenceParameter_3() const { return ___m_ObjectReferenceParameter_3; }
|
|
inline Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 ** get_address_of_m_ObjectReferenceParameter_3() { return &___m_ObjectReferenceParameter_3; }
|
|
inline void set_m_ObjectReferenceParameter_3(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * value)
|
|
{
|
|
___m_ObjectReferenceParameter_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ObjectReferenceParameter_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_FloatParameter_4() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_FloatParameter_4)); }
|
|
inline float get_m_FloatParameter_4() const { return ___m_FloatParameter_4; }
|
|
inline float* get_address_of_m_FloatParameter_4() { return &___m_FloatParameter_4; }
|
|
inline void set_m_FloatParameter_4(float value)
|
|
{
|
|
___m_FloatParameter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_IntParameter_5() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_IntParameter_5)); }
|
|
inline int32_t get_m_IntParameter_5() const { return ___m_IntParameter_5; }
|
|
inline int32_t* get_address_of_m_IntParameter_5() { return &___m_IntParameter_5; }
|
|
inline void set_m_IntParameter_5(int32_t value)
|
|
{
|
|
___m_IntParameter_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MessageOptions_6() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_MessageOptions_6)); }
|
|
inline int32_t get_m_MessageOptions_6() const { return ___m_MessageOptions_6; }
|
|
inline int32_t* get_address_of_m_MessageOptions_6() { return &___m_MessageOptions_6; }
|
|
inline void set_m_MessageOptions_6(int32_t value)
|
|
{
|
|
___m_MessageOptions_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Source_7() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_Source_7)); }
|
|
inline int32_t get_m_Source_7() const { return ___m_Source_7; }
|
|
inline int32_t* get_address_of_m_Source_7() { return &___m_Source_7; }
|
|
inline void set_m_Source_7(int32_t value)
|
|
{
|
|
___m_Source_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StateSender_8() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_StateSender_8)); }
|
|
inline AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * get_m_StateSender_8() const { return ___m_StateSender_8; }
|
|
inline AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 ** get_address_of_m_StateSender_8() { return &___m_StateSender_8; }
|
|
inline void set_m_StateSender_8(AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * value)
|
|
{
|
|
___m_StateSender_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_StateSender_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AnimatorStateInfo_9() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_AnimatorStateInfo_9)); }
|
|
inline AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 get_m_AnimatorStateInfo_9() const { return ___m_AnimatorStateInfo_9; }
|
|
inline AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 * get_address_of_m_AnimatorStateInfo_9() { return &___m_AnimatorStateInfo_9; }
|
|
inline void set_m_AnimatorStateInfo_9(AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 value)
|
|
{
|
|
___m_AnimatorStateInfo_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_AnimatorClipInfo_10() { return static_cast<int32_t>(offsetof(AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F, ___m_AnimatorClipInfo_10)); }
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 get_m_AnimatorClipInfo_10() const { return ___m_AnimatorClipInfo_10; }
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 * get_address_of_m_AnimatorClipInfo_10() { return &___m_AnimatorClipInfo_10; }
|
|
inline void set_m_AnimatorClipInfo_10(AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 value)
|
|
{
|
|
___m_AnimatorClipInfo_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.AnimationEvent
|
|
struct AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_marshaled_pinvoke
|
|
{
|
|
float ___m_Time_0;
|
|
char* ___m_FunctionName_1;
|
|
char* ___m_StringParameter_2;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke ___m_ObjectReferenceParameter_3;
|
|
float ___m_FloatParameter_4;
|
|
int32_t ___m_IntParameter_5;
|
|
int32_t ___m_MessageOptions_6;
|
|
int32_t ___m_Source_7;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * ___m_StateSender_8;
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 ___m_AnimatorStateInfo_9;
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___m_AnimatorClipInfo_10;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.AnimationEvent
|
|
struct AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_marshaled_com
|
|
{
|
|
float ___m_Time_0;
|
|
Il2CppChar* ___m_FunctionName_1;
|
|
Il2CppChar* ___m_StringParameter_2;
|
|
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com* ___m_ObjectReferenceParameter_3;
|
|
float ___m_FloatParameter_4;
|
|
int32_t ___m_IntParameter_5;
|
|
int32_t ___m_MessageOptions_6;
|
|
int32_t ___m_Source_7;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * ___m_StateSender_8;
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 ___m_AnimatorStateInfo_9;
|
|
AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 ___m_AnimatorClipInfo_10;
|
|
};
|
|
|
|
// UnityEngine.AnimationState
|
|
struct AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 : public TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimatorControllerParameter
|
|
struct AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String UnityEngine.AnimatorControllerParameter::m_Name
|
|
String_t* ___m_Name_0;
|
|
// UnityEngine.AnimatorControllerParameterType UnityEngine.AnimatorControllerParameter::m_Type
|
|
int32_t ___m_Type_1;
|
|
// System.Single UnityEngine.AnimatorControllerParameter::m_DefaultFloat
|
|
float ___m_DefaultFloat_2;
|
|
// System.Int32 UnityEngine.AnimatorControllerParameter::m_DefaultInt
|
|
int32_t ___m_DefaultInt_3;
|
|
// System.Boolean UnityEngine.AnimatorControllerParameter::m_DefaultBool
|
|
bool ___m_DefaultBool_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Name_0() { return static_cast<int32_t>(offsetof(AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68, ___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_Type_1() { return static_cast<int32_t>(offsetof(AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68, ___m_Type_1)); }
|
|
inline int32_t get_m_Type_1() const { return ___m_Type_1; }
|
|
inline int32_t* get_address_of_m_Type_1() { return &___m_Type_1; }
|
|
inline void set_m_Type_1(int32_t value)
|
|
{
|
|
___m_Type_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DefaultFloat_2() { return static_cast<int32_t>(offsetof(AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68, ___m_DefaultFloat_2)); }
|
|
inline float get_m_DefaultFloat_2() const { return ___m_DefaultFloat_2; }
|
|
inline float* get_address_of_m_DefaultFloat_2() { return &___m_DefaultFloat_2; }
|
|
inline void set_m_DefaultFloat_2(float value)
|
|
{
|
|
___m_DefaultFloat_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DefaultInt_3() { return static_cast<int32_t>(offsetof(AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68, ___m_DefaultInt_3)); }
|
|
inline int32_t get_m_DefaultInt_3() const { return ___m_DefaultInt_3; }
|
|
inline int32_t* get_address_of_m_DefaultInt_3() { return &___m_DefaultInt_3; }
|
|
inline void set_m_DefaultInt_3(int32_t value)
|
|
{
|
|
___m_DefaultInt_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DefaultBool_4() { return static_cast<int32_t>(offsetof(AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68, ___m_DefaultBool_4)); }
|
|
inline bool get_m_DefaultBool_4() const { return ___m_DefaultBool_4; }
|
|
inline bool* get_address_of_m_DefaultBool_4() { return &___m_DefaultBool_4; }
|
|
inline void set_m_DefaultBool_4(bool value)
|
|
{
|
|
___m_DefaultBool_4 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.AnimatorControllerParameter
|
|
struct AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68_marshaled_pinvoke
|
|
{
|
|
char* ___m_Name_0;
|
|
int32_t ___m_Type_1;
|
|
float ___m_DefaultFloat_2;
|
|
int32_t ___m_DefaultInt_3;
|
|
int32_t ___m_DefaultBool_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.AnimatorControllerParameter
|
|
struct AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Name_0;
|
|
int32_t ___m_Type_1;
|
|
float ___m_DefaultFloat_2;
|
|
int32_t ___m_DefaultInt_3;
|
|
int32_t ___m_DefaultBool_4;
|
|
};
|
|
|
|
// UnityEngine.Avatar
|
|
struct Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Motion
|
|
struct Motion_t497BF9244B6A769D1AE925C3876B187C56C8CF8F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.RuntimeAnimatorController
|
|
struct RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_pinvoke : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_com : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.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;
|
|
}
|
|
};
|
|
|
|
|
|
// 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);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GTextField
|
|
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
|
|
{
|
|
public:
|
|
// FairyGUI.TextField FairyGUI.GTextField::_textField
|
|
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ____textField_74;
|
|
// System.String FairyGUI.GTextField::_text
|
|
String_t* ____text_75;
|
|
// System.Boolean FairyGUI.GTextField::_ubbEnabled
|
|
bool ____ubbEnabled_76;
|
|
// System.Boolean FairyGUI.GTextField::_updatingSize
|
|
bool ____updatingSize_77;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.GTextField::_templateVars
|
|
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____templateVars_78;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__textField_74() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____textField_74)); }
|
|
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get__textField_74() const { return ____textField_74; }
|
|
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of__textField_74() { return &____textField_74; }
|
|
inline void set__textField_74(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value)
|
|
{
|
|
____textField_74 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____textField_74), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__text_75() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____text_75)); }
|
|
inline String_t* get__text_75() const { return ____text_75; }
|
|
inline String_t** get_address_of__text_75() { return &____text_75; }
|
|
inline void set__text_75(String_t* value)
|
|
{
|
|
____text_75 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____text_75), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ubbEnabled_76() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____ubbEnabled_76)); }
|
|
inline bool get__ubbEnabled_76() const { return ____ubbEnabled_76; }
|
|
inline bool* get_address_of__ubbEnabled_76() { return &____ubbEnabled_76; }
|
|
inline void set__ubbEnabled_76(bool value)
|
|
{
|
|
____ubbEnabled_76 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__updatingSize_77() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____updatingSize_77)); }
|
|
inline bool get__updatingSize_77() const { return ____updatingSize_77; }
|
|
inline bool* get_address_of__updatingSize_77() { return &____updatingSize_77; }
|
|
inline void set__updatingSize_77(bool value)
|
|
{
|
|
____updatingSize_77 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__templateVars_78() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____templateVars_78)); }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__templateVars_78() const { return ____templateVars_78; }
|
|
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__templateVars_78() { return &____templateVars_78; }
|
|
inline void set__templateVars_78(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
|
|
{
|
|
____templateVars_78 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____templateVars_78), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// LuaInterface.LuaCSFunction
|
|
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Action`2<System.IntPtr,UnityEngine.AnimationBlendMode>
|
|
struct Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
|
|
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>
|
|
struct Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>
|
|
struct Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.TypeFilter
|
|
struct TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.AnimationClip
|
|
struct AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE : public Motion_t497BF9244B6A769D1AE925C3876B187C56C8CF8F
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Application_LogCallback
|
|
struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.StateMachineBehaviour
|
|
struct StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// FairyGUI.GButton
|
|
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
|
|
{
|
|
public:
|
|
// FairyGUI.PageOption FairyGUI.GButton::<pageOption>k__BackingField
|
|
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * ___U3CpageOptionU3Ek__BackingField_93;
|
|
// FairyGUI.NAudioClip FairyGUI.GButton::sound
|
|
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___sound_94;
|
|
// System.Single FairyGUI.GButton::soundVolumeScale
|
|
float ___soundVolumeScale_95;
|
|
// System.Boolean FairyGUI.GButton::changeStateOnClick
|
|
bool ___changeStateOnClick_96;
|
|
// FairyGUI.GObject FairyGUI.GButton::linkedPopup
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___linkedPopup_97;
|
|
// FairyGUI.GObject FairyGUI.GButton::_titleObject
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____titleObject_98;
|
|
// FairyGUI.GObject FairyGUI.GButton::_iconObject
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____iconObject_99;
|
|
// FairyGUI.Controller FairyGUI.GButton::_relatedController
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____relatedController_100;
|
|
// FairyGUI.ButtonMode FairyGUI.GButton::_mode
|
|
int32_t ____mode_101;
|
|
// System.Boolean FairyGUI.GButton::_selected
|
|
bool ____selected_102;
|
|
// System.String FairyGUI.GButton::_title
|
|
String_t* ____title_103;
|
|
// System.String FairyGUI.GButton::_icon
|
|
String_t* ____icon_104;
|
|
// System.String FairyGUI.GButton::_selectedTitle
|
|
String_t* ____selectedTitle_105;
|
|
// System.String FairyGUI.GButton::_selectedIcon
|
|
String_t* ____selectedIcon_106;
|
|
// FairyGUI.Controller FairyGUI.GButton::_buttonController
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____buttonController_107;
|
|
// System.Int32 FairyGUI.GButton::_downEffect
|
|
int32_t ____downEffect_108;
|
|
// System.Single FairyGUI.GButton::_downEffectValue
|
|
float ____downEffectValue_109;
|
|
// System.Boolean FairyGUI.GButton::_downScaled
|
|
bool ____downScaled_110;
|
|
// System.Boolean FairyGUI.GButton::_down
|
|
bool ____down_111;
|
|
// System.Boolean FairyGUI.GButton::_over
|
|
bool ____over_112;
|
|
// FairyGUI.EventListener FairyGUI.GButton::_onChanged
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_113;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CpageOptionU3Ek__BackingField_93() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___U3CpageOptionU3Ek__BackingField_93)); }
|
|
inline PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * get_U3CpageOptionU3Ek__BackingField_93() const { return ___U3CpageOptionU3Ek__BackingField_93; }
|
|
inline PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 ** get_address_of_U3CpageOptionU3Ek__BackingField_93() { return &___U3CpageOptionU3Ek__BackingField_93; }
|
|
inline void set_U3CpageOptionU3Ek__BackingField_93(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * value)
|
|
{
|
|
___U3CpageOptionU3Ek__BackingField_93 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CpageOptionU3Ek__BackingField_93), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sound_94() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___sound_94)); }
|
|
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_sound_94() const { return ___sound_94; }
|
|
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_sound_94() { return &___sound_94; }
|
|
inline void set_sound_94(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
|
|
{
|
|
___sound_94 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sound_94), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_soundVolumeScale_95() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___soundVolumeScale_95)); }
|
|
inline float get_soundVolumeScale_95() const { return ___soundVolumeScale_95; }
|
|
inline float* get_address_of_soundVolumeScale_95() { return &___soundVolumeScale_95; }
|
|
inline void set_soundVolumeScale_95(float value)
|
|
{
|
|
___soundVolumeScale_95 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_changeStateOnClick_96() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___changeStateOnClick_96)); }
|
|
inline bool get_changeStateOnClick_96() const { return ___changeStateOnClick_96; }
|
|
inline bool* get_address_of_changeStateOnClick_96() { return &___changeStateOnClick_96; }
|
|
inline void set_changeStateOnClick_96(bool value)
|
|
{
|
|
___changeStateOnClick_96 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_linkedPopup_97() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ___linkedPopup_97)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_linkedPopup_97() const { return ___linkedPopup_97; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_linkedPopup_97() { return &___linkedPopup_97; }
|
|
inline void set_linkedPopup_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
___linkedPopup_97 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___linkedPopup_97), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__titleObject_98() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____titleObject_98)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__titleObject_98() const { return ____titleObject_98; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__titleObject_98() { return &____titleObject_98; }
|
|
inline void set__titleObject_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____titleObject_98 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_98), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__iconObject_99() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____iconObject_99)); }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__iconObject_99() const { return ____iconObject_99; }
|
|
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__iconObject_99() { return &____iconObject_99; }
|
|
inline void set__iconObject_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
|
|
{
|
|
____iconObject_99 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____iconObject_99), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__relatedController_100() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____relatedController_100)); }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__relatedController_100() const { return ____relatedController_100; }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__relatedController_100() { return &____relatedController_100; }
|
|
inline void set__relatedController_100(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
|
|
{
|
|
____relatedController_100 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____relatedController_100), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__mode_101() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____mode_101)); }
|
|
inline int32_t get__mode_101() const { return ____mode_101; }
|
|
inline int32_t* get_address_of__mode_101() { return &____mode_101; }
|
|
inline void set__mode_101(int32_t value)
|
|
{
|
|
____mode_101 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__selected_102() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selected_102)); }
|
|
inline bool get__selected_102() const { return ____selected_102; }
|
|
inline bool* get_address_of__selected_102() { return &____selected_102; }
|
|
inline void set__selected_102(bool value)
|
|
{
|
|
____selected_102 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__title_103() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____title_103)); }
|
|
inline String_t* get__title_103() const { return ____title_103; }
|
|
inline String_t** get_address_of__title_103() { return &____title_103; }
|
|
inline void set__title_103(String_t* value)
|
|
{
|
|
____title_103 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____title_103), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__icon_104() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____icon_104)); }
|
|
inline String_t* get__icon_104() const { return ____icon_104; }
|
|
inline String_t** get_address_of__icon_104() { return &____icon_104; }
|
|
inline void set__icon_104(String_t* value)
|
|
{
|
|
____icon_104 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____icon_104), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__selectedTitle_105() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selectedTitle_105)); }
|
|
inline String_t* get__selectedTitle_105() const { return ____selectedTitle_105; }
|
|
inline String_t** get_address_of__selectedTitle_105() { return &____selectedTitle_105; }
|
|
inline void set__selectedTitle_105(String_t* value)
|
|
{
|
|
____selectedTitle_105 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____selectedTitle_105), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__selectedIcon_106() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____selectedIcon_106)); }
|
|
inline String_t* get__selectedIcon_106() const { return ____selectedIcon_106; }
|
|
inline String_t** get_address_of__selectedIcon_106() { return &____selectedIcon_106; }
|
|
inline void set__selectedIcon_106(String_t* value)
|
|
{
|
|
____selectedIcon_106 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____selectedIcon_106), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__buttonController_107() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____buttonController_107)); }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__buttonController_107() const { return ____buttonController_107; }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__buttonController_107() { return &____buttonController_107; }
|
|
inline void set__buttonController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
|
|
{
|
|
____buttonController_107 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buttonController_107), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__downEffect_108() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downEffect_108)); }
|
|
inline int32_t get__downEffect_108() const { return ____downEffect_108; }
|
|
inline int32_t* get_address_of__downEffect_108() { return &____downEffect_108; }
|
|
inline void set__downEffect_108(int32_t value)
|
|
{
|
|
____downEffect_108 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__downEffectValue_109() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downEffectValue_109)); }
|
|
inline float get__downEffectValue_109() const { return ____downEffectValue_109; }
|
|
inline float* get_address_of__downEffectValue_109() { return &____downEffectValue_109; }
|
|
inline void set__downEffectValue_109(float value)
|
|
{
|
|
____downEffectValue_109 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__downScaled_110() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____downScaled_110)); }
|
|
inline bool get__downScaled_110() const { return ____downScaled_110; }
|
|
inline bool* get_address_of__downScaled_110() { return &____downScaled_110; }
|
|
inline void set__downScaled_110(bool value)
|
|
{
|
|
____downScaled_110 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__down_111() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____down_111)); }
|
|
inline bool get__down_111() const { return ____down_111; }
|
|
inline bool* get_address_of__down_111() { return &____down_111; }
|
|
inline void set__down_111(bool value)
|
|
{
|
|
____down_111 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__over_112() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____over_112)); }
|
|
inline bool get__over_112() const { return ____over_112; }
|
|
inline bool* get_address_of__over_112() { return &____over_112; }
|
|
inline void set__over_112(bool value)
|
|
{
|
|
____over_112 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onChanged_113() { return static_cast<int32_t>(offsetof(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942, ____onChanged_113)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_113() const { return ____onChanged_113; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_113() { return &____onChanged_113; }
|
|
inline void set__onChanged_113(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onChanged_113 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_113), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// FairyGUI.GList
|
|
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
|
|
{
|
|
public:
|
|
// System.String FairyGUI.GList::defaultItem
|
|
String_t* ___defaultItem_93;
|
|
// System.Boolean FairyGUI.GList::foldInvisibleItems
|
|
bool ___foldInvisibleItems_94;
|
|
// FairyGUI.ListSelectionMode FairyGUI.GList::selectionMode
|
|
int32_t ___selectionMode_95;
|
|
// FairyGUI.ListItemRenderer FairyGUI.GList::itemRenderer
|
|
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * ___itemRenderer_96;
|
|
// FairyGUI.ListItemProvider FairyGUI.GList::itemProvider
|
|
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * ___itemProvider_97;
|
|
// System.Boolean FairyGUI.GList::scrollItemToViewOnClick
|
|
bool ___scrollItemToViewOnClick_98;
|
|
// FairyGUI.ListLayoutType FairyGUI.GList::_layout
|
|
int32_t ____layout_99;
|
|
// System.Int32 FairyGUI.GList::_lineCount
|
|
int32_t ____lineCount_100;
|
|
// System.Int32 FairyGUI.GList::_columnCount
|
|
int32_t ____columnCount_101;
|
|
// System.Int32 FairyGUI.GList::_lineGap
|
|
int32_t ____lineGap_102;
|
|
// System.Int32 FairyGUI.GList::_columnGap
|
|
int32_t ____columnGap_103;
|
|
// FairyGUI.AlignType FairyGUI.GList::_align
|
|
int32_t ____align_104;
|
|
// FairyGUI.VertAlignType FairyGUI.GList::_verticalAlign
|
|
int32_t ____verticalAlign_105;
|
|
// System.Boolean FairyGUI.GList::_autoResizeItem
|
|
bool ____autoResizeItem_106;
|
|
// FairyGUI.Controller FairyGUI.GList::_selectionController
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____selectionController_107;
|
|
// FairyGUI.GObjectPool FairyGUI.GList::_pool
|
|
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * ____pool_108;
|
|
// System.Int32 FairyGUI.GList::_lastSelectedIndex
|
|
int32_t ____lastSelectedIndex_109;
|
|
// FairyGUI.EventListener FairyGUI.GList::_onClickItem
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickItem_110;
|
|
// FairyGUI.EventListener FairyGUI.GList::_onRightClickItem
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClickItem_111;
|
|
// System.Boolean FairyGUI.GList::_virtual
|
|
bool ____virtual_112;
|
|
// System.Boolean FairyGUI.GList::_loop
|
|
bool ____loop_113;
|
|
// System.Int32 FairyGUI.GList::_numItems
|
|
int32_t ____numItems_114;
|
|
// System.Int32 FairyGUI.GList::_realNumItems
|
|
int32_t ____realNumItems_115;
|
|
// System.Int32 FairyGUI.GList::_firstIndex
|
|
int32_t ____firstIndex_116;
|
|
// System.Int32 FairyGUI.GList::_curLineItemCount
|
|
int32_t ____curLineItemCount_117;
|
|
// System.Int32 FairyGUI.GList::_curLineItemCount2
|
|
int32_t ____curLineItemCount2_118;
|
|
// UnityEngine.Vector2 FairyGUI.GList::_itemSize
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____itemSize_119;
|
|
// System.Int32 FairyGUI.GList::_virtualListChanged
|
|
int32_t ____virtualListChanged_120;
|
|
// System.Boolean FairyGUI.GList::_eventLocked
|
|
bool ____eventLocked_121;
|
|
// System.UInt32 FairyGUI.GList::itemInfoVer
|
|
uint32_t ___itemInfoVer_122;
|
|
// System.Collections.Generic.List`1<FairyGUI.GList_ItemInfo> FairyGUI.GList::_virtualItems
|
|
List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * ____virtualItems_123;
|
|
// FairyGUI.EventCallback1 FairyGUI.GList::_itemClickDelegate
|
|
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____itemClickDelegate_124;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultItem_93() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___defaultItem_93)); }
|
|
inline String_t* get_defaultItem_93() const { return ___defaultItem_93; }
|
|
inline String_t** get_address_of_defaultItem_93() { return &___defaultItem_93; }
|
|
inline void set_defaultItem_93(String_t* value)
|
|
{
|
|
___defaultItem_93 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultItem_93), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_foldInvisibleItems_94() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___foldInvisibleItems_94)); }
|
|
inline bool get_foldInvisibleItems_94() const { return ___foldInvisibleItems_94; }
|
|
inline bool* get_address_of_foldInvisibleItems_94() { return &___foldInvisibleItems_94; }
|
|
inline void set_foldInvisibleItems_94(bool value)
|
|
{
|
|
___foldInvisibleItems_94 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_selectionMode_95() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___selectionMode_95)); }
|
|
inline int32_t get_selectionMode_95() const { return ___selectionMode_95; }
|
|
inline int32_t* get_address_of_selectionMode_95() { return &___selectionMode_95; }
|
|
inline void set_selectionMode_95(int32_t value)
|
|
{
|
|
___selectionMode_95 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_itemRenderer_96() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemRenderer_96)); }
|
|
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * get_itemRenderer_96() const { return ___itemRenderer_96; }
|
|
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 ** get_address_of_itemRenderer_96() { return &___itemRenderer_96; }
|
|
inline void set_itemRenderer_96(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * value)
|
|
{
|
|
___itemRenderer_96 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___itemRenderer_96), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_itemProvider_97() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemProvider_97)); }
|
|
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * get_itemProvider_97() const { return ___itemProvider_97; }
|
|
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 ** get_address_of_itemProvider_97() { return &___itemProvider_97; }
|
|
inline void set_itemProvider_97(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * value)
|
|
{
|
|
___itemProvider_97 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___itemProvider_97), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_scrollItemToViewOnClick_98() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___scrollItemToViewOnClick_98)); }
|
|
inline bool get_scrollItemToViewOnClick_98() const { return ___scrollItemToViewOnClick_98; }
|
|
inline bool* get_address_of_scrollItemToViewOnClick_98() { return &___scrollItemToViewOnClick_98; }
|
|
inline void set_scrollItemToViewOnClick_98(bool value)
|
|
{
|
|
___scrollItemToViewOnClick_98 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__layout_99() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____layout_99)); }
|
|
inline int32_t get__layout_99() const { return ____layout_99; }
|
|
inline int32_t* get_address_of__layout_99() { return &____layout_99; }
|
|
inline void set__layout_99(int32_t value)
|
|
{
|
|
____layout_99 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lineCount_100() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineCount_100)); }
|
|
inline int32_t get__lineCount_100() const { return ____lineCount_100; }
|
|
inline int32_t* get_address_of__lineCount_100() { return &____lineCount_100; }
|
|
inline void set__lineCount_100(int32_t value)
|
|
{
|
|
____lineCount_100 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__columnCount_101() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnCount_101)); }
|
|
inline int32_t get__columnCount_101() const { return ____columnCount_101; }
|
|
inline int32_t* get_address_of__columnCount_101() { return &____columnCount_101; }
|
|
inline void set__columnCount_101(int32_t value)
|
|
{
|
|
____columnCount_101 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lineGap_102() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineGap_102)); }
|
|
inline int32_t get__lineGap_102() const { return ____lineGap_102; }
|
|
inline int32_t* get_address_of__lineGap_102() { return &____lineGap_102; }
|
|
inline void set__lineGap_102(int32_t value)
|
|
{
|
|
____lineGap_102 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__columnGap_103() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnGap_103)); }
|
|
inline int32_t get__columnGap_103() const { return ____columnGap_103; }
|
|
inline int32_t* get_address_of__columnGap_103() { return &____columnGap_103; }
|
|
inline void set__columnGap_103(int32_t value)
|
|
{
|
|
____columnGap_103 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__align_104() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____align_104)); }
|
|
inline int32_t get__align_104() const { return ____align_104; }
|
|
inline int32_t* get_address_of__align_104() { return &____align_104; }
|
|
inline void set__align_104(int32_t value)
|
|
{
|
|
____align_104 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__verticalAlign_105() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____verticalAlign_105)); }
|
|
inline int32_t get__verticalAlign_105() const { return ____verticalAlign_105; }
|
|
inline int32_t* get_address_of__verticalAlign_105() { return &____verticalAlign_105; }
|
|
inline void set__verticalAlign_105(int32_t value)
|
|
{
|
|
____verticalAlign_105 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__autoResizeItem_106() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____autoResizeItem_106)); }
|
|
inline bool get__autoResizeItem_106() const { return ____autoResizeItem_106; }
|
|
inline bool* get_address_of__autoResizeItem_106() { return &____autoResizeItem_106; }
|
|
inline void set__autoResizeItem_106(bool value)
|
|
{
|
|
____autoResizeItem_106 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__selectionController_107() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____selectionController_107)); }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__selectionController_107() const { return ____selectionController_107; }
|
|
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__selectionController_107() { return &____selectionController_107; }
|
|
inline void set__selectionController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
|
|
{
|
|
____selectionController_107 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____selectionController_107), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__pool_108() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____pool_108)); }
|
|
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * get__pool_108() const { return ____pool_108; }
|
|
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 ** get_address_of__pool_108() { return &____pool_108; }
|
|
inline void set__pool_108(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * value)
|
|
{
|
|
____pool_108 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____pool_108), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lastSelectedIndex_109() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lastSelectedIndex_109)); }
|
|
inline int32_t get__lastSelectedIndex_109() const { return ____lastSelectedIndex_109; }
|
|
inline int32_t* get_address_of__lastSelectedIndex_109() { return &____lastSelectedIndex_109; }
|
|
inline void set__lastSelectedIndex_109(int32_t value)
|
|
{
|
|
____lastSelectedIndex_109 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onClickItem_110() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onClickItem_110)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickItem_110() const { return ____onClickItem_110; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickItem_110() { return &____onClickItem_110; }
|
|
inline void set__onClickItem_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onClickItem_110 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onClickItem_110), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__onRightClickItem_111() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onRightClickItem_111)); }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClickItem_111() const { return ____onRightClickItem_111; }
|
|
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClickItem_111() { return &____onRightClickItem_111; }
|
|
inline void set__onRightClickItem_111(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
|
|
{
|
|
____onRightClickItem_111 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____onRightClickItem_111), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__virtual_112() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtual_112)); }
|
|
inline bool get__virtual_112() const { return ____virtual_112; }
|
|
inline bool* get_address_of__virtual_112() { return &____virtual_112; }
|
|
inline void set__virtual_112(bool value)
|
|
{
|
|
____virtual_112 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__loop_113() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____loop_113)); }
|
|
inline bool get__loop_113() const { return ____loop_113; }
|
|
inline bool* get_address_of__loop_113() { return &____loop_113; }
|
|
inline void set__loop_113(bool value)
|
|
{
|
|
____loop_113 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__numItems_114() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____numItems_114)); }
|
|
inline int32_t get__numItems_114() const { return ____numItems_114; }
|
|
inline int32_t* get_address_of__numItems_114() { return &____numItems_114; }
|
|
inline void set__numItems_114(int32_t value)
|
|
{
|
|
____numItems_114 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__realNumItems_115() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____realNumItems_115)); }
|
|
inline int32_t get__realNumItems_115() const { return ____realNumItems_115; }
|
|
inline int32_t* get_address_of__realNumItems_115() { return &____realNumItems_115; }
|
|
inline void set__realNumItems_115(int32_t value)
|
|
{
|
|
____realNumItems_115 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__firstIndex_116() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____firstIndex_116)); }
|
|
inline int32_t get__firstIndex_116() const { return ____firstIndex_116; }
|
|
inline int32_t* get_address_of__firstIndex_116() { return &____firstIndex_116; }
|
|
inline void set__firstIndex_116(int32_t value)
|
|
{
|
|
____firstIndex_116 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__curLineItemCount_117() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount_117)); }
|
|
inline int32_t get__curLineItemCount_117() const { return ____curLineItemCount_117; }
|
|
inline int32_t* get_address_of__curLineItemCount_117() { return &____curLineItemCount_117; }
|
|
inline void set__curLineItemCount_117(int32_t value)
|
|
{
|
|
____curLineItemCount_117 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__curLineItemCount2_118() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount2_118)); }
|
|
inline int32_t get__curLineItemCount2_118() const { return ____curLineItemCount2_118; }
|
|
inline int32_t* get_address_of__curLineItemCount2_118() { return &____curLineItemCount2_118; }
|
|
inline void set__curLineItemCount2_118(int32_t value)
|
|
{
|
|
____curLineItemCount2_118 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__itemSize_119() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemSize_119)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__itemSize_119() const { return ____itemSize_119; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__itemSize_119() { return &____itemSize_119; }
|
|
inline void set__itemSize_119(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
____itemSize_119 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__virtualListChanged_120() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualListChanged_120)); }
|
|
inline int32_t get__virtualListChanged_120() const { return ____virtualListChanged_120; }
|
|
inline int32_t* get_address_of__virtualListChanged_120() { return &____virtualListChanged_120; }
|
|
inline void set__virtualListChanged_120(int32_t value)
|
|
{
|
|
____virtualListChanged_120 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__eventLocked_121() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____eventLocked_121)); }
|
|
inline bool get__eventLocked_121() const { return ____eventLocked_121; }
|
|
inline bool* get_address_of__eventLocked_121() { return &____eventLocked_121; }
|
|
inline void set__eventLocked_121(bool value)
|
|
{
|
|
____eventLocked_121 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_itemInfoVer_122() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemInfoVer_122)); }
|
|
inline uint32_t get_itemInfoVer_122() const { return ___itemInfoVer_122; }
|
|
inline uint32_t* get_address_of_itemInfoVer_122() { return &___itemInfoVer_122; }
|
|
inline void set_itemInfoVer_122(uint32_t value)
|
|
{
|
|
___itemInfoVer_122 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__virtualItems_123() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualItems_123)); }
|
|
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * get__virtualItems_123() const { return ____virtualItems_123; }
|
|
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 ** get_address_of__virtualItems_123() { return &____virtualItems_123; }
|
|
inline void set__virtualItems_123(List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * value)
|
|
{
|
|
____virtualItems_123 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____virtualItems_123), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__itemClickDelegate_124() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemClickDelegate_124)); }
|
|
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__itemClickDelegate_124() const { return ____itemClickDelegate_124; }
|
|
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__itemClickDelegate_124() { return &____itemClickDelegate_124; }
|
|
inline void set__itemClickDelegate_124(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
|
|
{
|
|
____itemClickDelegate_124 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____itemClickDelegate_124), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Animation
|
|
struct Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Animator
|
|
struct Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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;
|
|
}
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Type_t * m_Items[1];
|
|
|
|
public:
|
|
inline Type_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Type_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.MemberInfo[]
|
|
struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) MemberInfo_t * m_Items[1];
|
|
|
|
public:
|
|
inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MemberInfo_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, MemberInfo_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1];
|
|
|
|
public:
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
};
|
|
// 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.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;
|
|
}
|
|
};
|
|
// UnityEngine.AnimationEvent[]
|
|
struct AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * m_Items[1];
|
|
|
|
public:
|
|
inline AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F ** 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, AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.StateMachineBehaviour[]
|
|
struct StateMachineBehaviourU5BU5D_tD7944A6A1F662507F17D170ECB320AA56EDEBED3 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C * m_Items[1];
|
|
|
|
public:
|
|
inline StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C ** 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, StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StateMachineBehaviour_t698612ED92024B087045C388731B7673550C786C * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.AnimatorClipInfo[]
|
|
struct AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 m_Items[1];
|
|
|
|
public:
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, AnimatorClipInfo_t78457ABBA83D388EDFF26F436F5E61A29CF4E180 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.AnimatorControllerParameter[]
|
|
struct AnimatorControllerParameterU5BU5D_t7B886A2A1648ECF218447ED1DE8D241652F863FD : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * m_Items[1];
|
|
|
|
public:
|
|
inline AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 ** 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, AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D Func_3_Invoke_m429E39543E2A852904977007F08B091188388DC5_gshared (Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<System.RuntimeTypeHandle>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F_gshared (intptr_t ___L0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___v1, const RuntimeMethod* method);
|
|
// System.Delegate LuaInterface.ToLua::CheckDelegate<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<System.Reflection.InterfaceMapping>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisInterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_mDFF6DBB727DDC7E108F7C8310D299ECE7999E56C_gshared (intptr_t ___L0, InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B ___v1, const RuntimeMethod* method);
|
|
// 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);
|
|
// T[] LuaInterface.ToLua::CheckStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// T[] LuaInterface.ToLua::CheckParamsObject<System.Object>(System.IntPtr,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_CheckParamsObject_TisRuntimeObject_m60BDE4CD1AC6B59BFE30F6BBA4F0AA4E2FF3B799_gshared (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<System.Guid>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisGuid_t_m4EA4318862DF1F984B0F64775DF91F3F72FFCF72_gshared (intptr_t ___L0, Guid_t ___v1, 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.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, 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);
|
|
// T[] LuaInterface.ToLua::CheckObjectArray<System.Object>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_CheckObjectArray_TisRuntimeObject_m7390929E807D5D8B295E6710DBC8F812865BF754_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// 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.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<System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADE6C497BD2EA112DDF1F217627DE45248F1C5E4_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m1A4D10F31D5A3C3A5F30EB12C1336B7A141AAEA3_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m350D741B43079D43DCFB5736E976AA16CF2619C9_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Boolean>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0ECDFFC5370959094ABCF4E60449263072E62B3F_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Boolean>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mD0E248B800FFEA75802AE4914AC4CE1B5C4F3FBB_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A6770DFBD7E2FB9020F2CE349B3D004DF489F3D_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorStateInfo>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1_gshared (intptr_t ___L0, AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 ___v1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorTransitionInfo>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisAnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_m4F6CC09D30B120E3E81E68BDFA7BE745993419E6_gshared (intptr_t ___L0, AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B ___v1, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632_gshared (Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m96F970ADA60CC375CCF8CB9D63BF6C32EA277B3A_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF904B458F9686C5482C6A4831FC91B1317D4E3E2_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m817D9FDE1E76AA027B97F11AB734330F2F4B1220_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckTypes_TisRuntimeObject_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m38E265D1AC77458FFEC46A4B080A441DE8B0DB8E_gshared (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.Playables.PlayableGraph>(System.IntPtr,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushValue_TisPlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA_m71EFF718DCD5791F8EBD3AD307C7868BCC08F7A3_gshared (intptr_t ___L0, PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA ___v1, const RuntimeMethod* method);
|
|
|
|
// System.Int32 System_TypeWrap::Equals(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetTypeArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetTypeCode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetTypeFromHandle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetTypeHandle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::IsSubclassOf(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::FindInterfaces(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetInterface(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetInterfaceMap(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetInterfaces(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::IsAssignableFrom(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::IsInstanceOfType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetArrayRank(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetElementType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetHashCode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetNestedType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetNestedTypes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetDefaultMembers(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::FindMembers(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::InvokeMember(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::ToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetGenericArguments(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetGenericTypeDefinition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::MakeGenericType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::GetGenericParameterConstraints(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::MakeArrayType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::MakeByRefType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::MakePointerType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::ReflectionOnlyGetType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_Delimiter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_EmptyTypes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_FilterAttribute(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_FilterName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_FilterNameIgnoreCase(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_Missing(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_Assembly(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_AssemblyQualifiedName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_Attributes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_BaseType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_DeclaringType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_DefaultBinder(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_FullName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_GUID(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_HasElementType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsAbstract(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsAnsiClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsAutoClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsAutoLayout(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsByRef(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsCOMObject(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsContextful(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsEnum(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsExplicitLayout(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsImport(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsInterface(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsLayoutSequential(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsMarshalByRef(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNestedAssembly(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNestedFamANDAssem(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNestedFamily(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNestedFamORAssem(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNestedPrivate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNestedPublic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNotPublic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsPointer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsPrimitive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsPublic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsSealed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsSerializable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsSpecialName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsUnicodeClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsValueType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_MemberType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_Module(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_Namespace(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_ReflectedType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_TypeHandle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_TypeInitializer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_UnderlyingSystemType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_ContainsGenericParameters(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsGenericTypeDefinition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsGenericType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsGenericParameter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsNested(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_IsVisible(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_GenericParameterPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_GenericParameterAttributes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_DeclaringMethod(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 System_TypeWrap::get_StructLayoutAttribute(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346 (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.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.Boolean LuaInterface.TypeChecker::CheckTypes<System.Type>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60 (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.Type LuaInterface.ToLua::CheckMonoType(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039 (intptr_t ___L0, int32_t ___stackPos1, 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 System.Type::op_Inequality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
|
|
// System.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.Boolean LuaInterface.TypeChecker::CheckTypes<System.Object>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D (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.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.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);
|
|
// 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.Type System.Type::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD (intptr_t ___L0, Type_t * ___t1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562 (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.String LuaInterface.ToLua::ToString(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetType(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C (String_t* ___typeName0);
|
|
// 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);
|
|
// 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.Type System.Type::GetType(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A (String_t* ___typeName0, bool ___throwOnError1);
|
|
// System.Type System.Type::GetType(System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m77EF3A5A858B45C53D8BF27C74FA00CA83B53E59 (String_t* ___typeName0, bool ___throwOnError1, bool ___ignoreCase2);
|
|
// 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.Object[] LuaInterface.ToLua::CheckObjectArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Type[] System.Type::GetTypeArray(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* Type_GetTypeArray_m2B3B54D183D628809D93FE93ECBBADA5FFC7E7A6 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, 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.TypeCode System.Type::GetTypeCode(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F (Type_t * ___type0, 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);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,System.RuntimeTypeHandle>::Invoke(!0,!1)
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D Func_3_Invoke_m429E39543E2A852904977007F08B091188388DC5 (Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D (*) (Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_m429E39543E2A852904977007F08B091188388DC5_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.RuntimeTypeHandle System.Type::GetTypeHandle(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D Type_GetTypeHandle_mF4790808C172FB5701365C8AA48EC9A132AD60B9 (RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<System.RuntimeTypeHandle>(System.IntPtr,T)
|
|
inline void ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F (intptr_t ___L0, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___v1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D , const RuntimeMethod*))ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F_gshared)(___L0, ___v1, method);
|
|
}
|
|
// System.Delegate LuaInterface.ToLua::CheckDelegate<System.Reflection.TypeFilter>(System.IntPtr,System.Int32)
|
|
inline Delegate_t * ToLua_CheckDelegate_TisTypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_mA19CE2696DBD993F75487808E6653CD000510B87 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Type System.Type::GetInterface(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetInterface_m10C58481C4BA7C317897E130AC5FAAFCAD56A6E7 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<System.Reflection.InterfaceMapping>(System.IntPtr,T)
|
|
inline void ToLua_PushValue_TisInterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_mDFF6DBB727DDC7E108F7C8310D299ECE7999E56C (intptr_t ___L0, InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B ___v1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B , const RuntimeMethod*))ToLua_PushValue_TisInterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_mDFF6DBB727DDC7E108F7C8310D299ECE7999E56C_gshared)(___L0, ___v1, 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.Type System.Type::GetNestedType(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetNestedType_m30D9D5DF0FB7ADAED9B54CC02DCC5D8C4E873F45 (Type_t * __this, String_t* ___name0, 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.Type[] System.Type::GetNestedTypes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* Type_GetNestedTypes_m791D6868DF70632CDC036A46CE4A7BFE9A47079F (Type_t * __this, 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.Delegate LuaInterface.ToLua::CheckDelegate<System.Reflection.MemberFilter>(System.IntPtr,System.Int32)
|
|
inline Delegate_t * ToLua_CheckDelegate_TisMemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381_m297B7FB1216A10EB718C83760E8D364E1C474175 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( Delegate_t * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckDelegate_TisRuntimeObject_mE08C2D14C48B31A56F9D31A866A4736B1AB2B766_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckObject<System.Reflection.Binder>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865 (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 System.Type::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Type_InvokeMember_m8E6CF716120DB79E74264A3F89BCC3EEDD1F6213 (Type_t * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args4, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03 (intptr_t ___L0, RuntimeObject * ___obj1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<System.Globalization.CultureInfo>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m20E28608F621E699BFFFA998B1F75BC7109DE9D7 (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 System.Type::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Type_InvokeMember_m90F5296202D22D2611B21E23EDD70DA8AA59871A (Type_t * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args4, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture5, const RuntimeMethod* method);
|
|
// T[] LuaInterface.ToLua::CheckStructArray<System.Reflection.ParameterModifier>(System.IntPtr,System.Int32)
|
|
inline ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.String[] LuaInterface.ToLua::CheckStringArray(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ToLua_CheckStringArray_m5AEC0FC50AE6350C62EFD1FE9B51D0EF06173703 (intptr_t ___L0, int32_t ___stackPos1, 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);
|
|
// T[] LuaInterface.ToLua::CheckParamsObject<System.Type>(System.IntPtr,System.Int32,System.Int32)
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ToLua_CheckParamsObject_TisType_t_m6F088D0ED3C8C032225AB9A51CC8AE3FABE89D41 (intptr_t ___L0, int32_t ___stackPos1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
return (( TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* (*) (intptr_t, int32_t, int32_t, const RuntimeMethod*))ToLua_CheckParamsObject_TisRuntimeObject_m60BDE4CD1AC6B59BFE30F6BBA4F0AA4E2FF3B799_gshared)(___L0, ___stackPos1, ___count2, method);
|
|
}
|
|
// System.Type System.Type::ReflectionOnlyGetType(System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_ReflectionOnlyGetType_m45DA709F22B219CD906FC692E492B024391521A1 (String_t* ___typeName0, bool ___throwIfNotFound1, bool ___ignoreCase2, 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);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398 (intptr_t ___L0, Delegate_t * ___ev1, 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.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);
|
|
// System.Reflection.TypeAttributes System.Type::get_Attributes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Reflection.Binder System.Type::get_DefaultBinder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0 (const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<System.Guid>(System.IntPtr,T)
|
|
inline void ToLua_PushValue_TisGuid_t_m4EA4318862DF1F984B0F64775DF91F3F72FFCF72 (intptr_t ___L0, Guid_t ___v1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, Guid_t , const RuntimeMethod*))ToLua_PushValue_TisGuid_t_m4EA4318862DF1F984B0F64775DF91F3F72FFCF72_gshared)(___L0, ___v1, method);
|
|
}
|
|
// System.Boolean System.Type::get_HasElementType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsAbstract()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsAnsiClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAnsiClass_m21E0F20AD015C7A38D4CC1C9CBF1A8FA142FEB98 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsAutoClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAutoClass_m07CA16FC359ECF28D578CA43606F2BD4341B2B51 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsAutoLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAutoLayout_m357E2B211D61D9C9F1B1A1B4B490BB278D4878A4 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsByRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsClass_m760C57B1D66D7CBF284495764BB7EFC6E7D74B0F (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsCOMObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsCOMObject_m8A4083D3B8D11015F554755827249ABE5E996381 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsContextful()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsContextful_m02EFD5BDDC6E265AE3B40B144D679AEFACEE4C8A (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsExplicitLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsExplicitLayout_mBBF9DA413CB5556D8294595BD177FC746C2CFA78 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsImport()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsImport_m744BEBA0EC0B7882AEF2970166D615371515EC54 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsInterface()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsLayoutSequential()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsLayoutSequential_mE15DB6D5E16F3B97707721C5F645F54751FCB613 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsMarshalByRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsMarshalByRef_mE12C8300F5A8BB91C6319CE71994EA3D1563C465 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNestedAssembly()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedAssembly_m26AFF83CEEB59FB7F2E571EA55FA2E217BEC8CA8 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNestedFamANDAssem()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedFamANDAssem_m185AE191EE2613E033B2E3760ED0FFDDE212185D (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNestedFamily()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedFamily_m2386ED6AE4B9AD17F50F505B7F60EA227BD533B7 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNestedFamORAssem()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedFamORAssem_m41DF5CEC04CDB484632DBE5B4EA3EB3A75244918 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNestedPrivate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedPrivate_m3B15EC7047516CDF3CFC0F304EEBF25CC4DAECE4 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNestedPublic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedPublic_m214CC3E241549EDCA1B438E5A66E4B3C66EA5C14 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNotPublic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNotPublic_mF21439101FF78B7EB47B92C99EB20F179FCFDE76 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsPointer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsPrimitive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsPublic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsSealed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsSealed_mC42D173AFAF7802291DEA2C3D691340F2375FD9A (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsSpecialName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsSpecialName_mFE2C7D7841E172DB119B12085B00BC4DDBAEC771 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsUnicodeClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsUnicodeClass_m26D1097D3BEB7784B1D58FE2D977A5FFB9A47469 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Reflection.ConstructorInfo System.Type::get_TypeInitializer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * Type_get_TypeInitializer_m1F9E7CCAE967DF9BB6CD452F70E10952B281D1A2 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsNested()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNested_m0191026EDE15331C2DD97FC106E1C86825722F37 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsVisible()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsVisible_m60B6E8E4F520004FE88A2C9234050DF340104312 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<System.Runtime.InteropServices.StructLayoutAttribute>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisStructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB_m9A2130E4C0903CE4A589719A27DAE781E266EA95 (intptr_t ___L0, StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, 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.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 TakeScreenShot::FileExist(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TakeScreenShot_FileExist_mD01E46194FAEE85475C38C4737CB3CE6574300B6 (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.Collections.IEnumerator TakeScreenShot::CheckFile(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TakeScreenShot_CheckFile_mCF3911206A593674ED7DF23A3C7EA50B0572923A (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, 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.Void TakeScreenShot/<CheckFile>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckFileU3Ed__8__ctor_m51037262EF5F79795EDC37832C8DD61E8CAC9BE1 (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// UnityEngine.TextureFormat UnityEngine.Texture2D::get_format()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2D_get_format_mF0EE5CEB9F84280D4E722B71546BBBA577101E9F (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.Texture2D::GetPixelBilinear(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Texture2D_GetPixelBilinear_m3E0E9A22A0989E99A7295BC6FE6999728F290A78 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, float ___u0, float ___v1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, int32_t ___x0, int32_t ___y1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture2D::Apply()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, 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 UnityEngine.WaitForEndOfFrame::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForEndOfFrame__ctor_m6CDB79476A4A84CEC62947D36ADED96E907BA20B (WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Screen::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3 (const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Screen::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Texture2D::ReadPixels(UnityEngine.Rect,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_ReadPixels_m5664E184458C64BA89450F80F47705A2241E9BFE (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___source0, int32_t ___destX1, int32_t ___destY2, bool ___recalculateMipMaps3, const RuntimeMethod* method);
|
|
// UnityEngine.ScreenOrientation UnityEngine.Screen::get_orientation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_orientation_m7977C7ECC2E3F22BB5DF7661951843FCC7E645B0 (const RuntimeMethod* method);
|
|
// UnityEngine.Texture2D TakeScreenShot::ScaleTexture(UnityEngine.Texture2D,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * TakeScreenShot_ScaleTexture_m4436EDB39B940EBC225C5152165906D453A930B8 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___source0, int32_t ___targetWidth1, int32_t ___targetHeight2, const RuntimeMethod* method);
|
|
// System.Byte[] UnityEngine.ImageConversion::EncodeToJPG(UnityEngine.Texture2D,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___tex0, int32_t ___quality1, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::WriteAllBytes(System.String,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594 (String_t* ___path0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, const RuntimeMethod* 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()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __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.Int32 TakeScreenShotWrap::Take(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009 (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);
|
|
// 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.Void TakeScreenShot::Take(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TakeScreenShot_Take_mB623352E621A50F2380AEEDA7BC865FA479CB0BF (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application/LogCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::add_logMessageReceived(UnityEngine.Application/LogCallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method);
|
|
// 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);
|
|
// System.Void FairyGUI.GObject::MakeFullScreen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_MakeFullScreen_mC4D04AEAC12991658C3A90229A7E2BDAD04F5DBF (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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.GButton FairyGUI.GObject::get_asButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
|
|
// FairyGUI.GList FairyGUI.GObject::get_asList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * GObject_get_asList_m1B98AEB7BF40351A20DB9A04FE7DC43FBE543D64 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __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 TestConsole::EventRegister()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_EventRegister_m541C77157535B87AA600A5EFEC558520C2008A5F (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __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.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, const RuntimeMethod* method);
|
|
// FairyGUI.GObject FairyGUI.GComponent::AddChild(FairyGUI.GObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Application::remove_logMessageReceived(UnityEngine.Application/LogCallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___value0, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.GObject::RemoveFromParent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_RemoveFromParent_m1E54DFD05EA5CC00E04058C5F6A2199F4F3D6910 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
|
|
// System.Void FairyGUI.GList::RemoveChildrenToPool()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_RemoveChildrenToPool_mF8B135AD8D72678CE421402DB798078CBC53202D (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.String>::GetEnumerator()
|
|
inline Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1/Enumerator<System.String>::get_Current()
|
|
inline String_t* Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_inline (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
|
|
}
|
|
// FairyGUI.GObject FairyGUI.GList::AddItemFromPool()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GList_AddItemFromPool_m392254A1EF0A946A20DBDD13182AD13E151AE8CC (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
|
|
// FairyGUI.GTextField FairyGUI.GObject::get_asTextField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * GObject_get_asTextField_m7824CE44CC7C628D1631CA60D44B5632BC9D1652 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.String>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.String>::Dispose()
|
|
inline void Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978 (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
|
|
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, 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);
|
|
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
|
|
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::RemoveAt(System.Int32)
|
|
inline void List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
|
|
}
|
|
// System.Void TestConsole::FillList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_FillList_m0B2815CDAB86AB4784167379505D0B82126F90F7 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.String>::Clear()
|
|
inline void List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, 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.Void System.Collections.Generic.List`1<System.String>::.ctor()
|
|
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void TestConsole::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_Clear_m50E40F5AC161BAA4526212ED33953E0EC697D337 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationBlendModeWrap::get_Blend(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationBlendModeWrap::get_Additive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationBlendModeWrap::IntToEnum(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE (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.AnimationBlendMode>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_m89D607809B8A6988BEB9DEE8A1C99D9C4C6EBE4E (Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 *, 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.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.Int32 UnityEngine_AnimationClipWrap::_CreateUnityEngine_AnimationClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::SampleAnimation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::SetCurve(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::EnsureQuaternionContinuity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::ClearCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::AddEvent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_length(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_frameRate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_legacy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_humanMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_empty(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_hasGenericRootTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_hasMotionFloatCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_hasMotionCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_hasRootCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::get_events(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::set_frameRate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::set_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::set_legacy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationClipWrap::set_events(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip__ctor_mD6CF66D5B878C5D717E86A241A6D3C16542427C3 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AnimationClip>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97 (intptr_t ___L0, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// System.Void UnityEngine.AnimationClip::SampleAnimation(UnityEngine.GameObject,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_SampleAnimation_m0B2FF5496BB41415D97BEB4F3D6DEAA6C3C18F20 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, float ___time1, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.AnimationCurve>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD (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.AnimationClip::SetCurve(System.String,System.Type,System.String,UnityEngine.AnimationCurve)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_SetCurve_m2012B8495566C4CFB7AAD00564499A101B0394D9 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, String_t* ___relativePath0, Type_t * ___type1, String_t* ___propertyName2, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * ___curve3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::EnsureQuaternionContinuity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_EnsureQuaternionContinuity_m0C59F0A551284C16DA1C594266BB1BE00160006F (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::ClearCurves()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_ClearCurves_mEF0DFAC6FC1EAC3A5DF07C000268B77F74AD9F60 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::AddEvent(UnityEngine.AnimationEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_AddEvent_m09367D827FC274A158CE2B408EE0083CB1DD330B (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * ___evt0, 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.Single UnityEngine.AnimationClip::get_length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationClip_get_length_m55DCD61003D76E19AB0B3649A3C0F072D829CD4A (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.AnimationClip::get_frameRate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationClip_get_frameRate_mDDD2917F025BD64718024A30201EAFADD230C197 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// UnityEngine.WrapMode UnityEngine.AnimationClip::get_wrapMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AnimationClip_get_wrapMode_m931A996622B39AA833BFE7D02F76B78A2132193E (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Bounds UnityEngine.AnimationClip::get_localBounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 AnimationClip_get_localBounds_m73F80CDE00380C309B7A9E2D8B887F51CA1C58AD (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Bounds)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E (intptr_t ___L0, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___bound1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AnimationClip::get_legacy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationClip_get_legacy_mD5ACD53883943150B90378B86216E8330F499485 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AnimationClip::get_humanMotion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationClip_get_humanMotion_mAC111B1F869FBFDED993607BB5050423BAF89469 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AnimationClip::get_empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationClip_get_empty_mA4F9A8D03636F9F93AEC6A6B103EA610F3E8ADB5 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AnimationClip::get_hasGenericRootTransform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationClip_get_hasGenericRootTransform_m3B36D07BF202E7563509916BA53728FC6A144E6E (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AnimationClip::get_hasMotionFloatCurves()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationClip_get_hasMotionFloatCurves_m7CE6DB4BABDA95132DFA8B3D765F97F057B8BC63 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AnimationClip::get_hasMotionCurves()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationClip_get_hasMotionCurves_m6805BC5D8C22A62C166EDF50A6A1191D76F99EC4 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.AnimationClip::get_hasRootCurves()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationClip_get_hasRootCurves_m54E4627B00FDA2EEF1AA24227060F60D462233FB (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationEvent[] UnityEngine.AnimationClip::get_events()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* AnimationClip_get_events_m78276F54C4645121443127B75014F49901E749EF (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::set_frameRate(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_set_frameRate_m67AFA111B36DB56C9F44922470F1B9DADF79F2B6 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::set_wrapMode(UnityEngine.WrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_set_wrapMode_m22F4B300902F25F64B85EF448D7D86A2074E6AFD (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.Bounds LuaInterface.ToLua::ToBounds(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::set_localBounds(UnityEngine.Bounds)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_set_localBounds_m7BD49685DBD99B57E4DBBD395A16CB6CE2CA7D40 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationClip::set_legacy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_set_legacy_m810FC1E97431C532BC03F9A99334A78C212521DB (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, bool ___value0, const RuntimeMethod* method);
|
|
// T[] LuaInterface.ToLua::CheckObjectArray<UnityEngine.AnimationEvent>(System.IntPtr,System.Int32)
|
|
inline AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* ToLua_CheckObjectArray_TisAnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_mF730DFBEE8A2F270C020C4E54B8BE3FE14974AD5 (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
|
|
{
|
|
return (( AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObjectArray_TisRuntimeObject_m7390929E807D5D8B295E6710DBC8F812865BF754_gshared)(___L0, ___stackPos1, method);
|
|
}
|
|
// System.Void UnityEngine.AnimationClip::set_events(UnityEngine.AnimationEvent[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationClip_set_events_mC7DAB8003F8007DC47A1CF239F26A4B35BFFA371 (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * __this, AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::_CreateUnityEngine_AnimationState(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::AddMixingTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::RemoveMixingTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_enabled(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_weight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_time(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_normalizedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_normalizedSpeed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_length(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_layer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_clip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_name(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::get_blendMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_enabled(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_weight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_time(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_normalizedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_normalizedSpeed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_layer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_name(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationStateWrap::set_blendMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState__ctor_mD763623A91BDF7F4AA95507A977F815103284E06 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.AnimationState>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69 (intptr_t ___L0, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, 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.AnimationState::AddMixingTransform(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_AddMixingTransform_mEDE311B0E6AA1AB5E2C278C42B16E7F381B98351 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___mix0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::AddMixingTransform(UnityEngine.Transform,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_AddMixingTransform_m435853E2106E774F8F3E18F1B556ABFBE45D31C3 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___mix0, bool ___recursive1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::RemoveMixingTransform(UnityEngine.Transform)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_RemoveMixingTransform_m21A47834168B3D0711871976F56359DB13BABAC4 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___mix0, 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.Boolean UnityEngine.AnimationState::get_enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AnimationState_get_enabled_mB18062EE687D604641619045699A4A81938AD2E1 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.AnimationState::get_weight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationState_get_weight_m06A6A7C84FF92E9E88C24FB792E40708487A1726 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.WrapMode UnityEngine.AnimationState::get_wrapMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AnimationState_get_wrapMode_m41C8F2650ACD479C19A27B72E5F9BCED9A34A8BF (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.AnimationState::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationState_get_time_m42982821F5AD7C3221B70C5D14349AECAF9CEC74 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.AnimationState::get_normalizedTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationState_get_normalizedTime_mED221F5E677282D3BA6955A99504B6FB963A735A (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.AnimationState::get_speed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationState_get_speed_mC2276513AEFC7944D8B8A01E41D29189D1222157 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.AnimationState::get_normalizedSpeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationState_get_normalizedSpeed_m2F134C64C93DE20CDFDCA4F71559F1830163B974 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.AnimationState::get_length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnimationState_get_length_mC42253B5D8A65EBE7AC51E86E4C4AF6AE719230F (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.AnimationState::get_layer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AnimationState_get_layer_mEFAEFA4543441F3418A16F92A6D3517256DB8633 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationClip UnityEngine.AnimationState::get_clip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * AnimationState_get_clip_m099599D843F26BA5EF7541F1B1782AFD80F69092 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.String UnityEngine.AnimationState::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnimationState_get_name_mA737BFE99C5B3FF5C4A89F16C61F6DC15A637451 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationBlendMode UnityEngine.AnimationState::get_blendMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AnimationState_get_blendMode_m5BAE370A49A1F474177D119E956AFEB02AB0AB9C (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_enabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_enabled_mC3FDC72667F35BD592AD4AD230AB5E0749500C3A (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_weight(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_weight_mE26047D0DD051513770B38AC9F3D2C79785E68D9 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_wrapMode(UnityEngine.WrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_wrapMode_m1602B498E28EAB28157E6E3A34F0C554962153C9 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_time(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_time_mC2C603420498B05E17FA07D6F36152D57FF714F5 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_normalizedTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_normalizedTime_mC643FCA7FFB6521D247D3BE9B771E4B5650B69DA (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_speed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_speed_m858CD8CC55491E8FA1017462296628C63AD86DD0 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_normalizedSpeed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_normalizedSpeed_m9BB25F91F8A6B5145531439F0806586D8532DCED (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_layer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_layer_m93A0868EF90112F5C3D98AFC68799E03CDDE17B0 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_name_m16725340BBC3D3A3A636F76D53A7B8B8C0784414 (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.AnimationState::set_blendMode(UnityEngine.AnimationBlendMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationState_set_blendMode_mFB31693D06433FDCF20418265D8835420D475ECA (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::_CreateUnityEngine_Animation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::_get_this(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::_this(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::Stop(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::Rewind(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::Sample(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::IsPlaying(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_Item(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::Play(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::CrossFade(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::Blend(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::CrossFadeQueued(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::PlayQueued(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::AddClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::RemoveClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::GetClipCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::SyncLayer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::GetEnumerator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::GetClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_clip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_playAutomatically(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_isPlaying(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_animatePhysics(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_cullingType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::get_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::set_clip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::set_playAutomatically(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::set_animatePhysics(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::set_cullingType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimationWrap::set_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation__ctor_mA77CD633A8D3F1400CDC9CB2D3C5952B9AAD7E29 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushSealed<UnityEngine.Animation>(System.IntPtr,T)
|
|
inline void ToLua_PushSealed_TisAnimation_tCFC171459D159DDEC6500B55543A76219D49BB9C_m2A01F2AE7A28AE434141FCB8ABD9A2693233F669 (intptr_t ___L0, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * ___o1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *, const RuntimeMethod*))ToLua_PushSealed_TisRuntimeObject_m80A7F6E688007E3366F5ACE882AFD53AD3F838FD_gshared)(___L0, ___o1, method);
|
|
}
|
|
// UnityEngine.AnimationState UnityEngine.Animation::get_Item(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_get_Item_mA50F89B91D6170D6824B0B562790470586445AB9 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::lua_pushvalue(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.LuaDLL::tolua_bindthis(System.IntPtr,LuaInterface.LuaCSFunction,LuaInterface.LuaCSFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_tolua_bindthis_mE37C9C593B8DEED6C501BF6B585A980D324F98D8 (intptr_t ___L0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___get1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___set2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Stop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Stop_mDEEBC36F3D8E57380C0161D8A744AE7019282B36 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Stop(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Stop_m91C96AFB0DE13B6B26A7A047D1B7B1A936CA0784 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Rewind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Rewind_m5CF607FB602ECA56B225EAC9FFC80454638677BE (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Rewind(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Rewind_mC507D039CEFF4F256AB7535FBBF689DF33292084 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Sample()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Sample_mACF20C888D7DB129968422C59DE081BCFCBFABEB (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animation::IsPlaying(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_IsPlaying_m7E78EE738A3A1F0B2B0365171EFE2B55B1E421A0 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animation::Play()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_Play_mEC9F6C1F931E11D4D69043AD44CC71698B776A51 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.PlayMode>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisPlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_m914AFAE4F8790DCDE7AAFBC808A619306F25BFF0 (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.Boolean UnityEngine.Animation::Play(UnityEngine.PlayMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_Play_mD134EE8853844F098E4D1F3F734CBE4C47C9B8B4 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, int32_t ___mode0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animation::Play(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_Play_m743CCCF04B64977460915D9E7007B0859BDF6AE9 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animation::Play(System.String,UnityEngine.PlayMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_Play_mE08973B841DBC7FAD198F1D2183CA7BA8AD3D331 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, int32_t ___mode1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::CrossFade(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_CrossFade_m74707094D426BF239F6905EDE78D78A74D78FE38 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::CrossFade(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_CrossFade_mC00AB685359B01B55AC9B096D73A83D9D21BEBF9 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, float ___fadeLength1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::CrossFade(System.String,System.Single,UnityEngine.PlayMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_CrossFade_mF596DAFB8AE061D03DA3CE7BEEE659CB8FB5D308 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, float ___fadeLength1, int32_t ___mode2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Blend(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Blend_m33E12340D2A9E65015C0DFAE91B38C6FD8A73B99 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Blend(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Blend_mFACB2256AA87D83B9BF295F2FD76B1F4473B8BB8 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, float ___targetWeight1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::Blend(System.String,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_Blend_mEC461952584EED1F4A121FF5DAD84C7C30A04698 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, float ___targetWeight1, float ___fadeLength2, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationState UnityEngine.Animation::CrossFadeQueued(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_CrossFadeQueued_mD2CA74BA565DA54717C1A4E1DA727A2A5A849412 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationState UnityEngine.Animation::CrossFadeQueued(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_CrossFadeQueued_mBCEE6B90F1730CC2C9A3CAF9BA845F942F1F4C4E (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, float ___fadeLength1, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationState UnityEngine.Animation::CrossFadeQueued(System.String,System.Single,UnityEngine.QueueMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_CrossFadeQueued_mE6373701C29A74C51883F5CB596744BCD15D3D20 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, float ___fadeLength1, int32_t ___queue2, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationState UnityEngine.Animation::CrossFadeQueued(System.String,System.Single,UnityEngine.QueueMode,UnityEngine.PlayMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_CrossFadeQueued_mAADE2E9BF940D749575E7E7B0104D846DEE817EF (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, float ___fadeLength1, int32_t ___queue2, int32_t ___mode3, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationState UnityEngine.Animation::PlayQueued(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_PlayQueued_mCE4E05F3A61656E91CB7ADF1DE489477A463F040 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationState UnityEngine.Animation::PlayQueued(System.String,UnityEngine.QueueMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_PlayQueued_m9137537F7D5541C7202F3A145B58987C88B97212 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, int32_t ___queue1, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationState UnityEngine.Animation::PlayQueued(System.String,UnityEngine.QueueMode,UnityEngine.PlayMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * Animation_PlayQueued_m6A79744E0DC847D392011A19BCDD020EC6B3B347 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___animation0, int32_t ___queue1, int32_t ___mode2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::AddClip(UnityEngine.AnimationClip,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_AddClip_m2576942FA38EC558109C6D81D3CEEA51EE8DEF97 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * ___clip0, String_t* ___newName1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::AddClip(UnityEngine.AnimationClip,System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_AddClip_m654E46075C4F216F54C05F7519C15D392211A727 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * ___clip0, String_t* ___newName1, int32_t ___firstFrame2, int32_t ___lastFrame3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::AddClip(UnityEngine.AnimationClip,System.String,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_AddClip_m4D305FA97612D44A1EE2A1D8D1BC147B3CE3DD81 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * ___clip0, String_t* ___newName1, int32_t ___firstFrame2, int32_t ___lastFrame3, bool ___addLoopFrame4, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<UnityEngine.AnimationClip>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m195CC27BD4E87A78BD15B0F2F134E3632B0D094D (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.Animation::RemoveClip(UnityEngine.AnimationClip)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_RemoveClip_mCAF86DC0DB854829130C150D26B38155DC8F3906 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * ___clip0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::RemoveClip(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_RemoveClip_m69424A8DE54C49790BB9BA56936D91F67DA94203 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___clipName0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animation::GetClipCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animation_GetClipCount_mE0FAE290AA3CF1CF80915339876DAAD5485E9C4A (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::SyncLayer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_SyncLayer_m6B0CB662B5E777E26B227FD18E9069493FF5042B (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, int32_t ___layer0, const RuntimeMethod* method);
|
|
// System.Collections.IEnumerator UnityEngine.Animation::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Animation_GetEnumerator_m1AA556FBFDF08728D25984E9C3123C187DC76191 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __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.AnimationClip UnityEngine.Animation::GetClip(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * Animation_GetClip_m969655322B952D724332615B75AAD0092CDD59D1 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationClip UnityEngine.Animation::get_clip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * Animation_get_clip_m7E1F846B79C143FC538A143503B0BF025560F02F (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animation::get_playAutomatically()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_get_playAutomatically_m610636CAC8FE5ED11625AF1296FC40F5B56FA85E (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// UnityEngine.WrapMode UnityEngine.Animation::get_wrapMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animation_get_wrapMode_mEF788CA2DB020A082719E93F29BC4B297E7889CD (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animation::get_isPlaying()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_get_isPlaying_m3091CFE1195B480F55212EE4128FF4452ACAC8AC (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animation::get_animatePhysics()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_get_animatePhysics_m923EC44ADFB100AAD3EE72A9F7C24A479958256E (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimationCullingType UnityEngine.Animation::get_cullingType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animation_get_cullingType_m8D6141CFEA7E913CEE58A2652071C9390D1E447D (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Bounds UnityEngine.Animation::get_localBounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 Animation_get_localBounds_mD384DFBADB2EB74C1E04D26DBC216E4740BD3227 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::set_clip(UnityEngine.AnimationClip)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_set_clip_m06FE7EA35E27FC7797B271B7F3CB30B8A668E8AF (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::set_playAutomatically(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_set_playAutomatically_mCDD868E1071E64C036871FF4E842FB982B3FD780 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::set_wrapMode(UnityEngine.WrapMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_set_wrapMode_mA415B14FC56EE193C1C59CFAD02B2BA0F9549F48 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::set_animatePhysics(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_set_animatePhysics_m420F6751AE842725DDA4D742CE53CF534D0BADA4 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::set_cullingType(UnityEngine.AnimationCullingType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_set_cullingType_m57AF53973E8751532BD09F564895C292CB20E1B5 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animation::set_localBounds(UnityEngine.Bounds)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animation_set_localBounds_mB5C8DF67DF84DC6A5F0BF194C6D45A4FB4AE7C26 (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * __this, Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::_CreateUnityEngine_Animator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetFloat(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetFloat(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetBool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetBool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetInteger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetInteger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetTrigger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::ResetTrigger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::IsParameterControlledByCurve(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKRotationWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKRotationWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKHintPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKHintPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKHintPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKHintPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetLookAtPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetLookAtWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetBoneLocalRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetBehaviours(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetLayerName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetLayerIndex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetLayerWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetLayerWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetCurrentAnimatorStateInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetNextAnimatorStateInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetAnimatorTransitionInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetCurrentAnimatorClipInfoCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetNextAnimatorClipInfoCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetCurrentAnimatorClipInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetNextAnimatorClipInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::IsInTransition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetParameter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::MatchTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::InterruptMatchTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::CrossFadeInFixedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::WriteDefaultValues(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::CrossFade(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::PlayInFixedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::Play(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetBoneTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::StartPlayback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::StopPlayback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::StartRecording(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::StopRecording(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::HasState(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::StringToHash(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::Update(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::Rebind(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::ApplyBuiltinRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_isOptimizable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_isHuman(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_hasRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_humanScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_isInitialized(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_deltaPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_deltaRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_velocity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_angularVelocity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_rootPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_rootRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_applyRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_updateMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_hasTransformHierarchy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_gravityWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_bodyPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_bodyRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_stabilizeFeet(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_layerCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_parameters(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_parameterCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_feetPivotActive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_pivotWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_pivotPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_isMatchingTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_targetPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_targetRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_cullingMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_playbackTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_recorderStartTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_recorderStopTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_recorderMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_runtimeAnimatorController(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_hasBoundPlayables(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_avatar(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_playableGraph(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_layersAffectMassCenter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_leftFeetBottomHeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_rightFeetBottomHeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_logWarnings(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_fireEvents(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::get_keepAnimatorControllerStateOnDisable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_rootPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_rootRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_applyRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_updateMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_bodyPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_bodyRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_stabilizeFeet(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_feetPivotActive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_cullingMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_playbackTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_recorderStartTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_recorderStopTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_runtimeAnimatorController(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_avatar(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_layersAffectMassCenter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87 (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_logWarnings(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_fireEvents(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine_AnimatorWrap::set_keepAnimatorControllerStateOnDisable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF (intptr_t ___L0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator__ctor_m4FCF89193629604098F700B0A0D6DA11CD5C766C (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, 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 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);
|
|
}
|
|
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Animator>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0 (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.Single UnityEngine.Animator::GetFloat(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_GetFloat_mD81DFC8E86940E023CF5512DC8E7003A5FF63260 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::GetFloat(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_GetFloat_m1C8B853CA82031CE4775FBDCDEDDB3C9E702695F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::SetFloat(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetFloat_mF9C412D31B389EC3305BB8FC299A09AA95A8A415 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, float ___value1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADE6C497BD2EA112DDF1F217627DE45248F1C5E4_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::SetFloat(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetFloat_mE4C29F6980EBBBD954637721E6E13A0BE2B13C43 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m1A4D10F31D5A3C3A5F30EB12C1336B7A141AAEA3 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m1A4D10F31D5A3C3A5F30EB12C1336B7A141AAEA3_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::SetFloat(System.Int32,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetFloat_mDB08D164D3B75C6C71B053DCC759ECC606E88FF9 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, float ___value1, float ___dampTime2, float ___deltaTime3, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m14014D5B5A99EEEC2CC0CE8A404EDD22B583DA1C (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m350D741B43079D43DCFB5736E976AA16CF2619C9_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::SetFloat(System.String,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetFloat_mC260C82EF3FD1DB6B66FE898C595D5F901E59681 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, float ___value1, float ___dampTime2, float ___deltaTime3, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::GetBool(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_GetBool_m3EF049B6FDEE9452A1F23A4B0710B49F43342A66 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::GetBool(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_GetBool_mA8837B3CA5790D26D1FDB51DF5DD9B846B898717 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Boolean>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0ECDFFC5370959094ABCF4E60449263072E62B3F (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0ECDFFC5370959094ABCF4E60449263072E62B3F_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Boolean LuaInterface.LuaDLL::lua_toboolean(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872 (intptr_t ___luaState0, int32_t ___idx1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetBool(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBool_m706B7DB1DAED4AE10ECD1BF6876FB0B524082A10 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, bool ___value1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Boolean>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1344718D09FD3746DF64858F1567F0F5B306F7F5 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_mD0E248B800FFEA75802AE4914AC4CE1B5C4F3FBB_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::SetBool(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBool_m497805BA217139E42808899782FA05C15BC9879E (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animator::GetInteger(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_GetInteger_m1DDF7A3E992C16F0DB2FF02BF37A280181BE90BC (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animator::GetInteger(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_GetInteger_m16203A9DA336AED55D110B790DC65B0E168D808A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::SetInteger(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetInteger_m89D0F15197F3B4D75E02194B432685F68F458B70 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m7A6770DFBD7E2FB9020F2CE349B3D004DF489F3D_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::SetInteger(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetInteger_m1E6D66416F48D6E02E7618A0142D70F5232BCC22 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetTrigger(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetTrigger_m2ED217B225743B9C9EB3E7B0B8905FFEEB221002 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetTrigger(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetTrigger_m68D29B7FA54C2F230F5AD780D462612B18E74245 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::ResetTrigger(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_ResetTrigger_mE0784AD15610BB61C5A59663BD9E11FF73ACDABC (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::ResetTrigger(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_ResetTrigger_m70120C9A00EA482BF0880D2C02EC814CE3D71FD1 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::IsParameterControlledByCurve(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_IsParameterControlledByCurve_m9ED3A58307F5928EA276A460BC4EAC6543C5BB28 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::IsParameterControlledByCurve(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_IsParameterControlledByCurve_m82BC703CA3BAF21FBA3C975E2EEC2324430F3340 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::GetIKPosition(UnityEngine.AvatarIKGoal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_GetIKPosition_mFD78C939315E6B8A337CE99C48621BEF0C163133 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, 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 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);
|
|
// System.Void UnityEngine.Animator::SetIKPosition(UnityEngine.AvatarIKGoal,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetIKPosition_m2A57FAB29642C1C7E19F85F0DFD5421DA32598C4 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___goalPosition1, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Animator::GetIKRotation(UnityEngine.AvatarIKGoal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Animator_GetIKRotation_mCA2582EAD91AE8E9C0E533EDBAF73C7196B4922A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, 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 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.Animator::SetIKRotation(UnityEngine.AvatarIKGoal,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetIKRotation_mE871B19486D3E41AF8A361EF1C0393D22F5F0E15 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___goalRotation1, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::GetIKPositionWeight(UnityEngine.AvatarIKGoal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_GetIKPositionWeight_m280493E1191D8D13291465ADC26BF0EC4444FE49 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetIKPositionWeight(UnityEngine.AvatarIKGoal,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetIKPositionWeight_m443110C146EEBAFFC49C0194A721070A2D9F2D10 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, float ___value1, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::GetIKRotationWeight(UnityEngine.AvatarIKGoal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_GetIKRotationWeight_mEE99C7491BA09BF53FAA2BA7FB5C49D7CA1FADAF (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetIKRotationWeight(UnityEngine.AvatarIKGoal,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetIKRotationWeight_m3730BB1FF4712D6863B7A32AA2096821CEC3A8CE (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___goal0, float ___value1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::GetIKHintPosition(UnityEngine.AvatarIKHint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_GetIKHintPosition_mABCA44DFB484059F1CF1EB988465A70DE2A17587 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___hint0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetIKHintPosition(UnityEngine.AvatarIKHint,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetIKHintPosition_mFB76758DA8445A766C2F29FCBD7D199DCE54193B (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___hint0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___hintPosition1, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::GetIKHintPositionWeight(UnityEngine.AvatarIKHint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_GetIKHintPositionWeight_mD178E65CFE4690EBBDC86419F4321278715BBFD6 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___hint0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetIKHintPositionWeight(UnityEngine.AvatarIKHint,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetIKHintPositionWeight_m96A474393FF2F05D2A1B5F631790DEF908FE00CD (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___hint0, float ___value1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetLookAtPosition(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLookAtPosition_mDE13BABEC48388F30A268099BBE6E6E9780BA8F8 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lookAtPosition0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetLookAtWeight(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLookAtWeight_m2983E7C852140D99418B82A32523F9D4F945C7D0 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___weight0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetLookAtWeight(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLookAtWeight_mB1386785E5D4F8B53AD5106A3F34C07CE63C9CDC (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___weight0, float ___bodyWeight1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetLookAtWeight(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLookAtWeight_mA2896325CE8033D1EEC400544B49A76B95541688 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___weight0, float ___bodyWeight1, float ___headWeight2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetLookAtWeight(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLookAtWeight_mF1F1303AB83C5CE55A2E89948CFDE52B009FC50C (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___weight0, float ___bodyWeight1, float ___headWeight2, float ___eyesWeight3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetLookAtWeight(System.Single,System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLookAtWeight_m6211EF8CF73CD7747A54A8F749099647921A2730 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___weight0, float ___bodyWeight1, float ___headWeight2, float ___eyesWeight3, float ___clampWeight4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetBoneLocalRotation(UnityEngine.HumanBodyBones,UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBoneLocalRotation_m4449A7E23FA46399630C63ABD72C431C9B28169A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___humanBoneId0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rotation1, const RuntimeMethod* method);
|
|
// UnityEngine.StateMachineBehaviour[] UnityEngine.Animator::GetBehaviours(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateMachineBehaviourU5BU5D_tD7944A6A1F662507F17D170ECB320AA56EDEBED3* Animator_GetBehaviours_mC759364926B1EF7853444D1731CC54F59F6D0D90 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___fullPathHash0, int32_t ___layerIndex1, const RuntimeMethod* method);
|
|
// System.String UnityEngine.Animator::GetLayerName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Animator_GetLayerName_mD62237602E03993FEAFE4DFB3356122DDAC30A87 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animator::GetLayerIndex(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_GetLayerIndex_mEC89F89066206986412D1CA9AB8C9E0FB242F8C5 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___layerName0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::GetLayerWeight(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_GetLayerWeight_m3BB4629945E1B7275FC9850F2FFB435015E1ED42 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetLayerWeight(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetLayerWeight_mCD79BBDCD7DD47929E00C5EA69DEF2573EAD939F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, float ___weight1, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorStateInfo UnityEngine.Animator::GetCurrentAnimatorStateInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 Animator_GetCurrentAnimatorStateInfo_mBE5ED0D60A6F5CD0EDD40AF1494098D4E7BF84F2 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorStateInfo>(System.IntPtr,T)
|
|
inline void ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1 (intptr_t ___L0, AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 ___v1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 , const RuntimeMethod*))ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1_gshared)(___L0, ___v1, method);
|
|
}
|
|
// UnityEngine.AnimatorStateInfo UnityEngine.Animator::GetNextAnimatorStateInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 Animator_GetNextAnimatorStateInfo_m66A6A93E12C1AB63FDB255483B66A57A0E2D527D (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorTransitionInfo UnityEngine.Animator::GetAnimatorTransitionInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B Animator_GetAnimatorTransitionInfo_mF4E216230B82075A0F27113CFD86AFC6290DE941 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.AnimatorTransitionInfo>(System.IntPtr,T)
|
|
inline void ToLua_PushValue_TisAnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_m4F6CC09D30B120E3E81E68BDFA7BE745993419E6 (intptr_t ___L0, AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B ___v1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B , const RuntimeMethod*))ToLua_PushValue_TisAnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_m4F6CC09D30B120E3E81E68BDFA7BE745993419E6_gshared)(___L0, ___v1, method);
|
|
}
|
|
// System.Int32 UnityEngine.Animator::GetCurrentAnimatorClipInfoCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_GetCurrentAnimatorClipInfoCount_mB68F6F9521716016B3019FC67B7DA54F0A68507B (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animator::GetNextAnimatorClipInfoCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_GetNextAnimatorClipInfoCount_mCD21740EE411DBC7B1C296D6B714A0D6939BF03A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorClipInfo[] UnityEngine.Animator::GetCurrentAnimatorClipInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* Animator_GetCurrentAnimatorClipInfo_m594B9A950ECAD03E8F85A715E49010E967845462 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::GetCurrentAnimatorClipInfo(System.Int32,System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_GetCurrentAnimatorClipInfo_m8625554630FDFEC6AD60E38B2CFD4D5B1DC6036F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B * ___clips1, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorClipInfo[] UnityEngine.Animator::GetNextAnimatorClipInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* Animator_GetNextAnimatorClipInfo_mC12CD69327006906834874F9B559DD0A4878ECCA (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::GetNextAnimatorClipInfo(System.Int32,System.Collections.Generic.List`1<UnityEngine.AnimatorClipInfo>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_GetNextAnimatorClipInfo_mA7E644BD404E93AE54AA61BBF9C6925485895A49 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B * ___clips1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::IsInTransition(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_IsInTransition_m03E4399EA4D614A08F61AD5295CDFE5E4B43798C (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorControllerParameter UnityEngine.Animator::GetParameter(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * Animator_GetParameter_m1FB640ED7AE379EC9DAE8E2EA169763EC1609FB6 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.IntPtr,System.Int32,UnityEngine.MatchTargetWeightMask>::Invoke(!0,!1)
|
|
inline MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632 (Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * __this, intptr_t ___arg10, int32_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B (*) (Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 *, intptr_t, int32_t, const RuntimeMethod*))Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::MatchTarget(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.AvatarTarget,UnityEngine.MatchTargetWeightMask,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_MatchTarget_mDA2BEE902BD00E5AC958F466CD649EEC485FB7EA (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___matchPosition0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___matchRotation1, int32_t ___targetBodyPart2, MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B ___weightMask3, float ___startNormalizedTime4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::MatchTarget(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.AvatarTarget,UnityEngine.MatchTargetWeightMask,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_MatchTarget_mE386283FE0FC2E5EF16C87C51E9315647E12F6BC (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___matchPosition0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___matchRotation1, int32_t ___targetBodyPart2, MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B ___weightMask3, float ___startNormalizedTime4, float ___targetNormalizedTime5, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::InterruptMatchTarget()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_InterruptMatchTarget_mA9050E15F143D59D6BDC98036A93B7656CD76427 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::InterruptMatchTarget(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_InterruptMatchTarget_mDACB5CE4A57F0B22117DAD8A86825F508F033209 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___completeMatch0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_m21E665D27B52B01DEF505028A89EFB38E24F2F2D (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___fixedTransitionDuration1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_m65BA22AECB97BA6A2795532170EAAE2F2624D344 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___fixedTransitionDuration1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.Int32,System.Single,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_m7C1EEB98A010B134A1DDE13285A5953EAFF28BC4 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___fixedTransitionDuration1, int32_t ___layer2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mFC5B44A4BBA1DC77BF06B7A61345030DCB7B712A (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m96F970ADA60CC375CCF8CB9D63BF6C32EA277B3A_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.String,System.Single,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_m25D39570F2C6173B0CCC2DFD26D4FC0349FA0D3D (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___fixedTransitionDuration1, int32_t ___layer2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_mA778155C34725E1187269329703E7B3D32A9A2BD (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___fixedTransitionDuration1, int32_t ___layer2, float ___fixedTimeOffset3, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADC4C12DA24429FFC1289FD3040BD806F207DF2B (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mF904B458F9686C5482C6A4831FC91B1317D4E3E2_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_m1D7CD08A665231299FD3DB9A04AD1E281223AEE9 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___fixedTransitionDuration1, int32_t ___layer2, float ___fixedTimeOffset3, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_mEB4506D9054E5FD7EA0CC8C55467C1263866F062 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___fixedTransitionDuration1, int32_t ___layer2, float ___fixedTimeOffset3, float ___normalizedTransitionTime4, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Single,System.Int32,System.Single,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8B82375078B6D902CB42425D09F46222EF548E96 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m817D9FDE1E76AA027B97F11AB734330F2F4B1220_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFadeInFixedTime_m4CEF8CFF9F21363D27F9F52503742B85B3542575 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___fixedTransitionDuration1, int32_t ___layer2, float ___fixedTimeOffset3, float ___normalizedTransitionTime4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::WriteDefaultValues()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_WriteDefaultValues_m7033D8B1F4FC84915E488B86CCFBD1C569E94407 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_m1C372B696F421B631675B5A98414FE8B4A3EFEEE (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___normalizedTransitionDuration1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_mFA3F611B9EEA8C089A0BCE96AB44596A6E22B61A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___normalizedTransitionDuration1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.Int32,System.Single,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_m1F780D0DA1A16951350661BF235C1ED52C73DDCD (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___normalizedTransitionDuration1, int32_t ___layer2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.String,System.Single,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_m0CA5B115CEDD1B61AB99FD55ACCB0BD19A7414F9 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___normalizedTransitionDuration1, int32_t ___layer2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.Int32,System.Single,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_mCDEE543099E8737621ED1510C3D133EF6EEE062D (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___normalizedTransitionDuration1, int32_t ___layer2, float ___normalizedTimeOffset3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.String,System.Single,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_m5DED42029636028ECBB0980C1EEFDC759C820C82 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___normalizedTransitionDuration1, int32_t ___layer2, float ___normalizedTimeOffset3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.Int32,System.Single,System.Int32,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_m7EA2465E0FFFEF1989F0F7286B6EB09FC0D8BD08 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateHashName0, float ___normalizedTransitionDuration1, int32_t ___layer2, float ___normalizedTimeOffset3, float ___normalizedTransitionTime4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::CrossFade(System.String,System.Single,System.Int32,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_CrossFade_mD8D1644B1A474D3B6A0C80EE9457EB1A6CC9A13C (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, float ___normalizedTransitionDuration1, int32_t ___layer2, float ___normalizedTimeOffset3, float ___normalizedTransitionTime4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::PlayInFixedTime(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_PlayInFixedTime_mB93FD8FD775AF730F850F7812C054A338CAFFE9A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateNameHash0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::PlayInFixedTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_PlayInFixedTime_m89016494E963FCBDCB4C765015802116CF812A12 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::PlayInFixedTime(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_PlayInFixedTime_mFBECEE6D4226D2AEA0899D8CB1ED6D0769580559 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateNameHash0, int32_t ___layer1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::PlayInFixedTime(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_PlayInFixedTime_mEE6FEED07D11FDBF24FFB2D525511136E395037C (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, int32_t ___layer1, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.Int32,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::PlayInFixedTime(System.Int32,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_PlayInFixedTime_m865434CF725839D134EBD716DD4A4A9D0508F605 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateNameHash0, int32_t ___layer1, float ___fixedTime2, const RuntimeMethod* method);
|
|
// System.Boolean LuaInterface.TypeChecker::CheckTypes<System.String,System.Int32,System.Single>(System.IntPtr,System.Int32)
|
|
inline bool TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDAF107E85F56A14BD9D50C0185E739DDAC1A03EB (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (intptr_t, int32_t, const RuntimeMethod*))TypeChecker_CheckTypes_TisRuntimeObject_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m38E265D1AC77458FFEC46A4B080A441DE8B0DB8E_gshared)(___L0, ___pos1, method);
|
|
}
|
|
// System.Void UnityEngine.Animator::PlayInFixedTime(System.String,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_PlayInFixedTime_m3F342CB712406BE5FCB6713CF138487FAB29903E (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, int32_t ___layer1, float ___fixedTime2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Play(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m37825C5C965759D2455BCB4B2E7ECFB71502D6C4 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateNameHash0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Play(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m254CA699DF64E86856EC8C54D1A739E3C0A49793 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Play(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m97F572DAD265F0665F53FA6975A608239F9AA341 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateNameHash0, int32_t ___layer1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Play(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m987807F675789E0ECC8F8B8E32A2F03DF71BD055 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, int32_t ___layer1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Play(System.Int32,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m20B525F785DA59888E645125DB2DDC071E924F3E (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___stateNameHash0, int32_t ___layer1, float ___normalizedTime2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Play(System.String,System.Int32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m1942D7FB37F84959D2C6A859E11F70791E95FA50 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, int32_t ___layer1, float ___normalizedTime2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::SetTarget(UnityEngine.AvatarTarget,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetTarget_m396C340CA7B31C57F8E610CF582F907C7AD5D575 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___targetIndex0, float ___targetNormalizedTime1, const RuntimeMethod* method);
|
|
// UnityEngine.Transform UnityEngine.Animator::GetBoneTransform(UnityEngine.HumanBodyBones)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Animator_GetBoneTransform_m44760610785563E713D82AC1FC0771B38CDBB16F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___humanBoneId0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::StartPlayback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_StartPlayback_mCBD620E0104BC6F3EBA745D0C647D64DDA7DB090 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::StopPlayback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_StopPlayback_m394F31A53B1336C488E5558E4648EF3795BE98F7 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::StartRecording(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_StartRecording_m8089F922AEAFDA6D474A15BFE18DD349B47B86D4 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___frameCount0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::StopRecording()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_StopRecording_m6EEFB210A883664106E869214262DC6851B88219 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::HasState(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_HasState_mF2AF64FC485EB4767F8546FAE9B1C5409D5EB1ED (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___layerIndex0, int32_t ___stateID1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animator::StringToHash(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_StringToHash_m80E4CCCB84AAD032A5D84EF5832B7F35C1E5AE3F (String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Update(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Update_mAE0FB9CE2845E7FDB38EF44037BAD857E2ADC79B (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___deltaTime0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::Rebind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Rebind_m8B1703BF1EE6583BA63D1CB811CFAF058CA2507E (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::ApplyBuiltinRootMotion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_ApplyBuiltinRootMotion_mE4EF4BF803A797B0E18F7D8A809EC72D4CFC18CE (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_isOptimizable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_isOptimizable_mD6CA0D573A848FB25F0664F1FA346BC5A7304484 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_isHuman()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_isHuman_mFD0E2CDDB50DE69A6048B2D7575EE1E9F4E22AE9 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_hasRootMotion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_hasRootMotion_mD77AF741113D388C6AB56C463F66C2AA25E4377A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_humanScale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_humanScale_m3D0BCB1800320DB76758593AD60D433937E5D352 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_isInitialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_isInitialized_mC4B380F4376B55D1D019C2A9650AA31C6090CA9F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::get_deltaPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_get_deltaPosition_m85287AA699C50B6AA7489CD313F8CFED5D998533 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Animator::get_deltaRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Animator_get_deltaRotation_m933C75B70C9BB65406836F97FDE973EAA6E1F7A3 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::get_velocity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_get_velocity_m9AD156A57EEBC07FEDF54DABE02115539DC4D3A7 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::get_angularVelocity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_get_angularVelocity_m0BDC5AAAF2D45A47DF06C3CDEA2AD30811581AE0 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::get_rootPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_get_rootPosition_m13E24EA82E61F8EE2454C899C30FFA3A7247F298 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Animator::get_rootRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Animator_get_rootRotation_m68969AC7E749C182149EF6A05307930613FAB6B0 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_applyRootMotion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_applyRootMotion_mD07C6372485DDF19274F1C70CE1540549F91EA2F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorUpdateMode UnityEngine.Animator::get_updateMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_get_updateMode_m0116C4E46BD6837B24F75012D7FF8ECEA9525017 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_hasTransformHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_hasTransformHierarchy_m5BD42C4CB5F13AF56A3071C0D9921852AB1CB230 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_gravityWeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_gravityWeight_mA6208FEAB09B698B0624B1D1AAAB7F44D9FE2E53 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::get_bodyPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_get_bodyPosition_m4594168CE51A9DD05E8A51FB27C0F81A3775B770 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Animator::get_bodyRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Animator_get_bodyRotation_mB4CBBBA2BC15DE87005412E34C134B023D16DE4F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_stabilizeFeet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_stabilizeFeet_m7FCD67A778730DECE959EF483A6A3DD8B55E8042 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animator::get_layerCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_get_layerCount_m2360A8B027C5DC4BC1CAE571A46929539C799B9B (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorControllerParameter[] UnityEngine.Animator::get_parameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimatorControllerParameterU5BU5D_t7B886A2A1648ECF218447ED1DE8D241652F863FD* Animator_get_parameters_m1BD5F40B26D17498C0DD24E7720A2788953542FA (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Animator::get_parameterCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_get_parameterCount_m0AB5E182B18E60C50822D6227E9112EA6846942A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_feetPivotActive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_feetPivotActive_mE8173AAA450001BA63387ECD31A39117B0BF79BF (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_pivotWeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_pivotWeight_m8E7B5A1429EF3502C6B20C9085C4BB4959C0A420 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::get_pivotPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_get_pivotPosition_mD3E0AFD85D3DC0B1F14335F8AEDD3C2BA0FC2EF7 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_isMatchingTarget()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_isMatchingTarget_mD42DD9B3302152752B21D401ED763D6AD9B38434 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_speed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_speed_mCDF58C7C373B9B449A902B9F0974CF5D10806D08 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector3 UnityEngine.Animator::get_targetPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Animator_get_targetPosition_mF071072E0756B405AA7BF41620E6B0934363E348 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Quaternion UnityEngine.Animator::get_targetRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Animator_get_targetRotation_m5EF7707F477F396D98D09B409A2C21CD6E27A1F9 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorCullingMode UnityEngine.Animator::get_cullingMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_get_cullingMode_m8FA8362E52D24D4E51B89274E768A25992C774C8 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_playbackTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_playbackTime_m0850EF55DEFF356E5EA8E033604DFBA418D69B43 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_recorderStartTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_recorderStartTime_m928E63095DEB87885E425700E6B9EBBE19FC9116 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_recorderStopTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_recorderStopTime_m10EEC0256C01C13F05C72EB758543D2F4A9798C9 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.AnimatorRecorderMode UnityEngine.Animator::get_recorderMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animator_get_recorderMode_mA22639C3F6E0E153A56FD9F5FA75B1BBC4A1328A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.RuntimeAnimatorController UnityEngine.Animator::get_runtimeAnimatorController()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD * Animator_get_runtimeAnimatorController_m68C657899041D4CEF8958BBBDD39941647C2B53E (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_hasBoundPlayables()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_hasBoundPlayables_m283AF0BA9B841E3FD1ADC5541C41B936A9D1EB05 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Avatar UnityEngine.Animator::get_avatar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B * Animator_get_avatar_mA5262FC4CE3DB7CAC1F3977B5FD1539107B469D1 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Playables.PlayableGraph UnityEngine.Animator::get_playableGraph()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA Animator_get_playableGraph_m92B144545CB11E45EDE4797B0AEB7CEE15E12A26 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Void LuaInterface.ToLua::PushValue<UnityEngine.Playables.PlayableGraph>(System.IntPtr,T)
|
|
inline void ToLua_PushValue_TisPlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA_m71EFF718DCD5791F8EBD3AD307C7868BCC08F7A3 (intptr_t ___L0, PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA ___v1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (intptr_t, PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA , const RuntimeMethod*))ToLua_PushValue_TisPlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA_m71EFF718DCD5791F8EBD3AD307C7868BCC08F7A3_gshared)(___L0, ___v1, method);
|
|
}
|
|
// System.Boolean UnityEngine.Animator::get_layersAffectMassCenter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_layersAffectMassCenter_mA5921DBCF196C4C679769592488FA1DEE7833156 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_leftFeetBottomHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_leftFeetBottomHeight_m8461F0EB7FE9BCD8E1530913C4348800E34DF0E7 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Animator::get_rightFeetBottomHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Animator_get_rightFeetBottomHeight_m112F060DC88BE0E848319D9BA0BAEB206FFB2DA3 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_logWarnings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_logWarnings_mE755494196C56C22909C97125F48EC6A7CFED617 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_fireEvents()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_fireEvents_mF807481E0A905B48FFC28938FC0CA600E2B7F0A9 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Animator::get_keepAnimatorControllerStateOnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_get_keepAnimatorControllerStateOnDisable_mC51AE601A0B4B89616C84ABC67809FF2324404BF (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_rootPosition(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_rootPosition_m946DB4E102AE031F1D25EF49AAA25F85C5BED5FB (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_rootRotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_rootRotation_m8CA6095289815E6248C6F16F48D2BB385E18245D (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_applyRootMotion(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_applyRootMotion_mD25B7FCFCDAD7C5D107E860D2E46AB765271A982 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_updateMode(UnityEngine.AnimatorUpdateMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_updateMode_mE9B6BEDF6F0684E86ED34A0C748A759C218EA96B (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_bodyPosition(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_bodyPosition_mD270AAECA3037B2795B5C8DC8F5BA1EA18E90F3A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_bodyRotation(UnityEngine.Quaternion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_bodyRotation_mB51FBE97714BF4A8BE2A79AFFCBFC71B23232D48 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_stabilizeFeet(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_stabilizeFeet_m6CCE35F0EC668A77BE1BAB4F58B9C7924D21AE34 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_feetPivotActive(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_feetPivotActive_m6E32D992901B2C9C6FBA351849FCF10CE732BD3A (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_speed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_speed_mEA558D196D84684744A642A56AFBF22F16448813 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_cullingMode(UnityEngine.AnimatorCullingMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_cullingMode_mE863324107A9723E49D300D42847D2B8B2280D0C (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_playbackTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_playbackTime_mCF07F720D406B02F987DAFA8BD813482491DA34F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_recorderStartTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_recorderStartTime_m151ED310065383A8D121B94548C6E05A006049C8 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_recorderStopTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_recorderStopTime_mFF48C4820DC3CA70A042A791AEE33ABF85578448 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.RuntimeAnimatorController>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisRuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD_mD6E3A7DC721B46CBEDA9209A64C8D28D1BB12F18 (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.Animator::set_runtimeAnimatorController(UnityEngine.RuntimeAnimatorController)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_runtimeAnimatorController_mE5D0038029047B06727775438D1A32ADD677A36D (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD * ___value0, const RuntimeMethod* method);
|
|
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.Avatar>(System.IntPtr,System.Int32)
|
|
inline RuntimeObject * ToLua_CheckObject_TisAvatar_t14B515893D5504566D487FFE046DCB8C8C50D02B_mFA5DC70545443A0280961CA5B9CAD0ADCBE09A54 (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.Animator::set_avatar(UnityEngine.Avatar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_avatar_mF47007049EEB9158A347C9D520D37F284C902B24 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_layersAffectMassCenter(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_layersAffectMassCenter_m8708F75887FA105ADF3C44ED7EA354446F00441F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_logWarnings(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_logWarnings_m0BFC4E26DF5D9A01E79715C0A85AE9DC5E2BDB8F (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_fireEvents(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_fireEvents_mB1767CE278820A9C5DCEEB8497B5C8B7BA0D8A58 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Animator::set_keepAnimatorControllerStateOnDisable(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_keepAnimatorControllerStateOnDisable_m94E816054D292EACDD360B6930009EFC4C2F41BE (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___value0, 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_System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void System_TypeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_TypeWrap_Register_mC645CC9229EAB80E47EA66979F9E645577C27830 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_Register_mC645CC9229EAB80E47EA66979F9E645577C27830_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(System.Type), typeof(System.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Type_t_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)System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral09B6A6DCD3F6D4A7D3A95BCEAAD67A7F1800272F, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetType", GetType);
|
|
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)System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral8C906D9E0E2439238B3263E087AEE3D98FA86DEA, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetTypeArray", GetTypeArray);
|
|
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)System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralC44668CE68578EE971E39B6F2CC3BA1A85CB8CBA, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetTypeCode", GetTypeCode);
|
|
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)System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralFDAB01D80C7F90607AE4248B60D856B49A578411, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetTypeFromHandle", GetTypeFromHandle);
|
|
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)System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral230289A7076DD60A1E530BA6C8BDFCB8799B1759, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetTypeHandle", GetTypeHandle);
|
|
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)System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteralC5667A595B7D7D4C630965D56004513FBEEA891A, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsSubclassOf", IsSubclassOf);
|
|
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)System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteralD06A678B99A3C78EB5293F38AF654C5D19C47D21, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("FindInterfaces", FindInterfaces);
|
|
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)System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral9EF2C7B5ACF5F407D660CE5A5B48D317BF2DC17D, L_20, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetInterface", GetInterface);
|
|
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)System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteralA239BA3CB7733FB79E49EFC2EFA6EB818CF2142D, L_22, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetInterfaceMap", GetInterfaceMap);
|
|
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)System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral0995623059B0CD07D7E68DDA021B11A6E6B8CE0F, L_24, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetInterfaces", GetInterfaces);
|
|
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)System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteralD79A8345925FFE066361D783E343242D53DE69E7, L_26, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsAssignableFrom", IsAssignableFrom);
|
|
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)System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral53AC1D5B687FDB2655EADADEA7A9A99DF4AE3320, L_28, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsInstanceOfType", IsInstanceOfType);
|
|
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)System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral60FD946FEFE84B04959684C2F446E6684FEAC7FB, L_30, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetArrayRank", GetArrayRank);
|
|
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)System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteralB6C4D07FABE0AF8804CEB57F720D61913754098A, L_32, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetElementType", GetElementType);
|
|
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)System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteralE486310EB4570C4EF9335C2EACA2C23177C87603, L_34, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetHashCode", GetHashCode);
|
|
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)System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral9B47C032938820269CE9D24A72B299C9D2A50C6C, L_36, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetNestedType", GetNestedType);
|
|
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)System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteral0CE45F956CC811B63FD32C3C51AB235D529C012C, L_38, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetNestedTypes", GetNestedTypes);
|
|
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)System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_39, _stringLiteralC269A115DD859079047F9124EC51D7471E9AD769, L_40, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetDefaultMembers", GetDefaultMembers);
|
|
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)System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_41, _stringLiteral6BDF5757B815AC6EF778211E0CA0B9B8816E417C, L_42, /*hidden argument*/NULL);
|
|
// L.RegFunction("FindMembers", FindMembers);
|
|
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)System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_43, _stringLiteralEF3BD284D8BE601FDCE63939048ACB3032301770, L_44, /*hidden argument*/NULL);
|
|
// L.RegFunction("InvokeMember", InvokeMember);
|
|
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)System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_45, _stringLiteralD259AC5BAD2E745BBBDB6130FDE181AD17C07522, L_46, /*hidden argument*/NULL);
|
|
// L.RegFunction("ToString", ToString);
|
|
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)System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_47);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_47, _stringLiteral1DBC7385BADBFDA548FB27E2160A33CF32C0F545, L_48, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetGenericArguments", GetGenericArguments);
|
|
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)System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_49);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_49, _stringLiteral1F81D9A04AEEF8A11B16FEBAEA7588409C361EFB, L_50, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetGenericTypeDefinition", GetGenericTypeDefinition);
|
|
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)System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_51);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_51, _stringLiteralE4C300BC1127A9ECC3BA5B845A9751B5523F33B0, L_52, /*hidden argument*/NULL);
|
|
// L.RegFunction("MakeGenericType", MakeGenericType);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_53 = ___L0;
|
|
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)System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_53);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_53, _stringLiteralC5DDA83AB50257DDCB8F04E5DAA69ABB5D957789, L_54, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetGenericParameterConstraints", GetGenericParameterConstraints);
|
|
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)System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_55);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_55, _stringLiteral3EFA159834BCC530AF75A70A4BA30BED665EE2F0, L_56, /*hidden argument*/NULL);
|
|
// L.RegFunction("MakeArrayType", MakeArrayType);
|
|
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)System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_57);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_57, _stringLiteralAE6C6B70676E55B8563A5B77089513AA2317BF24, L_58, /*hidden argument*/NULL);
|
|
// L.RegFunction("MakeByRefType", MakeByRefType);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_59 = ___L0;
|
|
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)System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_59, _stringLiteral4664FED627F54C65C5AE688D1CC2D598F4206D38, L_60, /*hidden argument*/NULL);
|
|
// L.RegFunction("MakePointerType", MakePointerType);
|
|
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)System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_61);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_61, _stringLiteral2A2E27D337AC16AB722B8BFB9281FAA78461CED7, L_62, /*hidden argument*/NULL);
|
|
// L.RegFunction("ReflectionOnlyGetType", ReflectionOnlyGetType);
|
|
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)System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_63, _stringLiteralA73B512D2427B39372C42B9ADE5BB0784C9CB06E, L_64, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_65);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_65, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_66, /*hidden argument*/NULL);
|
|
// L.RegVar("Delimiter", get_Delimiter, 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)System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_67);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_67, _stringLiteral5E96FF2A317D5CE94F606D3FE34EB82DD261D8E3, L_68, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("EmptyTypes", get_EmptyTypes, 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)System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_69);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_69, _stringLiteral9B427A84E13529C9E7255C251AA6C46296ADCB6A, L_70, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("FilterAttribute", get_FilterAttribute, 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)System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_71);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_71, _stringLiteral9413B1905640DCD59FC2FB95D73822DCA01B3FDA, L_72, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("FilterName", get_FilterName, 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)System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_73);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_73, _stringLiteral86C5E118E60A98D112745E8A190315499960FE5E, L_74, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("FilterNameIgnoreCase", get_FilterNameIgnoreCase, 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)System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_75);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_75, _stringLiteralED1622B9A2537CE5CA1E4F5F056BD584CE45EFAA, L_76, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Missing", get_Missing, 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)System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_77);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_77, _stringLiteral92185DC52F71EF75DAFEDF866A3C86E592962F6D, L_78, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Assembly", get_Assembly, 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)System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_79);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_79, _stringLiteral2D19798A84A1403B83CF42709D620EC55F957FC8, L_80, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("AssemblyQualifiedName", get_AssemblyQualifiedName, 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)System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_81);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_81, _stringLiteral2B21835CC27CF5D7F5BF0E1BE88DC4B1F0B2FCE5, L_82, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Attributes", get_Attributes, 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)System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_83);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_83, _stringLiteralA6652617F2C799EB11EE727B16C5646C48AF6905, L_84, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("BaseType", get_BaseType, 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)System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_85);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_85, _stringLiteral70E8126CE5599131040464A46A062A804E1FCDBC, L_86, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("DeclaringType", get_DeclaringType, null);
|
|
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)System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_87);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_87, _stringLiteral8110CD10A3C3177EDC45160F406A8FFD951DFD52, L_88, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("DefaultBinder", get_DefaultBinder, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_89 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_90 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_90, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_89);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_89, _stringLiteralEADBCCB4089E791BA573E12B18918FE51E280F50, L_90, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("FullName", get_FullName, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_91 = ___L0;
|
|
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)System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_91);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_91, _stringLiteral90C4E69DCE7A11BFCB705B1A6540A847AAC993FA, L_92, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("GUID", get_GUID, null);
|
|
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)System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_93);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_93, _stringLiteralAD9F525586A8C79A6A2933F59562C3FBC1C69BE2, L_94, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("HasElementType", get_HasElementType, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_95 = ___L0;
|
|
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)System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_95);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_95, _stringLiteral47E0C85F59ECA74565DAF91EFD6D0BA4B27BAB6F, L_96, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsAbstract", get_IsAbstract, null);
|
|
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)System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_97);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_97, _stringLiteralD4E35F6DF673ACEF0D30CA9442F8A1E2A29BAAEA, L_98, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsAnsiClass", get_IsAnsiClass, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_99 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_100 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_100, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_99);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_99, _stringLiteral7B119D237F7E9BCD54292475CD189EE2129E46D5, L_100, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsArray", get_IsArray, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_101 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_102 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_102, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_101);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_101, _stringLiteral1F0BF77CE1370C2A73A92C5B92E7D43D4CC40404, L_102, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsAutoClass", get_IsAutoClass, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_103 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_104 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_104, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_103);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_103, _stringLiteral879F06AFA9EC8820D8500B3943B3CB9FC559551A, L_104, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsAutoLayout", get_IsAutoLayout, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_105 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_106 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_106, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_105);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_105, _stringLiteral4C4BE1A9008FD3A739FC7B18412F459DF0B858D2, L_106, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsByRef", get_IsByRef, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_107 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_108 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_108, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_107);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_107, _stringLiteralDCEDE97FA7E68605E074674A450E405A0BE56A2E, L_108, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsClass", get_IsClass, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_109 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_110 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_110, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_109);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_109, _stringLiteral9E88DEFE5C7C6E20CA248E05A14253D71BAF2DF7, L_110, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsCOMObject", get_IsCOMObject, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_111 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_112 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_112, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_111);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_111, _stringLiteral203085480D10CB46FECC301CAE850974E684DDC2, L_112, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsContextful", get_IsContextful, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_113 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_114 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_114, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_113);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_113, _stringLiteral0C84B1FD424F2D120608168D87F8395852683252, L_114, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsEnum", get_IsEnum, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_115 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_116 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_116, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_115);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_115, _stringLiteralB95F16770868204C73DFAB856D36EFA4291E9410, L_116, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsExplicitLayout", get_IsExplicitLayout, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_117 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_118 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_118, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_117);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_117, _stringLiteralFEB48CD488E46706CDEDBF25EF311BD18F48856F, L_118, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsImport", get_IsImport, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_119 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_120 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_120, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_119);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_119, _stringLiteralDB3E807EFDD4400D9ABF6B5B056249DFB06C02E2, L_120, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsInterface", get_IsInterface, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_121 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_122 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_122, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_121);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_121, _stringLiteral369BE1D19C5817FC9164A1447E09CF2113C909B4, L_122, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsLayoutSequential", get_IsLayoutSequential, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_123 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_124 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_124, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_123);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_123, _stringLiteralD14B0B81B6AD8961155D3B810EC5E0375589B1E2, L_124, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsMarshalByRef", get_IsMarshalByRef, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_125 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_126 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_126, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_125);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_125, _stringLiteral02FC265672B5CE2DD9E0A8244226E875F61C93D0, L_126, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNestedAssembly", get_IsNestedAssembly, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_127 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_128 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_128, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_127);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_127, _stringLiteral5103AEF7AE63ED19B09A881E444E0A3A6B12FC56, L_128, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNestedFamANDAssem", get_IsNestedFamANDAssem, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_129 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_130 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_130, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_129);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_129, _stringLiteral2EBCF29B040D05DC9E4339D31A610595300EC302, L_130, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNestedFamily", get_IsNestedFamily, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_131 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_132 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_132, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_131);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_131, _stringLiteralD55CF571E5C5897B19FE1FE4684985781C244DFF, L_132, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNestedFamORAssem", get_IsNestedFamORAssem, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_133 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_134 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_134, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_133);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_133, _stringLiteral16A524142A3A057C3140B836B1D0CF26C1FDC337, L_134, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNestedPrivate", get_IsNestedPrivate, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_135 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_136 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_136, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_135);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_135, _stringLiteral389E75ADA1058635E7452BDFD5075C6E6EF58FEF, L_136, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNestedPublic", get_IsNestedPublic, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_137 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_138 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_138, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_137);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_137, _stringLiteralB17E4EA95BF5FEF4B5293DC6ABF18FC44A2FE919, L_138, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNotPublic", get_IsNotPublic, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_139 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_140 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_140, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_139);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_139, _stringLiteralCF0927D9A499E57E3A3223199260B5D6AFF88178, L_140, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsPointer", get_IsPointer, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_141 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_142 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_142, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_141);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_141, _stringLiteral31E13A9A01BF2ACFBAEB970CEFEB22FDCE73225D, L_142, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsPrimitive", get_IsPrimitive, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_143 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_144 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_144, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_143);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_143, _stringLiteral388F7C2253521FC276BAE98B0E113F7F46E43356, L_144, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsPublic", get_IsPublic, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_145 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_146 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_146, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_145);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_145, _stringLiteral18E0F8CA37B3184774C3A0C7ED4C3CAF7F2331A3, L_146, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsSealed", get_IsSealed, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_147 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_148 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_148, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_147);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_147, _stringLiteral8506F3C7F16AE18F95E3D422F09D1CFA045EF349, L_148, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsSerializable", get_IsSerializable, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_149 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_150 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_150, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_149);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_149, _stringLiteral389F8D9E368C8C3DFD713F3E98340F2E5E9688FA, L_150, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsSpecialName", get_IsSpecialName, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_151 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_152 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_152, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_151);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_151, _stringLiteralA29483F2C06A5334DA49C157EAD8C663DFAACCDF, L_152, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsUnicodeClass", get_IsUnicodeClass, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_153 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_154 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_154, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_153);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_153, _stringLiteral066CAB80B25003D406A57087ECD70D2494796DC4, L_154, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsValueType", get_IsValueType, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_155 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_156 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_156, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_155);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_155, _stringLiteral4E9A5EFA8F762511F245915C412E94630AA01EBC, L_156, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("MemberType", get_MemberType, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_157 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_158 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_158, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_157);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_157, _stringLiteralCB61F9B524B5529550CC74D1B865778C5190B46E, L_158, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Module", get_Module, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_159 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_160 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_160, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_159);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_159, _stringLiteralB8FF02892916FF59F7FBD4E617FCCD01F6BCA576, L_160, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Namespace", get_Namespace, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_161 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_162 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_162, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_161);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_161, _stringLiteral0449E1003DD0CDD92AB163E844540614258E8B38, L_162, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("ReflectedType", get_ReflectedType, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_163 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_164 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_164, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_163);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_163, _stringLiteral62D3C5A55CBB2FDF5C2A699824A285467AD1396F, L_164, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("TypeHandle", get_TypeHandle, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_165 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_166 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_166, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_165);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_165, _stringLiteral1735B25BFD2C6E11B745FF1234292023B3119ACE, L_166, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("TypeInitializer", get_TypeInitializer, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_167 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_168 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_168, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_167);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_167, _stringLiteralAD2540AD39A05E84D89A2A59A95932514C9300FF, L_168, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("UnderlyingSystemType", get_UnderlyingSystemType, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_169 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_170 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_170, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_169);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_169, _stringLiteralA45E80318CDAF2658B041D4779CC8E8A5BE40E71, L_170, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("ContainsGenericParameters", get_ContainsGenericParameters, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_171 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_172 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_172, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_171);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_171, _stringLiteral3B9A48457FE0256756DDC0514E1BB7449BBA951E, L_172, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsGenericTypeDefinition", get_IsGenericTypeDefinition, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_173 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_174 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_174, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_173);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_173, _stringLiteralEAB797C04E7B8D7708A54633D5389F6FFD13E43F, L_174, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsGenericType", get_IsGenericType, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_175 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_176 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_176, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_175);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_175, _stringLiteral66441C5D25D84EEF554BB75E6B35D0F2057B24D4, L_176, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsGenericParameter", get_IsGenericParameter, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_177 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_178 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_178, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_177);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_177, _stringLiteral7EA8F22A4F3EF721FC7B307C90A6D23AB14FF827, L_178, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsNested", get_IsNested, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_179 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_180 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_180, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_179);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_179, _stringLiteralACB10F6D951840539A4737CDA19179744B6E7BE2, L_180, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("IsVisible", get_IsVisible, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_181 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_182 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_182, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_181);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_181, _stringLiteralBD72E7529F7C0C0D21132CA0B4AB87B2920E4236, L_182, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("GenericParameterPosition", get_GenericParameterPosition, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_183 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_184 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_184, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_183);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_183, _stringLiteral089B0BA8B1E0758ECEBCD291E88238CE548D665D, L_184, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("GenericParameterAttributes", get_GenericParameterAttributes, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_185 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_186 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_186, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_185);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_185, _stringLiteralD4393260096855646752D13B50082831B9B9D4DA, L_186, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("DeclaringMethod", get_DeclaringMethod, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_187 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_188 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_188, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_187);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_187, _stringLiteral163313709722AD7AEFE1D71EECEA06F9FCDFEC2D, L_188, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("StructLayoutAttribute", get_StructLayoutAttribute, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_189 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_190 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_190, NULL, (intptr_t)((intptr_t)System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_189);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_189, _stringLiteralF6CA3F6A020660347A66841FB2A97D62EEB6205B, L_190, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_191 = ___L0;
|
|
NullCheck(L_191);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_191, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::Equals(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_Equals_m69D32AFFCE6A5A1514FBB4431D41B14DF0C33329_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Type_t * V_1 = NULL;
|
|
Type_t * V_2 = NULL;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
Type_t * V_5 = NULL;
|
|
RuntimeObject * V_6 = NULL;
|
|
bool V_7 = false;
|
|
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);
|
|
bool G_B5_0 = false;
|
|
int32_t G_B11_0 = 0;
|
|
|
|
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<System.Type>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_5, 1, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// System.Type arg0 = (System.Type)ToLua.ToObject(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
RuntimeObject * L_8 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_2 = ((Type_t *)CastclassClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var));
|
|
// bool o = obj != null ? obj.Equals(arg0) : arg0 == null;
|
|
Type_t * L_9 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_10 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_9, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
Type_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_12 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_12;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
Type_t * L_13 = V_1;
|
|
Type_t * L_14 = V_2;
|
|
NullCheck(L_13);
|
|
bool L_15 = VirtFuncInvoker1< bool, Type_t * >::Invoke(142 /* System.Boolean System.Type::Equals(System.Type) */, L_13, L_14);
|
|
G_B5_0 = L_15;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
V_3 = G_B5_0;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_16 = ___L0;
|
|
bool L_17 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_16, L_17, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<object>(L, 2))
|
|
int32_t L_18 = V_0;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_20 = TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D((intptr_t)L_19, 2, /*hidden argument*/TypeChecker_CheckTypes_TisRuntimeObject_m852D44D7DFE86811EBB6364C6E3668BADF1EC54D_RuntimeMethod_var);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_21 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_22 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_21, 1, /*hidden argument*/NULL);
|
|
V_5 = L_22;
|
|
// object arg0 = ToLua.ToVarObject(L, 2);
|
|
intptr_t L_23 = ___L0;
|
|
RuntimeObject * L_24 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_23, 2, /*hidden argument*/NULL);
|
|
V_6 = L_24;
|
|
// bool o = obj != null ? obj.Equals(arg0) : arg0 == null;
|
|
Type_t * L_25 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_26 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_25, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
RuntimeObject * L_27 = V_6;
|
|
G_B11_0 = ((((RuntimeObject*)(RuntimeObject *)L_27) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
Type_t * L_28 = V_5;
|
|
RuntimeObject * L_29 = V_6;
|
|
NullCheck(L_28);
|
|
bool L_30 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_28, L_29);
|
|
G_B11_0 = ((int32_t)(L_30));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
V_7 = (bool)G_B11_0;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_31 = ___L0;
|
|
bool L_32 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_31, L_32, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_4 = 1;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: System.Type.Equals");
|
|
intptr_t L_33 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_34 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_33, _stringLiteral794A7939D0FFE6FBF9FFFA579033C309FBB4BA3F, /*hidden argument*/NULL);
|
|
V_4 = L_34;
|
|
goto IL_00b4;
|
|
}
|
|
} // 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_00a6;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00a6:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_35 = ___L0;
|
|
Exception_t * L_36 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_37 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_35, L_36, /*hidden argument*/NULL);
|
|
V_4 = L_37;
|
|
goto IL_00b4;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00b4:
|
|
{
|
|
// }
|
|
int32_t L_38 = V_4;
|
|
return L_38;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetType_m26357DBE7ECEA7697FA284B8CF3DA6ABB67AA347_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Type_t * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Type_t * V_3 = NULL;
|
|
bool V_4 = false;
|
|
Type_t * V_5 = NULL;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
Type_t * V_8 = NULL;
|
|
Exception_t * V_9 = 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 && TypeChecker.CheckTypes<System.Type>(L, 1))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60((intptr_t)L_3, 1, /*hidden argument*/TypeChecker_CheckTypes_TisType_t_m6DF00B00CA1F4B4DEE0A4FAC2008AC5F7258DD60_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// System.Type obj = (System.Type)ToLua.ToObject(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_5, 1, /*hidden argument*/NULL);
|
|
// System.Type o = obj.GetType();
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_6, Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t * L_7 = Type_GetType_m6C9E6D55EC53587A0851176DA1D27A165724773E(((Type_t *)CastclassClass((RuntimeObject*)L_6, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_8 = ___L0;
|
|
Type_t * L_9 = V_1;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// else if (count == 1 && TypeChecker.CheckTypes<string>(L, 1))
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_11, 1, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// string arg0 = ToLua.ToString(L, 1);
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_14 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_13, 1, /*hidden argument*/NULL);
|
|
// System.Type o = System.Type.GetType(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_15 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C, L_14, "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null");
|
|
V_3 = L_15;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_16 = ___L0;
|
|
Type_t * L_17 = V_3;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_16, L_17, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_18 = V_0;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// string arg0 = ToLua.CheckString(L, 1);
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
String_t* L_20 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_19, 1, /*hidden argument*/NULL);
|
|
// bool arg1 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_21 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_22 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_21, 2, /*hidden argument*/NULL);
|
|
V_4 = L_22;
|
|
// System.Type o = System.Type.GetType(arg0, arg1);
|
|
bool L_23 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A, L_20, L_23, "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null");
|
|
V_5 = L_24;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_25 = ___L0;
|
|
Type_t * L_26 = V_5;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_25, L_26, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_27 = V_0;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// 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);
|
|
// bool arg1 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_31 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_30, 2, /*hidden argument*/NULL);
|
|
V_6 = L_31;
|
|
// bool arg2 = LuaDLL.luaL_checkboolean(L, 3);
|
|
intptr_t L_32 = ___L0;
|
|
bool L_33 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_32, 3, /*hidden argument*/NULL);
|
|
V_7 = L_33;
|
|
// System.Type o = System.Type.GetType(arg0, arg1, arg2);
|
|
bool L_34 = V_6;
|
|
bool L_35 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_36 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m77EF3A5A858B45C53D8BF27C74FA00CA83B53E59, L_29, L_34, L_35, "Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null");
|
|
V_8 = L_36;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_37 = ___L0;
|
|
Type_t * L_38 = V_8;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_37, L_38, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: System.Type.GetType");
|
|
intptr_t L_39 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_40 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_39, _stringLiteral900A1D897E7B3DF64CE1993D81464FEFEDEE28F1, /*hidden argument*/NULL);
|
|
V_2 = L_40;
|
|
goto IL_00d1;
|
|
}
|
|
} // 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_00c4;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00c4:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_9 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_41 = ___L0;
|
|
Exception_t * L_42 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_43 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_41, L_42, /*hidden argument*/NULL);
|
|
V_2 = L_43;
|
|
goto IL_00d1;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00d1:
|
|
{
|
|
// }
|
|
int32_t L_44 = V_2;
|
|
return L_44;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetTypeArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetTypeArray_m9FE7538ED7C4292E16B0C3B0523644AF4ECCEACC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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);
|
|
// object[] arg0 = ToLua.CheckObjectArray(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type[] o = System.Type.GetTypeArray(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = Type_GetTypeArray_m2B3B54D183D628809D93FE93ECBBADA5FFC7E7A6(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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 System_TypeWrap::GetTypeCode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetTypeCode_m1F1A39ABFFE0BD5DE012DE849C698D06AE5FE068_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);
|
|
// System.Type arg0 = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.TypeCode o = System.Type.GetTypeCode(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6_il2cpp_TypeInfo_var, &L_6);
|
|
ToLua_Push_mEB8C84A5137A56CA3BD252D485926B77BF61AC06((intptr_t)L_4, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_7, /*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_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_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetTypeFromHandle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetTypeFromHandle_m07799D6C7A4767ED027577C18AD1B78169428984_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_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);
|
|
// System.RuntimeTypeHandle arg0 = StackTraits<System.RuntimeTypeHandle>.Check(L, 1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_il2cpp_TypeInfo_var);
|
|
Func_3_tDDA95D14DDAA336FCF0BC0070D17B4E53E112E3B * L_1 = ((StackTraits_1_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tC59BAD21C8722459D865C2B9E9C8D0C53F61404E_il2cpp_TypeInfo_var))->get_Check_1();
|
|
intptr_t L_2 = ___L0;
|
|
NullCheck(L_1);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = Func_3_Invoke_m429E39543E2A852904977007F08B091188388DC5(L_1, (intptr_t)L_2, 1, /*hidden argument*/Func_3_Invoke_m429E39543E2A852904977007F08B091188388DC5_RuntimeMethod_var);
|
|
// System.Type o = System.Type.GetTypeFromHandle(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_5 = ___L0;
|
|
Type_t * L_6 = V_0;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_5, L_6, /*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_7 = ___L0;
|
|
Exception_t * L_8 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetTypeHandle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetTypeHandle_mE8E54EBCCB117A99DCC37CD66C0780D1736FBDDB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D 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);
|
|
// object arg0 = ToLua.ToVarObject(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.RuntimeTypeHandle o = System.Type.GetTypeHandle(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = Type_GetTypeHandle_mF4790808C172FB5701365C8AA48EC9A132AD60B9(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
// ToLua.PushValue(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = V_0;
|
|
ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F_RuntimeMethod_var);
|
|
// 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 System_TypeWrap::IsSubclassOf(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_IsSubclassOf_m0CC77DFB6779AB8BBF945834A4EFA61DE31DCC4B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * 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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type arg0 = ToLua.CheckMonoType(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// bool o = obj.IsSubclassOf(arg0);
|
|
Type_t * L_5 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_2, L_5);
|
|
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_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_0028;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0028:
|
|
{ // 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_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::FindInterfaces(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_FindInterfaces_mF6FEFFA6D62BEFD6B79B6E56A6C6A7271EE0EA95_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_2 = NULL;
|
|
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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Reflection.TypeFilter arg0 = (System.Reflection.TypeFilter)ToLua.CheckDelegate<System.Reflection.TypeFilter>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Delegate_t * L_4 = ToLua_CheckDelegate_TisTypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_mA19CE2696DBD993F75487808E6653CD000510B87((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckDelegate_TisTypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_mA19CE2696DBD993F75487808E6653CD000510B87_RuntimeMethod_var);
|
|
V_0 = ((TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 *)CastclassSealed((RuntimeObject*)L_4, TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18_il2cpp_TypeInfo_var));
|
|
// object arg1 = ToLua.ToVarObject(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeObject * L_6 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// System.Type[] o = obj.FindInterfaces(arg0, arg1);
|
|
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * L_7 = V_0;
|
|
RuntimeObject * L_8 = V_1;
|
|
NullCheck(L_2);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = VirtFuncInvoker2< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 *, RuntimeObject * >::Invoke(55 /* System.Type[] System.Type::FindInterfaces(System.Reflection.TypeFilter,System.Object) */, L_2, L_7, L_8);
|
|
V_2 = L_9;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_10 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = V_2;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_10, (RuntimeArray *)(RuntimeArray *)L_11, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0043;
|
|
} // 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_0036;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0036:
|
|
{ // 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_0043;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0043:
|
|
{
|
|
// }
|
|
int32_t L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetInterface(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetInterface_mA2465BA46EA6BE7363C0E90D852561398BB45F5D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
Type_t * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
bool V_5 = false;
|
|
Type_t * V_6 = NULL;
|
|
Exception_t * V_7 = 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_002c;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// System.Type o = obj.GetInterface(arg0);
|
|
String_t* L_7 = V_1;
|
|
NullCheck(L_4);
|
|
Type_t * L_8 = Type_GetInterface_m10C58481C4BA7C317897E130AC5FAAFCAD56A6E7(L_4, L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Type_t * L_10 = V_2;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_13 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_12, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
String_t* L_15 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = L_15;
|
|
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_17 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = L_17;
|
|
// System.Type o = obj.GetInterface(arg0, arg1);
|
|
String_t* L_18 = V_4;
|
|
bool L_19 = V_5;
|
|
NullCheck(L_13);
|
|
Type_t * L_20 = VirtFuncInvoker2< Type_t *, String_t*, bool >::Invoke(53 /* System.Type System.Type::GetInterface(System.String,System.Boolean) */, L_13, L_18, L_19);
|
|
V_6 = L_20;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_21 = ___L0;
|
|
Type_t * L_22 = V_6;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_21, L_22, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: System.Type.GetInterface");
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_24 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_23, _stringLiteralB812E983C8A4FCE5FC95F5166F9398388E6B52A1, /*hidden argument*/NULL);
|
|
V_3 = L_24;
|
|
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_7 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_25 = ___L0;
|
|
Exception_t * L_26 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_25, L_26, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_007b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_007b:
|
|
{
|
|
// }
|
|
int32_t L_28 = V_3;
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetInterfaceMap(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetInterfaceMap_m430FC414EA93A75237F0B4018184F00A2BC477B8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B 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, 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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type arg0 = ToLua.CheckMonoType(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// System.Reflection.InterfaceMapping o = obj.GetInterfaceMap(arg0);
|
|
Type_t * L_5 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B L_6 = VirtFuncInvoker1< InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B , Type_t * >::Invoke(143 /* System.Reflection.InterfaceMapping System.Type::GetInterfaceMap(System.Type) */, L_2, L_5);
|
|
V_1 = L_6;
|
|
// ToLua.PushValue(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
InterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B L_8 = V_1;
|
|
ToLua_PushValue_TisInterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_mDFF6DBB727DDC7E108F7C8310D299ECE7999E56C((intptr_t)L_7, L_8, /*hidden argument*/ToLua_PushValue_TisInterfaceMapping_tDFACCA96D5C3DD01C345DE426D9B8F32CDAA904B_mDFF6DBB727DDC7E108F7C8310D299ECE7999E56C_RuntimeMethod_var);
|
|
// 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_0028;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0028:
|
|
{ // 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_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetInterfaces(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetInterfaces_m215E44CC1BBB933694913101E2D9CDB5CD1EE6A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type[] o = obj.GetInterfaces();
|
|
NullCheck(L_2);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(54 /* System.Type[] System.Type::GetInterfaces() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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 System_TypeWrap::IsAssignableFrom(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_IsAssignableFrom_m8EE98CF9BF41AF1ED00B38C535DAF235D9F4F4E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * 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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type arg0 = ToLua.CheckMonoType(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// bool o = obj.IsAssignableFrom(arg0);
|
|
Type_t * L_5 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_6 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_2, L_5);
|
|
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_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_0028;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0028:
|
|
{ // 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_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::IsInstanceOfType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_IsInstanceOfType_mF8476459336299D1227C0845389EBC2E647DCC3F_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);
|
|
|
|
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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// 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_0 = L_4;
|
|
// bool o = obj.IsInstanceOfType(arg0);
|
|
RuntimeObject * L_5 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_2, L_5);
|
|
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_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_0028;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0028:
|
|
{ // 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_0033;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0033:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetArrayRank(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetArrayRank_mADAD39BB62879EB93776F5F125A691FA6065DEB9_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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// int o = obj.GetArrayRank();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Type::GetArrayRank() */, L_2);
|
|
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_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 System_TypeWrap::GetElementType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetElementType_m9B2D9EB569975021FFE74545690FE7CD4D6911C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type o = obj.GetElementType();
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_0;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_4, 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 System_TypeWrap::GetHashCode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetHashCode_m2997ACE6E285F7E67AE243660BE5AFC3256CEF2B_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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// int o = obj.GetHashCode();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2);
|
|
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_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 System_TypeWrap::GetNestedType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetNestedType_mACAE976EB091331F2BE604B1EBCCC8EA9F50F6F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
Type_t * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
Type_t * V_6 = NULL;
|
|
Exception_t * V_7 = 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_002c;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// System.Type o = obj.GetNestedType(arg0);
|
|
String_t* L_7 = V_1;
|
|
NullCheck(L_4);
|
|
Type_t * L_8 = Type_GetNestedType_m30D9D5DF0FB7ADAED9B54CC02DCC5D8C4E873F45(L_4, L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Type_t * L_10 = V_2;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_13 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_12, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_14 = ___L0;
|
|
String_t* L_15 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_14, 2, /*hidden argument*/NULL);
|
|
V_4 = L_15;
|
|
// System.Reflection.BindingFlags arg1 = (System.Reflection.BindingFlags)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 3, /*hidden argument*/NULL);
|
|
V_5 = (((int32_t)((int32_t)L_17)));
|
|
// System.Type o = obj.GetNestedType(arg0, arg1);
|
|
String_t* L_18 = V_4;
|
|
int32_t L_19 = V_5;
|
|
NullCheck(L_13);
|
|
Type_t * L_20 = VirtFuncInvoker2< Type_t *, String_t*, int32_t >::Invoke(71 /* System.Type System.Type::GetNestedType(System.String,System.Reflection.BindingFlags) */, L_13, L_18, L_19);
|
|
V_6 = L_20;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_21 = ___L0;
|
|
Type_t * L_22 = V_6;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_21, L_22, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: System.Type.GetNestedType");
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_24 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_23, _stringLiteral3C7415A66C7118AF8CF5A85C1A4463C346ED7340, /*hidden argument*/NULL);
|
|
V_3 = L_24;
|
|
goto IL_007c;
|
|
}
|
|
} // 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_006f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_006f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_7 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_25 = ___L0;
|
|
Exception_t * L_26 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_27 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_25, L_26, /*hidden argument*/NULL);
|
|
V_3 = L_27;
|
|
goto IL_007c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_007c:
|
|
{
|
|
// }
|
|
int32_t L_28 = V_3;
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetNestedTypes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetNestedTypes_m83799175CA8798146B18BCCC81AF5085746FC161_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// System.Type[] o = obj.GetNestedTypes();
|
|
NullCheck(L_4);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = Type_GetNestedTypes_m791D6868DF70632CDC036A46CE4A7BFE9A47079F(L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = V_1;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_10 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_9, 1, /*hidden argument*/NULL);
|
|
// System.Reflection.BindingFlags arg0 = (System.Reflection.BindingFlags)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)));
|
|
// System.Type[] o = obj.GetNestedTypes(arg0);
|
|
int32_t L_13 = V_3;
|
|
NullCheck(L_10);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = VirtFuncInvoker1< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*, int32_t >::Invoke(69 /* System.Type[] System.Type::GetNestedTypes(System.Reflection.BindingFlags) */, L_10, L_13);
|
|
V_4 = L_14;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = V_4;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_15, (RuntimeArray *)(RuntimeArray *)L_16, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: System.Type.GetNestedTypes");
|
|
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, _stringLiteralC2B56FE88996BF94B1B43232EDBA1FDC0192EBE5, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_0066;
|
|
}
|
|
} // 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_0059;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0059:
|
|
{ // 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_0066;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0066:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetDefaultMembers(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetDefaultMembers_m6139C33B5A474C1C04A6F5B45064E51571A9A88C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* 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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Reflection.MemberInfo[] o = obj.GetDefaultMembers();
|
|
NullCheck(L_2);
|
|
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_3 = VirtFuncInvoker0< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* >::Invoke(75 /* System.Reflection.MemberInfo[] System.Type::GetDefaultMembers() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* 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 System_TypeWrap::FindMembers(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_FindMembers_m591AC2870A43E6E028A4E3AACD556C37D226BA4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * V_2 = NULL;
|
|
RuntimeObject * V_3 = NULL;
|
|
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 5);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 5, /*hidden argument*/NULL);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Reflection.MemberTypes arg0 = (System.Reflection.MemberTypes)ToLua.CheckObject(L, 2, typeof(System.Reflection.MemberTypes));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041_il2cpp_TypeInfo_var))));
|
|
// System.Reflection.BindingFlags arg1 = (System.Reflection.BindingFlags)LuaDLL.luaL_checknumber(L, 3);
|
|
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, 3, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_8)));
|
|
// System.Reflection.MemberFilter arg2 = (System.Reflection.MemberFilter)ToLua.CheckDelegate<System.Reflection.MemberFilter>(L, 4);
|
|
intptr_t L_9 = ___L0;
|
|
Delegate_t * L_10 = ToLua_CheckDelegate_TisMemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381_m297B7FB1216A10EB718C83760E8D364E1C474175((intptr_t)L_9, 4, /*hidden argument*/ToLua_CheckDelegate_TisMemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381_m297B7FB1216A10EB718C83760E8D364E1C474175_RuntimeMethod_var);
|
|
V_2 = ((MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 *)CastclassSealed((RuntimeObject*)L_10, MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381_il2cpp_TypeInfo_var));
|
|
// object arg3 = ToLua.ToVarObject(L, 5);
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeObject * L_12 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_11, 5, /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
// System.Reflection.MemberInfo[] o = obj.FindMembers(arg0, arg1, arg2, arg3);
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = V_1;
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * L_15 = V_2;
|
|
RuntimeObject * L_16 = V_3;
|
|
NullCheck(L_2);
|
|
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_17 = VirtFuncInvoker4< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, int32_t, int32_t, MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 *, RuntimeObject * >::Invoke(76 /* System.Reflection.MemberInfo[] System.Type::FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object) */, L_2, L_13, L_14, L_15, L_16);
|
|
V_4 = L_17;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_18 = ___L0;
|
|
MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_19 = V_4;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_18, (RuntimeArray *)(RuntimeArray *)L_19, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_5 = 1;
|
|
goto IL_0069;
|
|
} // 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_005b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005b:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_20 = ___L0;
|
|
Exception_t * L_21 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_20, L_21, /*hidden argument*/NULL);
|
|
V_5 = L_22;
|
|
goto IL_0069;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0069:
|
|
{
|
|
// }
|
|
int32_t L_23 = V_5;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::InvokeMember(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_InvokeMember_mA83C70B87A5410C68F091ABF74C48BF4AA455753_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * V_3 = NULL;
|
|
RuntimeObject * V_4 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_5 = NULL;
|
|
RuntimeObject * V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
String_t* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * V_10 = NULL;
|
|
RuntimeObject * V_11 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_12 = NULL;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_13 = NULL;
|
|
RuntimeObject * V_14 = NULL;
|
|
String_t* V_15 = NULL;
|
|
int32_t V_16 = 0;
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * V_17 = NULL;
|
|
RuntimeObject * V_18 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_19 = NULL;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* V_20 = NULL;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_21 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_22 = NULL;
|
|
RuntimeObject * V_23 = NULL;
|
|
Exception_t * V_24 = 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 == 6)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// System.Reflection.BindingFlags arg1 = (System.Reflection.BindingFlags)LuaDLL.luaL_checknumber(L, 3);
|
|
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, 3, /*hidden argument*/NULL);
|
|
V_2 = (((int32_t)((int32_t)L_8)));
|
|
// System.Reflection.Binder arg2 = (System.Reflection.Binder)ToLua.CheckObject<System.Reflection.Binder>(L, 4);
|
|
intptr_t L_9 = ___L0;
|
|
RuntimeObject * L_10 = ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865((intptr_t)L_9, 4, /*hidden argument*/ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865_RuntimeMethod_var);
|
|
V_3 = ((Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)CastclassClass((RuntimeObject*)L_10, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759_il2cpp_TypeInfo_var));
|
|
// object arg3 = ToLua.ToVarObject(L, 5);
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeObject * L_12 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_11, 5, /*hidden argument*/NULL);
|
|
V_4 = L_12;
|
|
// object[] arg4 = ToLua.CheckObjectArray(L, 6);
|
|
intptr_t L_13 = ___L0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F((intptr_t)L_13, 6, /*hidden argument*/NULL);
|
|
V_5 = L_14;
|
|
// object o = obj.InvokeMember(arg0, arg1, arg2, arg3, arg4);
|
|
String_t* L_15 = V_1;
|
|
int32_t L_16 = V_2;
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_17 = V_3;
|
|
RuntimeObject * L_18 = V_4;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_5;
|
|
NullCheck(L_4);
|
|
RuntimeObject * L_20 = Type_InvokeMember_m8E6CF716120DB79E74264A3F89BCC3EEDD1F6213(L_4, L_15, L_16, L_17, L_18, L_19, /*hidden argument*/NULL);
|
|
V_6 = L_20;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_21 = ___L0;
|
|
RuntimeObject * L_22 = V_6;
|
|
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_21, L_22, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_7 = 1;
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// else if (count == 7)
|
|
int32_t L_23 = V_0;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)7))))
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_25 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_24, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_26 = ___L0;
|
|
String_t* L_27 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_26, 2, /*hidden argument*/NULL);
|
|
V_8 = L_27;
|
|
// System.Reflection.BindingFlags arg1 = (System.Reflection.BindingFlags)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_28 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_29 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_28, 3, /*hidden argument*/NULL);
|
|
V_9 = (((int32_t)((int32_t)L_29)));
|
|
// System.Reflection.Binder arg2 = (System.Reflection.Binder)ToLua.CheckObject<System.Reflection.Binder>(L, 4);
|
|
intptr_t L_30 = ___L0;
|
|
RuntimeObject * L_31 = ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865((intptr_t)L_30, 4, /*hidden argument*/ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865_RuntimeMethod_var);
|
|
V_10 = ((Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)CastclassClass((RuntimeObject*)L_31, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759_il2cpp_TypeInfo_var));
|
|
// object arg3 = ToLua.ToVarObject(L, 5);
|
|
intptr_t L_32 = ___L0;
|
|
RuntimeObject * L_33 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_32, 5, /*hidden argument*/NULL);
|
|
V_11 = L_33;
|
|
// object[] arg4 = ToLua.CheckObjectArray(L, 6);
|
|
intptr_t L_34 = ___L0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F((intptr_t)L_34, 6, /*hidden argument*/NULL);
|
|
V_12 = L_35;
|
|
// System.Globalization.CultureInfo arg5 = (System.Globalization.CultureInfo)ToLua.CheckObject<System.Globalization.CultureInfo>(L, 7);
|
|
intptr_t L_36 = ___L0;
|
|
RuntimeObject * L_37 = ToLua_CheckObject_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m20E28608F621E699BFFFA998B1F75BC7109DE9D7((intptr_t)L_36, 7, /*hidden argument*/ToLua_CheckObject_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m20E28608F621E699BFFFA998B1F75BC7109DE9D7_RuntimeMethod_var);
|
|
V_13 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_37, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
|
|
// object o = obj.InvokeMember(arg0, arg1, arg2, arg3, arg4, arg5);
|
|
String_t* L_38 = V_8;
|
|
int32_t L_39 = V_9;
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_40 = V_10;
|
|
RuntimeObject * L_41 = V_11;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = V_12;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_43 = V_13;
|
|
NullCheck(L_25);
|
|
RuntimeObject * L_44 = Type_InvokeMember_m90F5296202D22D2611B21E23EDD70DA8AA59871A(L_25, L_38, L_39, L_40, L_41, L_42, L_43, /*hidden argument*/NULL);
|
|
V_14 = L_44;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_45 = ___L0;
|
|
RuntimeObject * L_46 = V_14;
|
|
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_45, L_46, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_7 = 1;
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
// else if (count == 9)
|
|
int32_t L_47 = V_0;
|
|
if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_0153;
|
|
}
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_48 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_49 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_48, 1, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_50 = ___L0;
|
|
String_t* L_51 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_50, 2, /*hidden argument*/NULL);
|
|
V_15 = L_51;
|
|
// System.Reflection.BindingFlags arg1 = (System.Reflection.BindingFlags)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_52 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_53 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_52, 3, /*hidden argument*/NULL);
|
|
V_16 = (((int32_t)((int32_t)L_53)));
|
|
// System.Reflection.Binder arg2 = (System.Reflection.Binder)ToLua.CheckObject<System.Reflection.Binder>(L, 4);
|
|
intptr_t L_54 = ___L0;
|
|
RuntimeObject * L_55 = ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865((intptr_t)L_54, 4, /*hidden argument*/ToLua_CheckObject_TisBinder_t4D5CB06963501D32847C057B57157D6DC49CA759_m9F960FAC977F85D2B1619ED72D01CA9CEE3C1865_RuntimeMethod_var);
|
|
V_17 = ((Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)CastclassClass((RuntimeObject*)L_55, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759_il2cpp_TypeInfo_var));
|
|
// object arg3 = ToLua.ToVarObject(L, 5);
|
|
intptr_t L_56 = ___L0;
|
|
RuntimeObject * L_57 = ToLua_ToVarObject_m32C2BF7F525FB0A4D5914DC319660A523C3A7A6D((intptr_t)L_56, 5, /*hidden argument*/NULL);
|
|
V_18 = L_57;
|
|
// object[] arg4 = ToLua.CheckObjectArray(L, 6);
|
|
intptr_t L_58 = ___L0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = ToLua_CheckObjectArray_mB59CC301F53829E4747BF861935FE3C1FAE05A4F((intptr_t)L_58, 6, /*hidden argument*/NULL);
|
|
V_19 = L_59;
|
|
// System.Reflection.ParameterModifier[] arg5 = ToLua.CheckStructArray<System.Reflection.ParameterModifier>(L, 7);
|
|
intptr_t L_60 = ___L0;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_61 = ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402((intptr_t)L_60, 7, /*hidden argument*/ToLua_CheckStructArray_TisParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_m3EA4DB36322406575CF50D5F68F5396763B13402_RuntimeMethod_var);
|
|
V_20 = L_61;
|
|
// System.Globalization.CultureInfo arg6 = (System.Globalization.CultureInfo)ToLua.CheckObject<System.Globalization.CultureInfo>(L, 8);
|
|
intptr_t L_62 = ___L0;
|
|
RuntimeObject * L_63 = ToLua_CheckObject_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m20E28608F621E699BFFFA998B1F75BC7109DE9D7((intptr_t)L_62, 8, /*hidden argument*/ToLua_CheckObject_TisCultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_m20E28608F621E699BFFFA998B1F75BC7109DE9D7_RuntimeMethod_var);
|
|
V_21 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_63, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
|
|
// string[] arg7 = ToLua.CheckStringArray(L, 9);
|
|
intptr_t L_64 = ___L0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = ToLua_CheckStringArray_m5AEC0FC50AE6350C62EFD1FE9B51D0EF06173703((intptr_t)L_64, ((int32_t)9), /*hidden argument*/NULL);
|
|
V_22 = L_65;
|
|
// object o = obj.InvokeMember(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
|
|
String_t* L_66 = V_15;
|
|
int32_t L_67 = V_16;
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_68 = V_17;
|
|
RuntimeObject * L_69 = V_18;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_70 = V_19;
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_71 = V_20;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_72 = V_21;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_73 = V_22;
|
|
NullCheck(L_49);
|
|
RuntimeObject * L_74 = VirtFuncInvoker8< RuntimeObject *, String_t*, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(24 /* System.Object System.Type::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) */, L_49, L_66, L_67, L_68, L_69, L_70, L_71, L_72, L_73);
|
|
V_23 = L_74;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_75 = ___L0;
|
|
RuntimeObject * L_76 = V_23;
|
|
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((intptr_t)L_75, L_76, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_7 = 1;
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_0153:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: System.Type.InvokeMember");
|
|
intptr_t L_77 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_78 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_77, _stringLiteral24BCA4330220EBAECDB11513C10389C5840D1B8D, /*hidden argument*/NULL);
|
|
V_7 = L_78;
|
|
goto IL_0170;
|
|
}
|
|
} // 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_0162;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0162:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_24 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_79 = ___L0;
|
|
Exception_t * L_80 = V_24;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_81 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_79, L_80, /*hidden argument*/NULL);
|
|
V_7 = L_81;
|
|
goto IL_0170;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0170:
|
|
{
|
|
// }
|
|
int32_t L_82 = V_7;
|
|
return L_82;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::ToString(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_ToString_mE2F7F2F4FBF617F269AC3C2F8A42DF2144F76D20_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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// string o = obj.ToString();
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
|
|
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_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 System_TypeWrap::GetGenericArguments(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetGenericArguments_m5590D4BEC42CE7F4A2DB943F9BBC6D46547F7BC3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type[] o = obj.GetGenericArguments();
|
|
NullCheck(L_2);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(128 /* System.Type[] System.Type::GetGenericArguments() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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 System_TypeWrap::GetGenericTypeDefinition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetGenericTypeDefinition_m5AE9B1E8E0F48F17324A3CAF27833865E3D712CB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type o = obj.GetGenericTypeDefinition();
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_0;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_4, 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 System_TypeWrap::MakeGenericType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_MakeGenericType_m97C44D8B41487CCC9152C53BDFE569D5651B7013_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL;
|
|
Type_t * V_2 = NULL;
|
|
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)
|
|
// 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;
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_2 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_2, 1, /*hidden argument*/NULL);
|
|
// System.Type[] arg0 = ToLua.CheckParamsObject<System.Type>(L, 2, count - 1);
|
|
intptr_t L_4 = ___L0;
|
|
int32_t L_5 = V_0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = ToLua_CheckParamsObject_TisType_t_m6F088D0ED3C8C032225AB9A51CC8AE3FABE89D41((intptr_t)L_4, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/ToLua_CheckParamsObject_TisType_t_m6F088D0ED3C8C032225AB9A51CC8AE3FABE89D41_RuntimeMethod_var);
|
|
V_1 = L_6;
|
|
// System.Type o = obj.MakeGenericType(arg0);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = V_1;
|
|
NullCheck(L_3);
|
|
Type_t * L_8 = VirtFuncInvoker1< Type_t *, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(124 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_3, L_7);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Type_t * L_10 = V_2;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 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_002b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002b:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_3 = L_13;
|
|
goto IL_0038;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0038:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_3;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::GetGenericParameterConstraints(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_GetGenericParameterConstraints_mE3629E4B29B186CEF448425A705783A721E20D31_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type[] o = obj.GetGenericParameterConstraints();
|
|
NullCheck(L_2);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(109 /* System.Type[] System.Type::GetGenericParameterConstraints() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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 System_TypeWrap::MakeArrayType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_MakeArrayType_m57DF63E4A82DE3231157DFF5D767F06DBB2D5120_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Type_t * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Type_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:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_3, 1, /*hidden argument*/NULL);
|
|
// System.Type o = obj.MakeArrayType();
|
|
NullCheck(L_4);
|
|
Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Type::MakeArrayType() */, L_4);
|
|
V_1 = L_5;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
Type_t * L_7 = V_1;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
Type_t * L_10 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_9, 1, /*hidden argument*/NULL);
|
|
// int arg0 = (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)));
|
|
// System.Type o = obj.MakeArrayType(arg0);
|
|
int32_t L_13 = V_3;
|
|
NullCheck(L_10);
|
|
Type_t * L_14 = VirtFuncInvoker1< Type_t *, int32_t >::Invoke(21 /* System.Type System.Type::MakeArrayType(System.Int32) */, L_10, L_13);
|
|
V_4 = L_14;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_15 = ___L0;
|
|
Type_t * L_16 = V_4;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_15, L_16, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: System.Type.MakeArrayType");
|
|
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, _stringLiteralEAC1E1174704A7FC4466A65B3EE0D4563533A80E, /*hidden argument*/NULL);
|
|
V_2 = L_18;
|
|
goto IL_0066;
|
|
}
|
|
} // 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_0059;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0059:
|
|
{ // 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_0066;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0066:
|
|
{
|
|
// }
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Int32 System_TypeWrap::MakeByRefType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_MakeByRefType_m808AFC1D0A8D1412F88F25BAFFF30FFE42B3EC1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type o = obj.MakeByRefType();
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Type::MakeByRefType() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_0;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_4, 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 System_TypeWrap::MakePointerType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_MakePointerType_m446693552EB11C589B93438A5713D3A4A7D09E15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_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);
|
|
// System.Type obj = ToLua.CheckMonoType(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
Type_t * L_2 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// System.Type o = obj.MakePointerType();
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::MakePointerType() */, L_2);
|
|
V_0 = L_3;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_0;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((intptr_t)L_4, 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 System_TypeWrap::ReflectionOnlyGetType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_ReflectionOnlyGetType_m094469C7B139339DC7AE37E23644A733DEB370C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
Type_t * V_2 = NULL;
|
|
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);
|
|
// bool arg1 = 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_0 = L_4;
|
|
// bool arg2 = LuaDLL.luaL_checkboolean(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
bool L_6 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// System.Type o = System.Type.ReflectionOnlyGetType(arg0, arg1, arg2);
|
|
bool L_7 = V_0;
|
|
bool L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_9 = Type_ReflectionOnlyGetType_m45DA709F22B219CD906FC692E492B024391521A1(L_2, L_7, L_8, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_10 = ___L0;
|
|
Type_t * L_11 = V_2;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((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 System_TypeWrap::get_Delimiter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_Delimiter_m032BA62E01358205A794F3BBED47D6A0191E237A_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, System.Type.Delimiter);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Delimiter_4();
|
|
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 System_TypeWrap::get_EmptyTypes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_EmptyTypes_m67107BF3BCB4EDED3154EDD6C4F6E7C30CBADA8D_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, System.Type.EmptyTypes);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_0, (RuntimeArray *)(RuntimeArray *)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 System_TypeWrap::get_FilterAttribute(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_FilterAttribute_mCCF4AACFA058016B6B5640CCAF613761AD26BE6A_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, System.Type.FilterAttribute);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_FilterAttribute_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((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 System_TypeWrap::get_FilterName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_FilterName_m419DAD4E6B2B22B838AE5990A3AF47FD643E497E_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, System.Type.FilterName);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_FilterName_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((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 System_TypeWrap::get_FilterNameIgnoreCase(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_FilterNameIgnoreCase_mB07D346AFAC073CB8660F27A27D0DC95CB133A63_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, System.Type.FilterNameIgnoreCase);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_FilterNameIgnoreCase_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((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 System_TypeWrap::get_Missing(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_Missing_m2D819B3BA5596F8690AA72C4F7789EF861D93485_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, System.Type.Missing);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Missing_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_m527AE65DDF8931A68AFE689AE47A65524F4A6C03((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 System_TypeWrap::get_Assembly(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_Assembly_mFB0EDF93E8435AA53DC0E7A413B5DDB3D3F7712F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Assembly_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Reflection.Assembly ret = obj.Assembly;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
Assembly_t * L_3 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.PushObject(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Assembly_t * L_5 = V_1;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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 Assembly 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, _stringLiteral071AFA5EBC49498FBB459A1AB1EBF24A2093A190, /*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 System_TypeWrap::get_AssemblyQualifiedName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_AssemblyQualifiedName_m85B5ABCD51380A0B78E1BDE69EC82E7BD6DA7E44_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.AssemblyQualifiedName;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Type::get_AssemblyQualifiedName() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
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 AssemblyQualifiedName 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, _stringLiteralEEB7D7F8EC6B8E44E9574FE8B9718776A2EABD98, /*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 System_TypeWrap::get_Attributes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_Attributes_mFDCA75FD29B5370C9824057F1EA2CCDB56844002_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Reflection.TypeAttributes ret = obj.Attributes;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Type_get_Attributes_m8B229CC7A4DDE25E0EEB1A9F09FC61C499A72163(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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(TypeAttributes_tE6ACB574918E5D234E547DB66EE27142AC379B30_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 Attributes 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, _stringLiteralBB1BE94D5AB357BBDB240DFF6F8A7B7B71799AD5, /*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 System_TypeWrap::get_BaseType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_BaseType_m7F7DA3BAA2009B7A4720850FF3F3F5E4EFD71B62_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Type_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Type ret = obj.BaseType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_1;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((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 BaseType 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, _stringLiteral7336B9773EBC77A1DDC9978B0951501A71E08ECA, /*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 System_TypeWrap::get_DeclaringType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_DeclaringType_m41E0AF1481EB2AFB0181C003EDA9EEB4CDCC1E09_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Type_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Type ret = obj.DeclaringType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_1;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((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 DeclaringType 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, _stringLiteral7CF746CC6DD4AF8F9C98608A1729A5D2219766D7, /*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 System_TypeWrap::get_DefaultBinder(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_DefaultBinder_mBBF9F2F7BA082CCAF75A09FF350EC9BC2A7E66BF_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, System.Type.DefaultBinder);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * L_1 = Type_get_DefaultBinder_mC8C8679D5EDC53BA5DCDD8AF7FAD01C89246AEE0(/*hidden argument*/NULL);
|
|
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 System_TypeWrap::get_FullName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_FullName_mBCD1C08CD83F5713B22F2683A488AC0918626487_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.FullName;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
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 FullName 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, _stringLiteral6D93BAD5029C1E80E3D6B9E5F13F2206FE57ACA8, /*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 System_TypeWrap::get_GUID(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_GUID_m56BAF6645F02EF50EAAD98A3AD1E169DD567DE0E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Guid_t 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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Guid ret = obj.GUID;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
Guid_t L_3 = VirtFuncInvoker0< Guid_t >::Invoke(23 /* System.Guid System.Type::get_GUID() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.PushValue(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Guid_t L_5 = V_1;
|
|
ToLua_PushValue_TisGuid_t_m4EA4318862DF1F984B0F64775DF91F3F72FFCF72((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushValue_TisGuid_t_m4EA4318862DF1F984B0F64775DF91F3F72FFCF72_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 GUID 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, _stringLiteral34BDB6D3043F38A198E63A3C5C04CF46A237817F, /*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 System_TypeWrap::get_HasElementType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_HasElementType_mEFD324FED8FFD1BA762C5FECAE31B832B60CD1E7_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.HasElementType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_HasElementType_m598BEFE66F168CE1D1132C87D394B2EF41F449BF(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 HasElementType 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, _stringLiteral61E119AC8C20FAF93A21D5A9EC74492F59FA1AF8, /*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 System_TypeWrap::get_IsAbstract(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsAbstract_m5CC82A01E427472A6DAD72F9B66857DAE969B2A8_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsAbstract;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsAbstract_m769E8E92F368822B8AB5354BB0D123BDDD605D09(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsAbstract 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, _stringLiteral5DD4BB7231F09CBD6F80641D8FBB2ED240B08C30, /*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 System_TypeWrap::get_IsAnsiClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsAnsiClass_m92714B0E23907676BF895C1C62F481E24F6A9E58_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsAnsiClass;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsAnsiClass_m21E0F20AD015C7A38D4CC1C9CBF1A8FA142FEB98(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsAnsiClass 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, _stringLiteral2201614815F5FE3537D45D5914C65AFC4CF37C11, /*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 System_TypeWrap::get_IsArray(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsArray_m99B71B3761D34C9766A3C38156FE74E9C897CFB3_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsArray;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsArray 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, _stringLiteralC09FE9BD2B12152331AC8A2AAFF053EF2BB012F2, /*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 System_TypeWrap::get_IsAutoClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsAutoClass_mCB71431BC376D6409A8DFA35B414C8B9DE19EF5B_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsAutoClass;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsAutoClass_m07CA16FC359ECF28D578CA43606F2BD4341B2B51(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsAutoClass 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, _stringLiteral27B2AA61B67A95382F7535CBE00D1F2347AA488F, /*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 System_TypeWrap::get_IsAutoLayout(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsAutoLayout_m3D8EEDC1488EE36BE2AA62F48E68920739098CFE_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsAutoLayout;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsAutoLayout_m357E2B211D61D9C9F1B1A1B4B490BB278D4878A4(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsAutoLayout 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, _stringLiteral7FDC14ADEF5A6521ADE4FAA63E05BD9C459AD844, /*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 System_TypeWrap::get_IsByRef(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsByRef_mC5E9EC1F639379D8F86755FC4EF182F8640013E7_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsByRef;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsByRef 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, _stringLiteral8E74A3A85EE4EB193552CFF165652F75FA198C09, /*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 System_TypeWrap::get_IsClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsClass_m42B0A282410528AC7C32AA8565B645E12D80B1E6_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsClass;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsClass_m760C57B1D66D7CBF284495764BB7EFC6E7D74B0F(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsClass 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, _stringLiteral3ED6A0C7E59533E1D93F3DE5E3303CCE8B08FBF9, /*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 System_TypeWrap::get_IsCOMObject(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsCOMObject_m978E71A600026A1906EDAA460E682AB3527E2194_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsCOMObject;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsCOMObject_m8A4083D3B8D11015F554755827249ABE5E996381(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsCOMObject 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, _stringLiteral9D9F64CA96ED8547A7ADA30B360EC091DE8D26F8, /*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 System_TypeWrap::get_IsContextful(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsContextful_mAEC865B92D6F8DB8D883397EB2133D9AB74296D3_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsContextful;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsContextful_m02EFD5BDDC6E265AE3B40B144D679AEFACEE4C8A(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsContextful 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, _stringLiteralBF7012C625A47CD13D2F9012E40D5DA5D2301271, /*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 System_TypeWrap::get_IsEnum(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsEnum_m295BACA6D7CA6CCB98744D6805C1E3A9FBDE1713_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsEnum;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsEnum 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, _stringLiteralCBD579D096D3D2B96959BB4A299C4D176839CFAB, /*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 System_TypeWrap::get_IsExplicitLayout(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsExplicitLayout_mEE2991369701A55FD51134C3F1ED4A62F51D6EEE_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsExplicitLayout;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsExplicitLayout_mBBF9DA413CB5556D8294595BD177FC746C2CFA78(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsExplicitLayout 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, _stringLiteralE53348850B10574865DBCBA832372804C486886F, /*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 System_TypeWrap::get_IsImport(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsImport_mE218CC47F66E9227B38B87FECF4019FCA0C0FCC4_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsImport;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsImport_m744BEBA0EC0B7882AEF2970166D615371515EC54(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsImport 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, _stringLiteralF312D0B5F37A0A43F0DFCB9315E763F8E8B56D73, /*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 System_TypeWrap::get_IsInterface(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsInterface_m105DF197A04FD7BB7EDC1E9D7BFBACFF7238922D_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsInterface;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsInterface_m8BC291C33120399B14CAAC6E205F06884B9F96ED(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsInterface 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, _stringLiteral7699C3841AED0825E22FD3E2445270D0FF9FFF06, /*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 System_TypeWrap::get_IsLayoutSequential(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsLayoutSequential_m916702D9CBEABE51E56A285BA2802AAE4180C301_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsLayoutSequential;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsLayoutSequential_mE15DB6D5E16F3B97707721C5F645F54751FCB613(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsLayoutSequential 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, _stringLiteral16F01AF7B52EBC235D09CC00FCCC5B97B3744BCB, /*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 System_TypeWrap::get_IsMarshalByRef(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsMarshalByRef_mE1516158350967FB2AEA54D0E1BF52082CDE9FF3_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsMarshalByRef;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsMarshalByRef_mE12C8300F5A8BB91C6319CE71994EA3D1563C465(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsMarshalByRef 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, _stringLiteralA006855AE4B12E8E9168B440B1A3E7589444F5FB, /*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 System_TypeWrap::get_IsNestedAssembly(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNestedAssembly_mFEE9B4A3BD9E819628ED84BE229756FB05B44406_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNestedAssembly;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNestedAssembly_m26AFF83CEEB59FB7F2E571EA55FA2E217BEC8CA8(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNestedAssembly 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, _stringLiteralBA4E6EEEA8074A02A9569A9C4B08057AD141569C, /*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 System_TypeWrap::get_IsNestedFamANDAssem(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNestedFamANDAssem_mD00CDF895FB15AA49DA094646FEFD6C0DA79C863_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNestedFamANDAssem;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNestedFamANDAssem_m185AE191EE2613E033B2E3760ED0FFDDE212185D(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNestedFamANDAssem 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, _stringLiteral5869E9D4007B4E8CA1DBF671D5ACE893B81A34B0, /*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 System_TypeWrap::get_IsNestedFamily(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNestedFamily_m743F40E574BA3066B75EF347CB07EB8EC03A8498_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNestedFamily;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNestedFamily_m2386ED6AE4B9AD17F50F505B7F60EA227BD533B7(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNestedFamily 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, _stringLiteral6B6995CE95FE24C86CA451B82B6F6555340C302B, /*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 System_TypeWrap::get_IsNestedFamORAssem(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNestedFamORAssem_m7AFDA8787A8D7DDF28170A0D8512B13A56B51A87_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNestedFamORAssem;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNestedFamORAssem_m41DF5CEC04CDB484632DBE5B4EA3EB3A75244918(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNestedFamORAssem 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, _stringLiteral0A3498B68EBDE7CB71E157CFDF54FF243BE1AAB1, /*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 System_TypeWrap::get_IsNestedPrivate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNestedPrivate_mEB5BCE545009536EB457B8C17D19ECDB09C445C3_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNestedPrivate;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNestedPrivate_m3B15EC7047516CDF3CFC0F304EEBF25CC4DAECE4(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNestedPrivate 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, _stringLiteralCF9A0F99F321F8AE7653B13476036F3EEF287175, /*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 System_TypeWrap::get_IsNestedPublic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNestedPublic_m26F45D0CBEAB2E5B56B85CD2630429A74D3E7240_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNestedPublic;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNestedPublic_m214CC3E241549EDCA1B438E5A66E4B3C66EA5C14(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNestedPublic 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, _stringLiteral684FE7312C83309864E91AF3AE045BC5A52205FB, /*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 System_TypeWrap::get_IsNotPublic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNotPublic_m0588D3E3E7BAE2202CACC48594B43422627B1BE6_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNotPublic;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNotPublic_mF21439101FF78B7EB47B92C99EB20F179FCFDE76(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNotPublic 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, _stringLiteralF5555DC260151AE25430F15392F435D6A936B607, /*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 System_TypeWrap::get_IsPointer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsPointer_mF2BFB50C64ED7BB39477D575CFA7FE9B9754EA3E_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsPointer;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsPointer_mF823CB662C6A04674589640771E6AD6B71093E57(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsPointer 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, _stringLiteral5CD99B90C124FAA2A25B1EC091624A61A8F7E33C, /*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 System_TypeWrap::get_IsPrimitive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsPrimitive_mF9F21A69C2F31162683AAF720B54332CDC38EB73_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsPrimitive;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsPrimitive 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, _stringLiteralC4D39D12D6A393EC595DB3C11A453B18580BE0B1, /*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 System_TypeWrap::get_IsPublic(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsPublic_m4692691305F428713EF06FB60A56C6E2C2CBA073_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsPublic;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsPublic_mC1B34517A62C56867856DFFE5C7797E7B6CF536C(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsPublic 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, _stringLiteral7CE57C9E15CBAA53210827EFD6565E5E53EE602F, /*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 System_TypeWrap::get_IsSealed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsSealed_m173662F395B6A30A264520499143ED3A33ABBC00_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsSealed;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsSealed_mC42D173AFAF7802291DEA2C3D691340F2375FD9A(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsSealed 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, _stringLiteral1BB1E4A77A68DB731ED65DEC0A13094464106091, /*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 System_TypeWrap::get_IsSerializable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsSerializable_m073F6E9BD10833D8E08323064334C860A29085E5_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsSerializable;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(98 /* System.Boolean System.Type::get_IsSerializable() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsSerializable 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, _stringLiteralBE458F1DEF302412439BB9A01DA84BA9107A1F01, /*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 System_TypeWrap::get_IsSpecialName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsSpecialName_m65E429EC5953EDE6A238D2C4CFC2C8AE750CF46B_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsSpecialName;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsSpecialName_mFE2C7D7841E172DB119B12085B00BC4DDBAEC771(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsSpecialName 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, _stringLiteralF4D20D76367BA0532EE99DD52F5506053498F8C9, /*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 System_TypeWrap::get_IsUnicodeClass(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsUnicodeClass_m931E1B582EA2C0D60257A164EF0B879DB508B5F7_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsUnicodeClass;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsUnicodeClass_m26D1097D3BEB7784B1D58FE2D977A5FFB9A47469(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsUnicodeClass 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, _stringLiteral05EA55B25868A1F7D0991FAC356ABC17370DB32A, /*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 System_TypeWrap::get_IsValueType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsValueType_mCCB2E51851CC885F96C02A2EC94106044E33B815_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsValueType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsValueType 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, _stringLiteral11D1FB694A4586DAA0A5B9938EA73C568A17B19A, /*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 System_TypeWrap::get_MemberType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_MemberType_mB363B65171230A0B0CD94973C5478FFC5A37F3E0_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Reflection.MemberTypes ret = obj.MemberType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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(MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041_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 MemberType 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, _stringLiteralEC0B5B298BA1AACAB717D2F75F4F334F0E48ECA2, /*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 System_TypeWrap::get_Module(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_Module_m6E42F6294A506B50E9F0914A345EFA1CC93C6CFA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * 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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Reflection.Module ret = obj.Module;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_3 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Type::get_Module() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.PushObject(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_5 = V_1;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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 Module 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, _stringLiteral1070079CA0FF5B8AFB84DA03F629950C2F0BF7FB, /*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 System_TypeWrap::get_Namespace(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_Namespace_m5CA08D7B2C3BBA3C81FCC12DFBD561E68FB39FB0_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.Namespace;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Type::get_Namespace() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
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 Namespace 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, _stringLiteralDBA05ADDAE078D69951324C6C46A8333DC2644B9, /*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 System_TypeWrap::get_ReflectedType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_ReflectedType_m18233A3318F58C7F3B6C0A764019AE0C07DB6E89_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Type_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Type ret = obj.ReflectedType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_1;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((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 ReflectedType 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, _stringLiteral48E0B72257D946FB39595C1DF913AF7D74DDF22B, /*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 System_TypeWrap::get_TypeHandle(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_TypeHandle_m9DD3D8385A5DEA95D3CA5E877403504AFE526A24_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D 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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.RuntimeTypeHandle ret = obj.TypeHandle;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = VirtFuncInvoker0< RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D >::Invoke(28 /* System.RuntimeTypeHandle System.Type::get_TypeHandle() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.PushValue(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = V_1;
|
|
ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushValue_TisRuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D_m5C71C13D20C9EF73F75087DC955AA52FF6FA056F_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 TypeHandle 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, _stringLiteral50E38871A50AF334E00BC1721995CBD4593BF95E, /*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 System_TypeWrap::get_TypeInitializer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_TypeInitializer_mC7CE77BA9C9A0B0C5D75B65BE0B3538AEE714FB3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * 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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Reflection.ConstructorInfo ret = obj.TypeInitializer;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_3 = Type_get_TypeInitializer_m1F9E7CCAE967DF9BB6CD452F70E10952B281D1A2(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushObject(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_5 = V_1;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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 TypeInitializer 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, _stringLiteral62BE9B98CC15942BBAC8A23A3394350DE0365089, /*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 System_TypeWrap::get_UnderlyingSystemType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_UnderlyingSystemType_m9710EEDAAC9B5178082AC1378DA4DBEF84FDEA00_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Type_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Type ret = obj.UnderlyingSystemType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Type_t * L_5 = V_1;
|
|
ToLua_Push_mB2F773CD5EE954E988D156A20F3989B8C53D48CD((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 UnderlyingSystemType 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, _stringLiteral4629915A7A98F53A0C99E1C564CBC9863FADC070, /*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 System_TypeWrap::get_ContainsGenericParameters(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_ContainsGenericParameters_m8582CE08050279E9808258201743C32A6544665A_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.ContainsGenericParameters;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(108 /* System.Boolean System.Type::get_ContainsGenericParameters() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 ContainsGenericParameters 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, _stringLiteral5377ADBB56DA902DB8A1DC7FE4AA893ACE295DCD, /*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 System_TypeWrap::get_IsGenericTypeDefinition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsGenericTypeDefinition_m02E1B8E8C975E53350F57B5BBEC6839995A55A96_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsGenericTypeDefinition;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsGenericTypeDefinition 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, _stringLiteralBC7399A6224C13070E903493F5ED26D32909E14B, /*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 System_TypeWrap::get_IsGenericType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsGenericType_mDA287A434A3B0AEB003AB29E8047B87AE1DF36FF_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsGenericType;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsGenericType 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, _stringLiteralF169685C81000116892E1C4976A8E0F2673645E0, /*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 System_TypeWrap::get_IsGenericParameter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsGenericParameter_m006F66E4F2E93915D38FCD2E8C93260B90370D28_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsGenericParameter;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(106 /* System.Boolean System.Type::get_IsGenericParameter() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsGenericParameter 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, _stringLiteral14F56BB707978A0CB5758144AAE68ABE4235F5C3, /*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 System_TypeWrap::get_IsNested(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsNested_mEC508904F2E74A11A12501D9EA79EEFD48B458CB_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsNested;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsNested_m0191026EDE15331C2DD97FC106E1C86825722F37(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsNested 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, _stringLiteralF5C1F0D7AF8B51849F604D5E6CABDE9EF1073617, /*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 System_TypeWrap::get_IsVisible(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_IsVisible_mDC0DE440F84D327055AE21F3866C4D90059FF8FA_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.IsVisible;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Type_get_IsVisible_m60B6E8E4F520004FE88A2C9234050DF340104312(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 IsVisible 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, _stringLiteral04E3A540DE91904F74A2D61EF7D96B26F0873DEE, /*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 System_TypeWrap::get_GenericParameterPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_GenericParameterPosition_m25C74C1D96ACA8BC9E9E3A899002E30E78C5D235_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.GenericParameterPosition;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(107 /* System.Int32 System.Type::get_GenericParameterPosition() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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 GenericParameterPosition 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, _stringLiteralA1A55FF9ACD6150AC903CB430C788D9798CCAB69, /*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 System_TypeWrap::get_GenericParameterAttributes(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_GenericParameterAttributes_m458BA46D87D757428C06B9021E0D703BB6940E0A_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Reflection.GenericParameterAttributes ret = obj.GenericParameterAttributes;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(78 /* System.Reflection.GenericParameterAttributes System.Type::get_GenericParameterAttributes() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_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(GenericParameterAttributes_t63450AEBA1F27F81502722CE89E01BD01E27A8CE_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 GenericParameterAttributes 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, _stringLiteralBF8A13108C7841CA1B1B50979FE595101B809E3B, /*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 System_TypeWrap::get_DeclaringMethod(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_DeclaringMethod_m6505A05DCEE22DDBAB0A8B9A1BEC01C200D2FB61_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
MethodBase_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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Reflection.MethodBase ret = obj.DeclaringMethod;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
MethodBase_t * L_3 = VirtFuncInvoker0< MethodBase_t * >::Invoke(16 /* System.Reflection.MethodBase System.Type::get_DeclaringMethod() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.PushObject(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
MethodBase_t * L_5 = V_1;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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 DeclaringMethod 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, _stringLiteral47B157EB0378114331BC0DDABC76FD1DC1D3000F, /*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 System_TypeWrap::get_StructLayoutAttribute(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (System_TypeWrap_get_StructLayoutAttribute_m3D1FEA7EFCC07CFFEB0C6EEE839924753A62C346_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * 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;
|
|
// System.Type obj = (System.Type)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// System.Runtime.InteropServices.StructLayoutAttribute ret = obj.StructLayoutAttribute;
|
|
NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * L_3 = VirtFuncInvoker0< StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * >::Invoke(18 /* System.Runtime.InteropServices.StructLayoutAttribute System.Type::get_StructLayoutAttribute() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var)));
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
StructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB * L_5 = V_1;
|
|
ToLua_PushSealed_TisStructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB_m9A2130E4C0903CE4A589719A27DAE781E266EA95((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisStructLayoutAttribute_tC7C8CE7CD05E17C6E28580D55E6CBDE2B54536FB_m9A2130E4C0903CE4A589719A27DAE781E266EA95_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 StructLayoutAttribute 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, _stringLiteral143E878EF48971DAEE1DC4E3B67E8AFAB2AC9BBA, /*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.Void System_TypeWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_TypeWrap__ctor_m1C54D4BDB81F672F94B4A77AEF76F5753DBA76C5 (System_TypeWrap_t962FB6CC96F9DB6CD25ACCD9E3786DBA1ACA3614 * __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 TakeScreenShot::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TakeScreenShot__cctor_m0B208F66AB9C5BFC034ED001FBA4F5A07807ADB2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TakeScreenShot__cctor_m0B208F66AB9C5BFC034ED001FBA4F5A07807ADB2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// screenshotpath = Application.persistentDataPath + "/screenshot.jpg";
|
|
String_t* L_0 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, _stringLiteralA8726A075144FD5B09BC990D674826B5DC97C332, /*hidden argument*/NULL);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_screenshotpath_0(L_1);
|
|
// thumbpath = Application.persistentDataPath + "/screenshot_thumb.jpg";
|
|
String_t* L_2 = Application_get_persistentDataPath_m82E34156D8BD0A55CAC258CDFE8317FAD6945F5B(/*hidden argument*/NULL);
|
|
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_2, _stringLiteralBDBD5B38AD4567BB62CFAD62FCE92A89FFB32656, /*hidden argument*/NULL);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_thumbpath_1(L_3);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TakeScreenShot::Take(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TakeScreenShot_Take_mB623352E621A50F2380AEEDA7BC865FA479CB0BF (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TakeScreenShot_Take_mB623352E621A50F2380AEEDA7BC865FA479CB0BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (FileExist(screenshotpath))
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenshotpath_0();
|
|
bool L_1 = TakeScreenShot_FileExist_mD01E46194FAEE85475C38C4737CB3CE6574300B6(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// File.Delete(screenshotpath);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenshotpath_0();
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// if (FileExist(screenshotpath))
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenshotpath_0();
|
|
bool L_4 = TakeScreenShot_FileExist_mD01E46194FAEE85475C38C4737CB3CE6574300B6(L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// File.Delete(screenshotpath);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenshotpath_0();
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// GameApplication.Instance.StartCoroutine(CheckFile(callback));
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_6 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ___callback0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_8 = TakeScreenShot_CheckFile_mCF3911206A593674ED7DF23A3C7EA50B0572923A(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_6, L_8, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator TakeScreenShot::CheckFile(LuaInterface.LuaFunction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TakeScreenShot_CheckFile_mCF3911206A593674ED7DF23A3C7EA50B0572923A (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___callback0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TakeScreenShot_CheckFile_mCF3911206A593674ED7DF23A3C7EA50B0572923A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * L_0 = (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 *)il2cpp_codegen_object_new(U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20_il2cpp_TypeInfo_var);
|
|
U3CCheckFileU3Ed__8__ctor_m51037262EF5F79795EDC37832C8DD61E8CAC9BE1(L_0, 0, /*hidden argument*/NULL);
|
|
U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * L_1 = L_0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ___callback0;
|
|
NullCheck(L_1);
|
|
L_1->set_callback_2(L_2);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.Texture2D TakeScreenShot::ScaleTexture(UnityEngine.Texture2D,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * TakeScreenShot_ScaleTexture_m4436EDB39B940EBC225C5152165906D453A930B8 (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___source0, int32_t ___targetWidth1, int32_t ___targetHeight2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TakeScreenShot_ScaleTexture_m4436EDB39B940EBC225C5152165906D453A930B8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// Texture2D result = new Texture2D(targetWidth, targetHeight, source.format, false);
|
|
int32_t L_0 = ___targetWidth1;
|
|
int32_t L_1 = ___targetHeight2;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_2 = ___source0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Texture2D_get_format_mF0EE5CEB9F84280D4E722B71546BBBA577101E9F(L_2, /*hidden argument*/NULL);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_4 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
|
|
Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A(L_4, L_0, L_1, L_3, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
// for (int i = 0; i < result.height; ++i)
|
|
V_1 = 0;
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// for (int j = 0; j < result.width; ++j)
|
|
V_2 = 0;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// Color newColor = source.GetPixelBilinear((float)j / (float)result.width, (float)i / (float)result.height);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_5 = ___source0;
|
|
int32_t L_6 = V_2;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_7);
|
|
int32_t L_9 = V_1;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_10);
|
|
NullCheck(L_5);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = Texture2D_GetPixelBilinear_m3E0E9A22A0989E99A7295BC6FE6999728F290A78(L_5, ((float)((float)(((float)((float)L_6)))/(float)(((float)((float)L_8))))), ((float)((float)(((float)((float)L_9)))/(float)(((float)((float)L_11))))), /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
// result.SetPixel(j, i, newColor);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_13 = V_0;
|
|
int32_t L_14 = V_2;
|
|
int32_t L_15 = V_1;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_16 = V_3;
|
|
NullCheck(L_13);
|
|
Texture2D_SetPixel_m8BE87C152447B812D06CB894B3570269CC2DE7C3(L_13, L_14, L_15, L_16, /*hidden argument*/NULL);
|
|
// for (int j = 0; j < result.width; ++j)
|
|
int32_t L_17 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// for (int j = 0; j < result.width; ++j)
|
|
int32_t L_18 = V_2;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_19 = V_0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_19);
|
|
if ((((int32_t)L_18) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// for (int i = 0; i < result.height; ++i)
|
|
int32_t L_21 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// for (int i = 0; i < result.height; ++i)
|
|
int32_t L_22 = V_1;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_23 = V_0;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_23);
|
|
if ((((int32_t)L_22) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// result.Apply();
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_25 = V_0;
|
|
NullCheck(L_25);
|
|
Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA(L_25, /*hidden argument*/NULL);
|
|
// return result;
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_26 = V_0;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Boolean TakeScreenShot::FileExist(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TakeScreenShot_FileExist_mD01E46194FAEE85475C38C4737CB3CE6574300B6 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return File.Exists(path);
|
|
String_t* L_0 = ___path0;
|
|
bool L_1 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void TakeScreenShot_<CheckFile>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckFileU3Ed__8__ctor_m51037262EF5F79795EDC37832C8DD61E8CAC9BE1 (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * __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 TakeScreenShot_<CheckFile>d__8::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckFileU3Ed__8_System_IDisposable_Dispose_mA5133CE9E0C7D627C6FBD8882184CF72416BBBC7 (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean TakeScreenShot_<CheckFile>d__8::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCheckFileU3Ed__8_MoveNext_m7FD1749A8271CC7506620D6A2020F857B74A82D0 (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckFileU3Ed__8_MoveNext_m7FD1749A8271CC7506620D6A2020F857B74A82D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// if (FileExist(screenshotpath) && FileExist(thumbpath))
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenshotpath_0();
|
|
bool L_3 = TakeScreenShot_FileExist_mD01E46194FAEE85475C38C4737CB3CE6574300B6(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_thumbpath_1();
|
|
bool L_5 = TakeScreenShot_FileExist_mD01E46194FAEE85475C38C4737CB3CE6574300B6(L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// yield return new WaitForEndOfFrame();
|
|
WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA * L_6 = (WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA *)il2cpp_codegen_object_new(WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA_il2cpp_TypeInfo_var);
|
|
WaitForEndOfFrame__ctor_m6CDB79476A4A84CEC62947D36ADED96E907BA20B(L_6, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E2__current_1(L_6);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// GameApplication.Instance.StartCoroutine(CheckFile(callback));
|
|
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
|
|
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_7 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = __this->get_callback_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_9 = TakeScreenShot_CheckFile_mCF3911206A593674ED7DF23A3C7EA50B0572923A(L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_7, L_9, /*hidden argument*/NULL);
|
|
// }
|
|
goto IL_0193;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// yield return new WaitForEndOfFrame();
|
|
WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA * L_10 = (WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA *)il2cpp_codegen_object_new(WaitForEndOfFrame_t75980FB3F246D6AD36A85CA2BFDF8474E5EEBCCA_il2cpp_TypeInfo_var);
|
|
WaitForEndOfFrame__ctor_m6CDB79476A4A84CEC62947D36ADED96E907BA20B(L_10, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E2__current_1(L_10);
|
|
__this->set_U3CU3E1__state_0(2);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
// screenShot = new Texture2D(Screen.width, Screen.height, TextureFormat.RGB24, false);
|
|
int32_t L_11 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
|
|
int32_t L_12 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_13 = (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)il2cpp_codegen_object_new(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var);
|
|
Texture2D__ctor_m22561E039BC96019757E6B2427BE09734AE2C44A(L_13, L_11, L_12, 3, (bool)0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_screenShot_2(L_13);
|
|
// Rect r = new Rect(0, 0, Screen.width, Screen.height);
|
|
int32_t L_14 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
|
|
int32_t L_15 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
|
|
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), (0.0f), (0.0f), (((float)((float)L_14))), (((float)((float)L_15))), /*hidden argument*/NULL);
|
|
// screenShot.ReadPixels(r, 0, 0, false);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_16 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenShot_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_17 = V_1;
|
|
NullCheck(L_16);
|
|
Texture2D_ReadPixels_m5664E184458C64BA89450F80F47705A2241E9BFE(L_16, L_17, 0, 0, (bool)0, /*hidden argument*/NULL);
|
|
// screenShot.Apply();
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_18 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenShot_2();
|
|
NullCheck(L_18);
|
|
Texture2D_Apply_m0F3B4A4B1B89E44E2AF60ABDEFAA18D93735B5CA(L_18, /*hidden argument*/NULL);
|
|
// if (Screen.orientation == ScreenOrientation.LandscapeLeft)
|
|
int32_t L_19 = Screen_get_orientation_m7977C7ECC2E3F22BB5DF7661951843FCC7E645B0(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
// w = 240;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_w_4(((int32_t)240));
|
|
// h = (int)(240f * (float)Screen.height / (float)Screen.width);
|
|
int32_t L_20 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
|
|
int32_t L_21 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_h_5((((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_multiply((float)(240.0f), (float)(((float)((float)L_20)))))/(float)(((float)((float)L_21)))))))));
|
|
// }
|
|
goto IL_0126;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
// w = 134;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_w_4(((int32_t)134));
|
|
// h = (int)(134f * (float)Screen.height / (float)Screen.width);
|
|
int32_t L_22 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
|
|
int32_t L_23 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_h_5((((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_multiply((float)(134.0f), (float)(((float)((float)L_22)))))/(float)(((float)((float)L_23)))))))));
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
// thumb = ScaleTexture(screenShot, w, h);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_24 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenShot_2();
|
|
int32_t L_25 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_w_4();
|
|
int32_t L_26 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_h_5();
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_27 = TakeScreenShot_ScaleTexture_m4436EDB39B940EBC225C5152165906D453A930B8(L_24, L_25, L_26, /*hidden argument*/NULL);
|
|
((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->set_thumb_3(L_27);
|
|
// byte[] screenshotdata = screenShot.EncodeToJPG(80);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_28 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenShot_2();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875(L_28, ((int32_t)80), /*hidden argument*/NULL);
|
|
V_2 = L_29;
|
|
// byte[] thumbdata = thumb.EncodeToJPG(60);
|
|
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_30 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_thumb_3();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ImageConversion_EncodeToJPG_mE289598FD45B6658A645B2CE359C4E6FC97BF875(L_30, ((int32_t)60), /*hidden argument*/NULL);
|
|
V_3 = L_31;
|
|
// File.WriteAllBytes(screenshotpath, screenshotdata);
|
|
String_t* L_32 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_screenshotpath_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_2;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_32, L_33, /*hidden argument*/NULL);
|
|
// File.WriteAllBytes(thumbpath, thumbdata);
|
|
String_t* L_34 = ((TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_StaticFields*)il2cpp_codegen_static_fields_for(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var))->get_thumbpath_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_3;
|
|
File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594(L_34, L_35, /*hidden argument*/NULL);
|
|
// if (callback != null)
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_36 = __this->get_callback_2();
|
|
bool L_37 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_36, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_0193;
|
|
}
|
|
}
|
|
{
|
|
// callback.Call();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_38 = __this->get_callback_2();
|
|
NullCheck(L_38);
|
|
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_38, /*hidden argument*/NULL);
|
|
// callback.Dispose();
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_39 = __this->get_callback_2();
|
|
NullCheck(L_39);
|
|
VirtActionInvoker0::Invoke(5 /* System.Void LuaInterface.LuaBaseRef::Dispose() */, L_39);
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object TakeScreenShot_<CheckFile>d__8::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckFileU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB36D3622F26B531DDA37FAF20AAF01ACA3017EFA (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void TakeScreenShot_<CheckFile>d__8::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckFileU3Ed__8_System_Collections_IEnumerator_Reset_mE0D5615FF279ECF30F2691655D9FD55D374EE8FD (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CCheckFileU3Ed__8_System_Collections_IEnumerator_Reset_mE0D5615FF279ECF30F2691655D9FD55D374EE8FD_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, U3CCheckFileU3Ed__8_System_Collections_IEnumerator_Reset_mE0D5615FF279ECF30F2691655D9FD55D374EE8FD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object TakeScreenShot_<CheckFile>d__8::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCheckFileU3Ed__8_System_Collections_IEnumerator_get_Current_mC7C47CA558F89725EFBC6F7000B9379E6802FF98 (U3CCheckFileU3Ed__8_tE61E2B390D5AF03D79D09BEF7886B72E5C07FE20 * __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_TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void TakeScreenShotWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TakeScreenShotWrap_Register_m796493DAC0103DF37FB8F5610EBCB1E6C8D49E22 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TakeScreenShotWrap_Register_m796493DAC0103DF37FB8F5610EBCB1E6C8D49E22_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginStaticLibs("TakeScreenShot");
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
NullCheck(L_0);
|
|
LuaState_BeginStaticLibs_m4800BEB58E15C7581A5D8E67C51D6EDED0655F4C(L_0, _stringLiteral5BB940E3C2C2A8F39143D098FAFFE2FD1181153F, /*hidden argument*/NULL);
|
|
// L.RegFunction("Take", Take);
|
|
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)TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteral56806A1FFDDE7EF9980B8850997E6A7523AAF863, L_2, /*hidden argument*/NULL);
|
|
// L.EndStaticLibs();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ___L0;
|
|
NullCheck(L_3);
|
|
LuaState_EndStaticLibs_m40DB36CA82970F6F508315AB38F4A742419AF3F6(L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 TakeScreenShotWrap::Take(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TakeScreenShotWrap_Take_m2252C01B0366CBFF850A1375DFC0556F8946D009_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);
|
|
// LuaFunction arg0 = ToLua.CheckLuaFunction(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ToLua_CheckLuaFunction_mC750609BBB49B299E709AA7E2F3AEB8029E8990B((intptr_t)L_1, 1, /*hidden argument*/NULL);
|
|
// TakeScreenShot.Take(arg0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TakeScreenShot_tE499F7EC8D4C4C4E8CCB68E29BA0ED82FFCFF5B6_il2cpp_TypeInfo_var);
|
|
TakeScreenShot_Take_mB623352E621A50F2380AEEDA7BC865FA479CB0BF(L_2, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 0;
|
|
goto IL_0022;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0017;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0017:
|
|
{ // begin catch(System.Exception)
|
|
// 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_0022;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0022:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void TakeScreenShotWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TakeScreenShotWrap__ctor_mC22FB572A174C695C092B38E1AB2AE8BA278CC82 (TakeScreenShotWrap_tC1A8365093FE84B7695C58620D7226823975465B * __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 TestConsole::Open()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_Open_m574635B4295FB5C1A40084D2B5BD3708FA80D11F (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TestConsole_Open_m574635B4295FB5C1A40084D2B5BD3708FA80D11F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (_open) return;
|
|
bool L_0 = __this->get__open_9();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (_open) return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// _open = true;
|
|
__this->set__open_9((bool)1);
|
|
// Application.logMessageReceived += HandleLog;
|
|
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_1 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
|
|
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_1, __this, (intptr_t)((intptr_t)TestConsole_HandleLog_m4987EF0CA3719E5D2364F0B50059E61EED065A43_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Application_add_logMessageReceived_m2DDAF59D2C0AF572C6412E946898E2CE070C38AD(L_1, /*hidden argument*/NULL);
|
|
// if (!_init)
|
|
bool L_2 = __this->get__init_10();
|
|
if (L_2)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
// UIPackage.AddPackage("base/embed/ui/DebugLog");
|
|
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
|
|
UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15(_stringLiteral2444710783B2B37D859C39264CE71DEE4F907151, /*hidden argument*/NULL);
|
|
// _log_view = UIPackage.CreateObjectFromURL("ui://DebugLog/Main").asCom;
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(_stringLiteral204FA44FD107291207F07BB1A3F910B06127F099, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = GObject_get_asCom_mD3EC36D6BEC8B2540AD6FE7BD7EBD40CCE8BA7EC(L_3, /*hidden argument*/NULL);
|
|
__this->set__log_view_4(L_4);
|
|
// _log_view.MakeFullScreen();
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = __this->get__log_view_4();
|
|
NullCheck(L_5);
|
|
GObject_MakeFullScreen_mC4D04AEAC12991658C3A90229A7E2BDAD04F5DBF(L_5, /*hidden argument*/NULL);
|
|
// buttonClear = _log_view.GetChild("btn_clear").asButton;
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__log_view_4();
|
|
NullCheck(L_6);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_6, _stringLiteral5F055F2AE7B86D530C95EC2F7D4B96F63FCDA3EC, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_8 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_7, /*hidden argument*/NULL);
|
|
__this->set_buttonClear_5(L_8);
|
|
// buttonOpen = _log_view.GetChild("btn_open").asButton;
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__log_view_4();
|
|
NullCheck(L_9);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_9, _stringLiteral44BB6B392F97DFD654534EBD9763A261D623EAA7, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_11 = GObject_get_asButton_m2F29A69CBD09BF3C8E14FF353822D87B97740C56(L_10, /*hidden argument*/NULL);
|
|
__this->set_buttonOpen_6(L_11);
|
|
// list = _log_view.GetChild("list").asList;
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get__log_view_4();
|
|
NullCheck(L_12);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_12, _stringLiteral38B62BE4BDDAA5661C7D6B8E36E28159314DF5C7, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_14 = GObject_get_asList_m1B98AEB7BF40351A20DB9A04FE7DC43FBE543D64(L_13, /*hidden argument*/NULL);
|
|
__this->set_list_7(L_14);
|
|
// log_controller = _log_view.GetController("log");
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_15 = __this->get__log_view_4();
|
|
NullCheck(L_15);
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_16 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_15, _stringLiteral7BABC233DE26AB19EAD1B9C278128D5C434910EE, /*hidden argument*/NULL);
|
|
__this->set_log_controller_8(L_16);
|
|
// EventRegister();
|
|
TestConsole_EventRegister_m541C77157535B87AA600A5EFEC558520C2008A5F(__this, /*hidden argument*/NULL);
|
|
// _init = true;
|
|
__this->set__init_10((bool)1);
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// _log_view.AddRelation(GRoot.inst, RelationType.Size);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = __this->get__log_view_4();
|
|
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_18 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(L_17, L_18, ((int32_t)24), /*hidden argument*/NULL);
|
|
// GRoot.inst.AddChild(_log_view);
|
|
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_19 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = __this->get__log_view_4();
|
|
NullCheck(L_19);
|
|
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(L_19, L_20, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_Close_m007B128E0BF29D9C7A223A5823FE895B5EDF4DC9 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TestConsole_Close_m007B128E0BF29D9C7A223A5823FE895B5EDF4DC9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!_open) return;
|
|
bool L_0 = __this->get__open_9();
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// if (!_open) return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// _open = false;
|
|
__this->set__open_9((bool)0);
|
|
// Application.logMessageReceived -= HandleLog;
|
|
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_1 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
|
|
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_1, __this, (intptr_t)((intptr_t)TestConsole_HandleLog_m4987EF0CA3719E5D2364F0B50059E61EED065A43_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
Application_remove_logMessageReceived_mC1822286AE6419921088089C8FBF5BDA58EC3DBF(L_1, /*hidden argument*/NULL);
|
|
// if (!_init) return;
|
|
bool L_2 = __this->get__init_10();
|
|
if (L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// if (!_init) return;
|
|
return;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// _log_view.RemoveFromParent();
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get__log_view_4();
|
|
NullCheck(L_3);
|
|
GObject_RemoveFromParent_m1E54DFD05EA5CC00E04058C5F6A2199F4F3D6910(L_3, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::FillList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_FillList_m0B2815CDAB86AB4784167379505D0B82126F90F7 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TestConsole_FillList_m0B2815CDAB86AB4784167379505D0B82126F90F7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_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) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
// list.RemoveChildrenToPool();
|
|
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get_list_7();
|
|
NullCheck(L_0);
|
|
GList_RemoveChildrenToPool_mF8B135AD8D72678CE421402DB798078CBC53202D(L_0, /*hidden argument*/NULL);
|
|
// foreach (string str in log_list)
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get_log_list_3();
|
|
NullCheck(L_1);
|
|
Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 L_2 = List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E(L_1, /*hidden argument*/List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_0017:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// foreach (string str in log_list)
|
|
String_t* L_3 = Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_inline((Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
// GComponent gitem = list.AddItemFromPool() as GComponent;
|
|
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_4 = __this->get_list_7();
|
|
NullCheck(L_4);
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = GList_AddItemFromPool_m392254A1EF0A946A20DBDD13182AD13E151AE8CC(L_4, /*hidden argument*/NULL);
|
|
// var text = gitem.GetChild("n0").asTextField;
|
|
NullCheck(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)L_5, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
|
|
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)L_5, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), _stringLiteralD8273E2F4A7C0A59554544C6605CDD8B117848AA, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_7 = GObject_get_asTextField_m7824CE44CC7C628D1631CA60D44B5632BC9D1652(L_6, /*hidden argument*/NULL);
|
|
// text.text = str;
|
|
String_t* L_8 = V_1;
|
|
NullCheck(L_7);
|
|
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_7, L_8);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// foreach (string str in log_list)
|
|
bool L_9 = Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A((Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
IL2CPP_LEAVE(0x5F, FINALLY_0051);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0051;
|
|
}
|
|
|
|
FINALLY_0051:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978((Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(81)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(81)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x5F, IL_005f)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::HandleLog(System.String,System.String,UnityEngine.LogType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_HandleLog_m4987EF0CA3719E5D2364F0B50059E61EED065A43 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, String_t* ___logString0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TestConsole_HandleLog_m4987EF0CA3719E5D2364F0B50059E61EED065A43_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// log_list.Add(logString);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_log_list_3();
|
|
String_t* L_1 = ___logString0;
|
|
NullCheck(L_0);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_0, L_1, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
// if (type == LogType.Error&& errorAutoOpen)
|
|
int32_t L_2 = ___type2;
|
|
if (L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->get_errorAutoOpen_1();
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// isOn = true;
|
|
__this->set_isOn_2((bool)1);
|
|
// log_controller.selectedIndex = 1;
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = __this->get_log_controller_8();
|
|
NullCheck(L_4);
|
|
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_4, 1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// if (log_list.Count > maxLogCount)
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_5 = __this->get_log_list_3();
|
|
NullCheck(L_5);
|
|
int32_t L_6 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_5, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
|
|
int32_t L_7 = __this->get_maxLogCount_0();
|
|
if ((((int32_t)L_6) <= ((int32_t)L_7)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// log_list.RemoveAt(0);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = __this->get_log_list_3();
|
|
NullCheck(L_8);
|
|
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_8, 0, /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// FillList();
|
|
TestConsole_FillList_m0B2815CDAB86AB4784167379505D0B82126F90F7(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_Clear_m50E40F5AC161BAA4526212ED33953E0EC697D337 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TestConsole_Clear_m50E40F5AC161BAA4526212ED33953E0EC697D337_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// log_list.Clear();
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_log_list_3();
|
|
NullCheck(L_0);
|
|
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_0, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
|
|
// FillList();
|
|
TestConsole_FillList_m0B2815CDAB86AB4784167379505D0B82126F90F7(__this, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::EventRegister()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_EventRegister_m541C77157535B87AA600A5EFEC558520C2008A5F (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TestConsole_EventRegister_m541C77157535B87AA600A5EFEC558520C2008A5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// buttonClear.onClick.Set(() =>
|
|
// {
|
|
// Clear();
|
|
// });
|
|
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_0 = __this->get_buttonClear_5();
|
|
NullCheck(L_0);
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(L_0, /*hidden argument*/NULL);
|
|
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_2 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
|
|
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_2, __this, (intptr_t)((intptr_t)TestConsole_U3CEventRegisterU3Eb__16_0_m9E7114460900C4A74929EBB410696D5B15F60772_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
EventListener_Set_m4591B4A5F347356D085E6241A47B2321F14804BD(L_1, L_2, /*hidden argument*/NULL);
|
|
// buttonOpen.onClick.Set(() =>
|
|
// {
|
|
// isOn = !isOn;
|
|
// log_controller.selectedIndex = isOn ? 1 : 0;
|
|
// _log_view.RemoveFromParent();
|
|
// GRoot.inst.AddChild(_log_view);
|
|
// });
|
|
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = __this->get_buttonOpen_6();
|
|
NullCheck(L_3);
|
|
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(L_3, /*hidden argument*/NULL);
|
|
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
|
|
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_5, __this, (intptr_t)((intptr_t)TestConsole_U3CEventRegisterU3Eb__16_1_m74319D111BE17F6A51A0A9912F488E5C935E063C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
EventListener_Set_m4591B4A5F347356D085E6241A47B2321F14804BD(L_4, L_5, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole__ctor_mE7CE6CFEF9D43A313287239F5AE30772EC479C16 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TestConsole__ctor_mE7CE6CFEF9D43A313287239F5AE30772EC479C16_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public int maxLogCount = 20;
|
|
__this->set_maxLogCount_0(((int32_t)20));
|
|
// private List<string> log_list = new List<string>();
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_0, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
|
|
__this->set_log_list_3(L_0);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::<EventRegister>b__16_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_U3CEventRegisterU3Eb__16_0_m9E7114460900C4A74929EBB410696D5B15F60772 (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Clear();
|
|
TestConsole_Clear_m50E40F5AC161BAA4526212ED33953E0EC697D337(__this, /*hidden argument*/NULL);
|
|
// });
|
|
return;
|
|
}
|
|
}
|
|
// System.Void TestConsole::<EventRegister>b__16_1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestConsole_U3CEventRegisterU3Eb__16_1_m74319D111BE17F6A51A0A9912F488E5C935E063C (TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * __this, const RuntimeMethod* method)
|
|
{
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * G_B2_0 = NULL;
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * G_B3_1 = NULL;
|
|
{
|
|
// isOn = !isOn;
|
|
bool L_0 = __this->get_isOn_2();
|
|
__this->set_isOn_2((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0));
|
|
// log_controller.selectedIndex = isOn ? 1 : 0;
|
|
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get_log_controller_8();
|
|
bool L_2 = __this->get_isOn_2();
|
|
G_B1_0 = L_1;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
// _log_view.RemoveFromParent();
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get__log_view_4();
|
|
NullCheck(L_3);
|
|
GObject_RemoveFromParent_m1E54DFD05EA5CC00E04058C5F6A2199F4F3D6910(L_3, /*hidden argument*/NULL);
|
|
// GRoot.inst.AddChild(_log_view);
|
|
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_4 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
|
|
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = __this->get__log_view_4();
|
|
NullCheck(L_4);
|
|
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(L_4, L_5, /*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_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_AnimationBlendModeWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationBlendModeWrap_Register_m0D850D65BEA80852195CA11286D173A9C81D5F70 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationBlendModeWrap_Register_m0D850D65BEA80852195CA11286D173A9C81D5F70_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginEnum(typeof(UnityEngine.AnimationBlendMode));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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("Blend", get_Blend, 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_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_3, _stringLiteral7A358CFAD4599FAC189C99223CEA3EE8FE089CA0, L_4, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("Additive", get_Additive, 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_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_5, _stringLiteral2AA983AD06FDB2DAC09D7B6232814DA70747E9EE, L_6, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("IntToEnum", IntToEnum);
|
|
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_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral53A08B04A9AAD0A52AED2BA1B7B80604866A7F5B, L_8, /*hidden argument*/NULL);
|
|
// L.EndEnum();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
|
|
NullCheck(L_9);
|
|
LuaState_EndEnum_mAA1B82D43BB2394964E43DD29B5C23893782B30D(L_9, /*hidden argument*/NULL);
|
|
// TypeTraits<UnityEngine.AnimationBlendMode>.Check = CheckType;
|
|
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_10 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
|
|
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_10, NULL, (intptr_t)((intptr_t)UnityEngine_AnimationBlendModeWrap_CheckType_m1121D8CCD0F092A007CA8DB75E7F766A978EF598_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_il2cpp_TypeInfo_var);
|
|
((TypeTraits_1_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_StaticFields*)il2cpp_codegen_static_fields_for(TypeTraits_1_t06AB6B332ED9E3DEE31B7611D42995A8FB9C76F0_il2cpp_TypeInfo_var))->set_Check_0(L_10);
|
|
// StackTraits<UnityEngine.AnimationBlendMode>.Push = Push;
|
|
Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 * L_11 = (Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96 *)il2cpp_codegen_object_new(Action_2_t33DA4F3D8E51B99724B81C079EDC2587310ADF96_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_m89D607809B8A6988BEB9DEE8A1C99D9C4C6EBE4E(L_11, NULL, (intptr_t)((intptr_t)UnityEngine_AnimationBlendModeWrap_Push_m2D979D7AF1AF9D96217F0F0FEA95F64040D9C8ED_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m89D607809B8A6988BEB9DEE8A1C99D9C4C6EBE4E_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_il2cpp_TypeInfo_var);
|
|
((StackTraits_1_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tCEB0A94E92380C1886B3A8A7488E6CE5ECE6F37C_il2cpp_TypeInfo_var))->set_Push_0(L_11);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine_AnimationBlendModeWrap::Push(System.IntPtr,UnityEngine.AnimationBlendMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationBlendModeWrap_Push_m2D979D7AF1AF9D96217F0F0FEA95F64040D9C8ED (intptr_t ___L0, int32_t ___arg1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationBlendModeWrap_Push_m2D979D7AF1AF9D96217F0F0FEA95F64040D9C8ED_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(AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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_AnimationBlendModeWrap::CheckType(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityEngine_AnimationBlendModeWrap_CheckType_m1121D8CCD0F092A007CA8DB75E7F766A978EF598 (intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationBlendModeWrap_CheckType_m1121D8CCD0F092A007CA8DB75E7F766A978EF598_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeChecker.CheckEnumType(typeof(UnityEngine.AnimationBlendMode), L, pos);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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_AnimationBlendModeWrap::get_Blend(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationBlendModeWrap_get_Blend_m04C2ADF3DB38A46CFDEB2B87CE1867791B525C32_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.AnimationBlendMode.Blend);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)0);
|
|
RuntimeObject * L_2 = Box(AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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_AnimationBlendModeWrap::get_Additive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationBlendModeWrap_get_Additive_mA1473663EDA9CE2D3A5D2667173E538F7BA32E45_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ToLua.Push(L, UnityEngine.AnimationBlendMode.Additive);
|
|
intptr_t L_0 = ___L0;
|
|
int32_t L_1 = ((int32_t)1);
|
|
RuntimeObject * L_2 = Box(AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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_AnimationBlendModeWrap::IntToEnum(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationBlendModeWrap_IntToEnum_m221693A5E991E334740E420A95016140399B3CAE_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.AnimationBlendMode o = (UnityEngine.AnimationBlendMode)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(AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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_AnimationBlendModeWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationBlendModeWrap__ctor_m34F5741ED6F84382DA5A3C5CEC481F4ACF8CB93E (UnityEngine_AnimationBlendModeWrap_tBFDFB97E3419A2ADE6584557BCAF0C342B99163E * __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_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_AnimationClipWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationClipWrap_Register_m7A1E945E288BB934A61DC48010512F888790981C (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_Register_m7A1E945E288BB934A61DC48010512F888790981C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.AnimationClip), typeof(UnityEngine.Object));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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("SampleAnimation", SampleAnimation);
|
|
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_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralD25B05CD6DEEAEAC7631E429E9D8040E4DC7D697, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetCurve", SetCurve);
|
|
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_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral8A02F2481419282099D7BDF98D0DAC0CA1F96159, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("EnsureQuaternionContinuity", EnsureQuaternionContinuity);
|
|
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_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteralEDC6D003EA2C082821FE9F7A6AC7F30D610DC75C, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("ClearCurves", ClearCurves);
|
|
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_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral25C2E7FB9FB294D32EB859848FB6B08091C07964, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("AddEvent", AddEvent);
|
|
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_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral24BF22D69C252331D81F789AEAA66117432F5DE3, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("New", _CreateUnityEngine_AnimationClip);
|
|
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_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
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_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_20, /*hidden argument*/NULL);
|
|
// L.RegVar("length", get_length, null);
|
|
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_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_21, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_22, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("frameRate", get_frameRate, set_frameRate);
|
|
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_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_23, _stringLiteralDAA4788CFE840D573D5A1C407CF0D597605D72F2, L_24, L_25, /*hidden argument*/NULL);
|
|
// L.RegVar("wrapMode", get_wrapMode, set_wrapMode);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_26 = ___L0;
|
|
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_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_26, _stringLiteral653D883F5CE204439568BD8F3112E8368FD9259B, L_27, L_28, /*hidden argument*/NULL);
|
|
// L.RegVar("localBounds", get_localBounds, set_localBounds);
|
|
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_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275_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_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_29, _stringLiteralD519A44DEABC7AA144518BAC5F87D7026688CE53, L_30, L_31, /*hidden argument*/NULL);
|
|
// L.RegVar("legacy", get_legacy, set_legacy);
|
|
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_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2_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_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_32, _stringLiteral9B33046ED39D182E3ADAFA9045AD6787D4BBC321, L_33, L_34, /*hidden argument*/NULL);
|
|
// L.RegVar("humanMotion", get_humanMotion, 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_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_35, _stringLiteral75403C43EBB56910E5AC4646B065EB12EF3300F1, L_36, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("empty", get_empty, 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_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_37, _stringLiteralAD87109BFFF0765F4DD8CF4943B04D16A4070FEA, L_38, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("hasGenericRootTransform", get_hasGenericRootTransform, 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_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_39, _stringLiteral2F247324EFA04A756314C9F34C3455D9456271DC, L_40, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("hasMotionFloatCurves", get_hasMotionFloatCurves, 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_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_41, _stringLiteral87B4F15C6EFD3CE0436A2E7D246AB3C1AA3FCA10, L_42, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("hasMotionCurves", get_hasMotionCurves, 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_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteral288DB716E8E27A81B0ED0B04DBD76B705F4D8753, L_44, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("hasRootCurves", get_hasRootCurves, null);
|
|
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_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_45, _stringLiteral7A2FA3823D413F1B77B20ED4127AF5BE59DF50C9, L_46, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("events", get_events, set_events);
|
|
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_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_47);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_47, _stringLiteral82D50D9042DECB175894924272DD3B5A14CD3716, L_48, L_49, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_50 = ___L0;
|
|
NullCheck(L_50);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_50, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationClipWrap::_CreateUnityEngine_AnimationClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap__CreateUnityEngine_AnimationClip_m6A8DACBFE29F07225C74F886308F08C3B4A3490A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * 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 == 0)
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// UnityEngine.AnimationClip obj = new UnityEngine.AnimationClip();
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_2 = (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)il2cpp_codegen_object_new(AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var);
|
|
AnimationClip__ctor_mD6CF66D5B878C5D717E86A241A6D3C16542427C3(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// ToLua.PushSealed(L, obj);
|
|
intptr_t L_3 = ___L0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97((intptr_t)L_3, L_4, /*hidden argument*/ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97_RuntimeMethod_var);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: UnityEngine.AnimationClip.New");
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_5, _stringLiteralA55F6E962495BF5464E5700CE1C3C80FA65666CF, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
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_0027;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0027:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_7 = ___L0;
|
|
Exception_t * L_8 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationClipWrap::SampleAnimation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_SampleAnimation_mA6BF4018165AE19209BF37E1C18AB191B98A9F01_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * 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);
|
|
|
|
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.AnimationClip obj = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// UnityEngine.GameObject arg0 = (UnityEngine.GameObject)ToLua.CheckObject(L, 2, typeof(UnityEngine.GameObject));
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_0_0_0_var) };
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_8 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_5, 2, L_7, /*hidden argument*/NULL);
|
|
V_0 = ((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)CastclassSealed((RuntimeObject*)L_8, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_10 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_10)));
|
|
// obj.SampleAnimation(arg0, arg1);
|
|
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = V_0;
|
|
float L_12 = V_1;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_SampleAnimation_m0B2FF5496BB41415D97BEB4F3D6DEAA6C3C18F20(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0053;
|
|
} // 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_0048;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0048:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_13 = ___L0;
|
|
Exception_t * L_14 = V_3;
|
|
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_2 = L_15;
|
|
goto IL_0053;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0053:
|
|
{
|
|
// }
|
|
int32_t L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationClipWrap::SetCurve(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_SetCurve_mD9EB846E75EC317F6EC12A057A48780005C34C8E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Type_t * V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * V_3 = NULL;
|
|
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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
// ToLua.CheckArgsCount(L, 5);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 5, /*hidden argument*/NULL);
|
|
// UnityEngine.AnimationClip obj = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
// System.Type arg1 = ToLua.CheckMonoType(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
Type_t * L_8 = ToLua_CheckMonoType_m501B19F05C58D1860F4CE3D15FE8C96172477039((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// string arg2 = ToLua.CheckString(L, 4);
|
|
intptr_t L_9 = ___L0;
|
|
String_t* L_10 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_9, 4, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// UnityEngine.AnimationCurve arg3 = (UnityEngine.AnimationCurve)ToLua.CheckObject<UnityEngine.AnimationCurve>(L, 5);
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeObject * L_12 = ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD((intptr_t)L_11, 5, /*hidden argument*/ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD_RuntimeMethod_var);
|
|
V_3 = ((AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)CastclassClass((RuntimeObject*)L_12, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_il2cpp_TypeInfo_var));
|
|
// obj.SetCurve(arg0, arg1, arg2, arg3);
|
|
String_t* L_13 = V_0;
|
|
Type_t * L_14 = V_1;
|
|
String_t* L_15 = V_2;
|
|
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_16 = V_3;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_SetCurve_m2012B8495566C4CFB7AAD00564499A101B0394D9(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)), L_13, L_14, L_15, L_16, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_4 = 0;
|
|
goto IL_005e;
|
|
} // 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_0050;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0050:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_17 = ___L0;
|
|
Exception_t * L_18 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_19 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
goto IL_005e;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005e:
|
|
{
|
|
// }
|
|
int32_t L_20 = V_4;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationClipWrap::EnsureQuaternionContinuity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_EnsureQuaternionContinuity_m608B412314420B9A3825657ACE72391A10686949_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.AnimationClip obj = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// obj.EnsureQuaternionContinuity();
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_EnsureQuaternionContinuity_m0C59F0A551284C16DA1C594266BB1BE00160006F(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_5 = ___L0;
|
|
Exception_t * L_6 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
goto IL_0031;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
int32_t L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationClipWrap::ClearCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_ClearCurves_m741C416886A38E54977A24E849317D96CFB30616_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.AnimationClip obj = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// obj.ClearCurves();
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_ClearCurves_mEF0DFAC6FC1EAC3A5DF07C000268B77F74AD9F60(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_5 = ___L0;
|
|
Exception_t * L_6 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
goto IL_0031;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
int32_t L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationClipWrap::AddEvent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_AddEvent_mF6ED28F73C27F41048B2AEF10008D97C798EC4C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * 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.AnimationClip obj = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// UnityEngine.AnimationEvent arg0 = (UnityEngine.AnimationEvent)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimationEvent));
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_0_0_0_var) };
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
RuntimeObject * L_8 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_5, 2, L_7, /*hidden argument*/NULL);
|
|
V_0 = ((AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F *)CastclassSealed((RuntimeObject*)L_8, AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_il2cpp_TypeInfo_var));
|
|
// obj.AddEvent(arg0);
|
|
AnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F * L_9 = V_0;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_AddEvent_m09367D827FC274A158CE2B408EE0083CB1DD330B(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_4, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0049;
|
|
} // 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_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_10 = ___L0;
|
|
Exception_t * L_11 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_0049;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0049:
|
|
{
|
|
// }
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationClipWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_op_Equality_m8E1A79CB7D66D441C1503AAE72C6D88204AAD101_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_AnimationClipWrap::get_length(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_length_m263C8549F3198924DCB04C550A9EC008820ED7BB_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.length;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationClip_get_length_m55DCD61003D76E19AB0B3649A3C0F072D829CD4A(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 length 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, _stringLiteral550E0C250BD1E98DE086CDF24DDF0BB739568505, /*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_AnimationClipWrap::get_frameRate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_frameRate_m5C6E4741FF28D6FD17FBDF529158A3CA4FDD53A1_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.frameRate;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationClip_get_frameRate_mDDD2917F025BD64718024A30201EAFADD230C197(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 frameRate 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, _stringLiteral29BABD3EDCE3DDE985B44C609BC9A2D62D9236E3, /*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_AnimationClipWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_wrapMode_mEFDCE8AF10791622FC20AF83F5C2856DB5278DB8_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.WrapMode ret = obj.wrapMode;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = AnimationClip_get_wrapMode_m931A996622B39AA833BFE7D02F76B78A2132193E(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_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_AnimationClipWrap::get_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_localBounds_m59B38EEA10F32F56B5DD8258114BA75C2039F275_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Bounds ret = obj.localBounds;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_3 = AnimationClip_get_localBounds_m73F80CDE00380C309B7A9E2D8B887F51CA1C58AD(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_5 = V_1;
|
|
ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E((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 localBounds 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, _stringLiteral07E70204A51D10AF65C58CD7AB39B14E75AD0805, /*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_AnimationClipWrap::get_legacy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_legacy_mEFA851B9F7973043067EACABF1009A8BB5C4B2E2_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.legacy;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationClip_get_legacy_mD5ACD53883943150B90378B86216E8330F499485(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 legacy 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, _stringLiteral976FE91F4F4C59AD18F4334AD2DC2FA072706487, /*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_AnimationClipWrap::get_humanMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_humanMotion_m861718A49951E316C9DF610B8D58BC3C6B3D7C0A_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.humanMotion;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationClip_get_humanMotion_mAC111B1F869FBFDED993607BB5050423BAF89469(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 humanMotion 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, _stringLiteral3975FE9B64A588BE36B4CF69BC33D1993C78FFEE, /*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_AnimationClipWrap::get_empty(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_empty_m16D4406355DAADC4D78AF669C210F3CEAD62DFC7_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.empty;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationClip_get_empty_mA4F9A8D03636F9F93AEC6A6B103EA610F3E8ADB5(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 empty 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, _stringLiteral9BFDA33C666243D165ED218C0BB115D7DFD087A9, /*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_AnimationClipWrap::get_hasGenericRootTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_hasGenericRootTransform_mAB526AF213AD3791CE1F13DDD526EB5F13D4639D_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasGenericRootTransform;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationClip_get_hasGenericRootTransform_m3B36D07BF202E7563509916BA53728FC6A144E6E(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 hasGenericRootTransform 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, _stringLiteral57703E0FBFC83262405789535C96966010C96EF6, /*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_AnimationClipWrap::get_hasMotionFloatCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_hasMotionFloatCurves_m5D73B9D53525CB5FFB757492DA9777A8D133223F_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasMotionFloatCurves;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationClip_get_hasMotionFloatCurves_m7CE6DB4BABDA95132DFA8B3D765F97F057B8BC63(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 hasMotionFloatCurves 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, _stringLiteralBA20BE579466B95F2179DD573C20D603C0ED4C9E, /*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_AnimationClipWrap::get_hasMotionCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_hasMotionCurves_m944C904E8E3F8D2C9A16C4A3BC6D3430E2080BE2_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasMotionCurves;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationClip_get_hasMotionCurves_m6805BC5D8C22A62C166EDF50A6A1191D76F99EC4(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 hasMotionCurves 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, _stringLiteral600FA769917DB6B8EF4F6036D8EE4DA698D69ECB, /*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_AnimationClipWrap::get_hasRootCurves(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_hasRootCurves_m5F0CE8052B14F34F571B4D06F2359D1983E8381E_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasRootCurves;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationClip_get_hasRootCurves_m54E4627B00FDA2EEF1AA24227060F60D462233FB(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 hasRootCurves 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, _stringLiteralAC174CD77FEEC857E80EFA5FF36A69D3A404C52D, /*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_AnimationClipWrap::get_events(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_get_events_mEA2CB77497500DFC73776BF55C6CC664DC33A6A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* 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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationEvent[] ret = obj.events;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* L_3 = AnimationClip_get_events_m78276F54C4645121443127B75014F49901E749EF(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* 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 events 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, _stringLiteralAAA724963908E485BFEAD2CE3FFB6276C735AF0B, /*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_AnimationClipWrap::set_frameRate(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_set_frameRate_m9208947D13CC3DFE57B4589892F3897344495076_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.AnimationClip obj = (UnityEngine.AnimationClip)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.frameRate = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_set_frameRate_m67AFA111B36DB56C9F44922470F1B9DADF79F2B6(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 frameRate 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, _stringLiteral29BABD3EDCE3DDE985B44C609BC9A2D62D9236E3, /*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_AnimationClipWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_set_wrapMode_m1C67DB78C7DA4E93A7C70CFC558291F5F1DCBF0E_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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.WrapMode arg0 = (UnityEngine.WrapMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.WrapMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_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, WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var))));
|
|
// obj.wrapMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_set_wrapMode_m22F4B300902F25F64B85EF448D7D86A2074E6AFD(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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_AnimationClipWrap::set_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_set_localBounds_m7B6741976BE8C1167FCE5363A8CA86D4516A1CE6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Bounds arg0 = ToLua.ToBounds(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_4 = ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.localBounds = arg0;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_5 = V_1;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_set_localBounds_m7BD49685DBD99B57E4DBBD395A16CB6CE2CA7D40(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 localBounds 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, _stringLiteral07E70204A51D10AF65C58CD7AB39B14E75AD0805, /*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_AnimationClipWrap::set_legacy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_set_legacy_m0BD717A40CFFAC4C2322BC43846168695DC37ED7_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.AnimationClip obj = (UnityEngine.AnimationClip)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.legacy = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_set_legacy_m810FC1E97431C532BC03F9A99334A78C212521DB(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 legacy 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, _stringLiteral976FE91F4F4C59AD18F4334AD2DC2FA072706487, /*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_AnimationClipWrap::set_events(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationClipWrap_set_events_m3B2F7160039159800C8FE8C0525929B1C71E22FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* 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.AnimationClip obj = (UnityEngine.AnimationClip)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationEvent[] arg0 = ToLua.CheckObjectArray<UnityEngine.AnimationEvent>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* L_4 = ToLua_CheckObjectArray_TisAnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_mF730DFBEE8A2F270C020C4E54B8BE3FE14974AD5((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObjectArray_TisAnimationEvent_tEDD4E45FEA5CA4657CBBF1E0CFF657191D90673F_mF730DFBEE8A2F270C020C4E54B8BE3FE14974AD5_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
// obj.events = arg0;
|
|
AnimationEventU5BU5D_tAC055C4BB4A734012C3F2C1067E25C46952DB824* L_5 = V_1;
|
|
NullCheck(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var)));
|
|
AnimationClip_set_events_mC7DAB8003F8007DC47A1CF239F26A4B35BFFA371(((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_2, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 events 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, _stringLiteralAAA724963908E485BFEAD2CE3FFB6276C735AF0B, /*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.Void UnityEngine_AnimationClipWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationClipWrap__ctor_m4E77BBF54CAB916364EB863FE35E732B2FC0FB06 (UnityEngine_AnimationClipWrap_t6E1831C5C7850B001A49850BBF5E8AE0106F3C88 * __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_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_AnimationStateWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationStateWrap_Register_m5B5FFB57EBBC7C8EDC044E9375CD895A9E61617E (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_Register_m5B5FFB57EBBC7C8EDC044E9375CD895A9E61617E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.AnimationState), typeof(UnityEngine.TrackedReference));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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> (TrackedReference_tE93229EF7055CBB35B2A98DD2493947428D06107_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("AddMixingTransform", AddMixingTransform);
|
|
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_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteralA46B15488A3F70AF8D3CD2E42571919A48F2AE96, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("RemoveMixingTransform", RemoveMixingTransform);
|
|
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_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral6C1A9253E7E465290B5741D49C513B1E72D4C4A2, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("New", _CreateUnityEngine_AnimationState);
|
|
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_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
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_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_14, /*hidden argument*/NULL);
|
|
// L.RegVar("enabled", get_enabled, set_enabled);
|
|
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_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_17 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_17, NULL, (intptr_t)((intptr_t)UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_15, _stringLiteral3EA3F9802ACCF8817BACD6F3DF46A73B93CCDDEC, L_16, L_17, /*hidden argument*/NULL);
|
|
// L.RegVar("weight", get_weight, set_weight);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_18 = ___L0;
|
|
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_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_18, _stringLiteralAFE0444198AD67C415C63AD23456FCBF739B9BF7, L_19, L_20, /*hidden argument*/NULL);
|
|
// L.RegVar("wrapMode", get_wrapMode, set_wrapMode);
|
|
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_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576_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)UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_21, _stringLiteral653D883F5CE204439568BD8F3112E8368FD9259B, L_22, L_23, /*hidden argument*/NULL);
|
|
// L.RegVar("time", get_time, set_time);
|
|
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_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191_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_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_24, _stringLiteral714EEA0F4C980736BDE0065FE73F573487F08E3A, L_25, L_26, /*hidden argument*/NULL);
|
|
// L.RegVar("normalizedTime", get_normalizedTime, set_normalizedTime);
|
|
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_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B_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)UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_27, _stringLiteralE0EF0C784BE6DB268D57775BE23668378C6A899C, L_28, L_29, /*hidden argument*/NULL);
|
|
// L.RegVar("speed", get_speed, set_speed);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_30 = ___L0;
|
|
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_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_30);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_30, _stringLiteral92B6320812D86ABE48E76FBFBBE8BDE7170BF036, L_31, L_32, /*hidden argument*/NULL);
|
|
// L.RegVar("normalizedSpeed", get_normalizedSpeed, set_normalizedSpeed);
|
|
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_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_35 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_35, NULL, (intptr_t)((intptr_t)UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_33, _stringLiteral42749129907E4E09CDB70141FCF8968D02111F51, L_34, L_35, /*hidden argument*/NULL);
|
|
// L.RegVar("length", get_length, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_36 = ___L0;
|
|
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_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_36);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_36, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_37, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("layer", get_layer, set_layer);
|
|
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_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_38, _stringLiteralD54C2AA2F61603022C71493F093F0C718419CA13, L_39, L_40, /*hidden argument*/NULL);
|
|
// L.RegVar("clip", get_clip, 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_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_41, _stringLiteralE3A93FA81145B26D1EB0F2CC8C6863142DF2C832, L_42, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("name", get_name, set_name);
|
|
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_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E_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_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_43, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_44, L_45, /*hidden argument*/NULL);
|
|
// L.RegVar("blendMode", get_blendMode, set_blendMode);
|
|
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_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457_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_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_46, _stringLiteral8B944D0B11884A1C18B4CA0F6D8829990CFDD18B, L_47, L_48, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_49 = ___L0;
|
|
NullCheck(L_49);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_49, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationStateWrap::_CreateUnityEngine_AnimationState(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap__CreateUnityEngine_AnimationState_mB3A8C9D10E62F640CCEA4F9B4C89100B446FF58F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * 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 == 0)
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// UnityEngine.AnimationState obj = new UnityEngine.AnimationState();
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_2 = (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)il2cpp_codegen_object_new(AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var);
|
|
AnimationState__ctor_mD763623A91BDF7F4AA95507A977F815103284E06(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// ToLua.PushSealed(L, obj);
|
|
intptr_t L_3 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_3, L_4, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: UnityEngine.AnimationState.New");
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_5, _stringLiteral883562394DE3892730F89208AB6BC9C9C2E57C43, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
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_0027;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0027:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_7 = ___L0;
|
|
Exception_t * L_8 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationStateWrap::AddMixingTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_AddMixingTransform_m06D9033B124C4137D6728A6FDFCCBA35034A047C_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_0038;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.AnimationState obj = (UnityEngine.AnimationState)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationState));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
RuntimeObject * L_8 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_7, 2, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
V_1 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_8, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// obj.AddMixingTransform(arg0);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_6, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_AddMixingTransform_mEDE311B0E6AA1AB5E2C278C42B16E7F381B98351(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_6, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// UnityEngine.AnimationState obj = (UnityEngine.AnimationState)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationState));
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_11, 1, L_13, /*hidden argument*/NULL);
|
|
// UnityEngine.Transform arg0 = (UnityEngine.Transform)ToLua.CheckObject<UnityEngine.Transform>(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
RuntimeObject * L_16 = ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21((intptr_t)L_15, 2, /*hidden argument*/ToLua_CheckObject_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_mC234C7160A5D01A94ED04758487D7D3F670FAC21_RuntimeMethod_var);
|
|
V_3 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_16, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// bool arg1 = LuaDLL.luaL_checkboolean(L, 3);
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_18 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_17, 3, /*hidden argument*/NULL);
|
|
V_4 = L_18;
|
|
// obj.AddMixingTransform(arg0, arg1);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_19 = V_3;
|
|
bool L_20 = V_4;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_14, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_AddMixingTransform_m435853E2106E774F8F3E18F1B556ABFBE45D31C3(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_14, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)), L_19, L_20, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.AnimationState.AddMixingTransform");
|
|
intptr_t L_21 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_21, _stringLiteral7A8B8118F23711883BD21188DEE72F34CA2F6035, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
goto IL_008f;
|
|
}
|
|
} // 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_0082;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0082:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_5 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_23 = ___L0;
|
|
Exception_t * L_24 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_23, L_24, /*hidden argument*/NULL);
|
|
V_2 = L_25;
|
|
goto IL_008f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008f:
|
|
{
|
|
// }
|
|
int32_t L_26 = V_2;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationStateWrap::RemoveMixingTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_RemoveMixingTransform_m9AEEFA3A66CCF242F1419547DCC36B738FB50FC1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * 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.AnimationState obj = (UnityEngine.AnimationState)ToLua.CheckObject(L, 1, typeof(UnityEngine.AnimationState));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// 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_0 = ((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)CastclassClass((RuntimeObject*)L_6, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var));
|
|
// obj.RemoveMixingTransform(arg0);
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = V_0;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_4, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_RemoveMixingTransform_m21A47834168B3D0711871976F56359DB13BABAC4(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_4, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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_AnimationStateWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_op_Equality_m3400190140648D992A436D91BEDEFBFF622BA696_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_AnimationStateWrap::get_enabled(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_enabled_m8B341AEDBE076B5005C2421CBD533B3893C75AA8_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.enabled;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
bool L_3 = AnimationState_get_enabled_mB18062EE687D604641619045699A4A81938AD2E1(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 enabled 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, _stringLiteralD5037067E5189D04E62A0670988314381250C117, /*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_AnimationStateWrap::get_weight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_weight_m487AB82E3D990374F46CBC21E4DA66888E2CA96E_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.weight;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationState_get_weight_m06A6A7C84FF92E9E88C24FB792E40708487A1726(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 weight 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, _stringLiteral5620C217C9FDE84BC5D423EDB4D2BD85F3F01211, /*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_AnimationStateWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_wrapMode_mD88D99D77B39247C3460B0BF9722153DBB5C1576_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.WrapMode ret = obj.wrapMode;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = AnimationState_get_wrapMode_m41C8F2650ACD479C19A27B72E5F9BCED9A34A8BF(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_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_AnimationStateWrap::get_time(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_time_mD2188E7DAD07B64A848F381CC0C49AB21A5A6191_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.time;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationState_get_time_m42982821F5AD7C3221B70C5D14349AECAF9CEC74(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 time 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, _stringLiteralBB8843002D5311062C2FFF8D01F4DBDCCF63DA58, /*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_AnimationStateWrap::get_normalizedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_normalizedTime_mC79D58FFBAC07027129FCF518140277D1981230B_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.normalizedTime;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationState_get_normalizedTime_mED221F5E677282D3BA6955A99504B6FB963A735A(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 normalizedTime 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, _stringLiteralCDD1D5C66B5C1E8C0AF807E558B0713CEF7ED7BF, /*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_AnimationStateWrap::get_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_speed_m86A1E4C738F2932463CE96C1A50A9DCD7D9ACD9D_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.speed;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationState_get_speed_mC2276513AEFC7944D8B8A01E41D29189D1222157(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 speed 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, _stringLiteralAD556B39C29D851B96F5E64CAA61EA86D1D4B40D, /*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_AnimationStateWrap::get_normalizedSpeed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_normalizedSpeed_m8C88DA60DFEC6BC8FC9AB0890283D54057B74982_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.normalizedSpeed;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationState_get_normalizedSpeed_m2F134C64C93DE20CDFDCA4F71559F1830163B974(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 normalizedSpeed 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, _stringLiteralF19834522B6C9D5AA044B3481A805C34FA8A3AAE, /*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_AnimationStateWrap::get_length(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_length_m16E674685C7562533A1D07CF5F0311B227706CD8_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.length;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
float L_3 = AnimationState_get_length_mC42253B5D8A65EBE7AC51E86E4C4AF6AE719230F(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 length 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, _stringLiteral550E0C250BD1E98DE086CDF24DDF0BB739568505, /*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_AnimationStateWrap::get_layer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_layer_mE100D23A22FD906F08A31B706905FC144A6A6835_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.layer;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = AnimationState_get_layer_mEFAEFA4543441F3418A16F92A6D3517256DB8633(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 layer 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, _stringLiteral81035C61B4B32E908B73ADE6EC88A2CD2D931175, /*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_AnimationStateWrap::get_clip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_clip_m64F9BF43925B62780AD964F37B8CD79151C9FE87_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * 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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationClip ret = obj.clip;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_3 = AnimationState_get_clip_m099599D843F26BA5EF7541F1B1782AFD80F69092(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_5 = V_1;
|
|
ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97_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 clip 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, _stringLiteralC69046A0638D883DE059BD8DE92E1F8E04921222, /*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_AnimationStateWrap::get_name(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_name_m3F8460F3A5148F6BA59F1162037A70564149917E_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// string ret = obj.name;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
String_t* L_3 = AnimationState_get_name_mA737BFE99C5B3FF5C4A89F16C61F6DC15A637451(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 name 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, _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A, /*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_AnimationStateWrap::get_blendMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_get_blendMode_m0BDED333015DD761D992F3949F45D6AFA15AD457_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationBlendMode ret = obj.blendMode;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = AnimationState_get_blendMode_m5BAE370A49A1F474177D119E956AFEB02AB0AB9C(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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(AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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 blendMode 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, _stringLiteral531F241323776E992B69ADD98012A288BF0B9B1B, /*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_AnimationStateWrap::set_enabled(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_enabled_m1CE9360DC5297DB410AB3941B81673E1067DD28D_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.AnimationState obj = (UnityEngine.AnimationState)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.enabled = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_enabled_mC3FDC72667F35BD592AD4AD230AB5E0749500C3A(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 enabled 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, _stringLiteralD5037067E5189D04E62A0670988314381250C117, /*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_AnimationStateWrap::set_weight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_weight_m163CF4EB870EA022F10767648FFDDB3787D3B505_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.AnimationState obj = (UnityEngine.AnimationState)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.weight = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_weight_mE26047D0DD051513770B38AC9F3D2C79785E68D9(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 weight 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, _stringLiteral5620C217C9FDE84BC5D423EDB4D2BD85F3F01211, /*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_AnimationStateWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_wrapMode_m8D55AE42888C60AFC021F7380376C7F0067CAA76_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.WrapMode arg0 = (UnityEngine.WrapMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.WrapMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_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, WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var))));
|
|
// obj.wrapMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_wrapMode_m1602B498E28EAB28157E6E3A34F0C554962153C9(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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_AnimationStateWrap::set_time(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_time_m4D4A4DA0DF7FBD338FD3BEEFA1594D162E074646_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.AnimationState obj = (UnityEngine.AnimationState)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.time = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_time_mC2C603420498B05E17FA07D6F36152D57FF714F5(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 time 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, _stringLiteralBB8843002D5311062C2FFF8D01F4DBDCCF63DA58, /*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_AnimationStateWrap::set_normalizedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_normalizedTime_m22B172FB014BC8C6EBC4474B44ACBEFB4BAD3BDF_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.AnimationState obj = (UnityEngine.AnimationState)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.normalizedTime = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_normalizedTime_mC643FCA7FFB6521D247D3BE9B771E4B5650B69DA(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 normalizedTime 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, _stringLiteralCDD1D5C66B5C1E8C0AF807E558B0713CEF7ED7BF, /*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_AnimationStateWrap::set_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_speed_m938EF7D5769E3582F09F16FE8099A9A674DCA3F9_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.AnimationState obj = (UnityEngine.AnimationState)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.speed = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_speed_m858CD8CC55491E8FA1017462296628C63AD86DD0(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 speed 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, _stringLiteralAD556B39C29D851B96F5E64CAA61EA86D1D4B40D, /*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_AnimationStateWrap::set_normalizedSpeed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_normalizedSpeed_m57FC5DEEBF18FFC2E6ED98AA019F2A9BEDDA6151_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.AnimationState obj = (UnityEngine.AnimationState)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.normalizedSpeed = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_normalizedSpeed_m9BB25F91F8A6B5145531439F0806586D8532DCED(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 normalizedSpeed 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, _stringLiteralF19834522B6C9D5AA044B3481A805C34FA8A3AAE, /*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_AnimationStateWrap::set_layer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_layer_m6FFCF31ED93FB43578B64D12BF768935DB20BB60_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.AnimationState obj = (UnityEngine.AnimationState)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.layer = arg0;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_layer_m93A0868EF90112F5C3D98AFC68799E03CDDE17B0(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 layer 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, _stringLiteral81035C61B4B32E908B73ADE6EC88A2CD2D931175, /*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_AnimationStateWrap::set_name(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_name_m210F9AC81FA703E9FE5AF674E3B2413DFBD401E0_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// 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_1 = L_4;
|
|
// obj.name = arg0;
|
|
String_t* L_5 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_name_m16725340BBC3D3A3A636F76D53A7B8B8C0784414(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 name 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, _stringLiteralC57641630ADB70CBB5F33454873BCC56704B088A, /*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_AnimationStateWrap::set_blendMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationStateWrap_set_blendMode_mDA368C429DB682FB6E25279D5200FC1412A125D7_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.AnimationState obj = (UnityEngine.AnimationState)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationBlendMode arg0 = (UnityEngine.AnimationBlendMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimationBlendMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_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, AnimationBlendMode_t7981379446E70FEF43C331B00D812A5954A36503_il2cpp_TypeInfo_var))));
|
|
// obj.blendMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_il2cpp_TypeInfo_var)));
|
|
AnimationState_set_blendMode_mFB31693D06433FDCF20418265D8835420D475ECA(((AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 *)CastclassSealed((RuntimeObject*)L_2, AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_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 blendMode 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, _stringLiteral531F241323776E992B69ADD98012A288BF0B9B1B, /*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_AnimationStateWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationStateWrap__ctor_m1E9DF580513D4500A0E1A71F83E530B6DA939B6A (UnityEngine_AnimationStateWrap_t471518F4897C2CCBB184D5496935451E61DEE2F7 * __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_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_AnimationWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationWrap_Register_m7BF970313514B8D975EB35FE65A5CAEE77CC5812 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_Register_m7BF970313514B8D975EB35FE65A5CAEE77CC5812_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.Animation), typeof(UnityEngine.Behaviour));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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> (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8_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("Stop", Stop);
|
|
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_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral9E253470C876EE6D5C720EB777AEB82D4C26E28F, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("Rewind", Rewind);
|
|
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_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteralF7B6A25352179A1F3189248FB96FDED90238ACE0, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("Sample", Sample);
|
|
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_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral58FABFA70811950FC1A8C6E0D56FAEC87E4E08CB, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsPlaying", IsPlaying);
|
|
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_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteralA084FC2D90F8198FD5AD8F74709B9CB184118C82, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("get_Item", get_Item);
|
|
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_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral9DE19950AFC2D97E0BD856D2D2A5BDF42D40868D, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("Play", Play);
|
|
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_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral5D12BD53552CAFC41CA6146C04870DF2E1574E13, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("CrossFade", CrossFade);
|
|
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_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral8EBE619C78E135CFCED313403754AE224CD22415, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("Blend", Blend);
|
|
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_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral7A358CFAD4599FAC189C99223CEA3EE8FE089CA0, L_20, /*hidden argument*/NULL);
|
|
// L.RegFunction("CrossFadeQueued", CrossFadeQueued);
|
|
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_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteralAC86776A2B56DEA9CF7763F06E96298D6AA2A4D1, L_22, /*hidden argument*/NULL);
|
|
// L.RegFunction("PlayQueued", PlayQueued);
|
|
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_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteral8CF200BD3D7C63AACD13DC2AC08452707ECCC567, L_24, /*hidden argument*/NULL);
|
|
// L.RegFunction("AddClip", AddClip);
|
|
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_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteral606349A7B612514FC7B49C1569A8E088E17915B8, L_26, /*hidden argument*/NULL);
|
|
// L.RegFunction("RemoveClip", RemoveClip);
|
|
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_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral3AE1885229B5F818B737F7F3D4150CE6C38B08FE, L_28, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetClipCount", GetClipCount);
|
|
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_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral3257D563E3E245D036A11FFB06788E8D27F53572, L_30, /*hidden argument*/NULL);
|
|
// L.RegFunction("SyncLayer", SyncLayer);
|
|
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_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteralF464FE04A625F7FC6C682C4D6900CD7AD99D0D15, L_32, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetEnumerator", GetEnumerator);
|
|
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_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteralE84B14CAE4933A56C3FF0486D95967BACA50EC48, L_34, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetClip", GetClip);
|
|
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_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteral7D00974EC9B1E1775C89B98FC3C271240237DDD7, L_36, /*hidden argument*/NULL);
|
|
// L.RegFunction("New", _CreateUnityEngine_Animation);
|
|
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_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_38, /*hidden argument*/NULL);
|
|
// L.RegVar("this", _this, 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_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_39, _stringLiteralC2543FFF3BFA6F144C2F06A7DE6CD10C0B650CAE, L_40, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
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_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_41, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_42, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
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)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_43, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_44, /*hidden argument*/NULL);
|
|
// L.RegVar("clip", get_clip, set_clip);
|
|
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_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_45, _stringLiteralE3A93FA81145B26D1EB0F2CC8C6863142DF2C832, L_46, L_47, /*hidden argument*/NULL);
|
|
// L.RegVar("playAutomatically", get_playAutomatically, set_playAutomatically);
|
|
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_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_48);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_48, _stringLiteralA342168DD215D9F6D6EF8D2FCD07F303FD9D91FA, L_49, L_50, /*hidden argument*/NULL);
|
|
// L.RegVar("wrapMode", get_wrapMode, set_wrapMode);
|
|
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_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203_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_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_51);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_51, _stringLiteral653D883F5CE204439568BD8F3112E8368FD9259B, L_52, L_53, /*hidden argument*/NULL);
|
|
// L.RegVar("isPlaying", get_isPlaying, null);
|
|
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_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_54);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_54, _stringLiteral3878562D4BDAA37D2808352BD42740798B1A446E, L_55, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("animatePhysics", get_animatePhysics, set_animatePhysics);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_56 = ___L0;
|
|
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_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_56);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_56, _stringLiteralD4412529978BE28C039279612483E087CC915A7A, L_57, L_58, /*hidden argument*/NULL);
|
|
// L.RegVar("cullingType", get_cullingType, set_cullingType);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_59 = ___L0;
|
|
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_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_59, _stringLiteral3EA62FD5C5E1F969D0ADFF09D5BF0A7F42CF75CE, L_60, L_61, /*hidden argument*/NULL);
|
|
// L.RegVar("localBounds", get_localBounds, set_localBounds);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_62 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_63 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_63, NULL, (intptr_t)((intptr_t)UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
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_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_62);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_62, _stringLiteralD519A44DEABC7AA144518BAC5F87D7026688CE53, L_63, L_64, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_65 = ___L0;
|
|
NullCheck(L_65);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_65, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::_CreateUnityEngine_Animation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap__CreateUnityEngine_Animation_mD30B3584F90DD3618B6C5B6CA989415E9ADE91EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * 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 == 0)
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// UnityEngine.Animation obj = new UnityEngine.Animation();
|
|
Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * L_2 = (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)il2cpp_codegen_object_new(Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var);
|
|
Animation__ctor_mA77CD633A8D3F1400CDC9CB2D3C5952B9AAD7E29(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// ToLua.PushSealed(L, obj);
|
|
intptr_t L_3 = ___L0;
|
|
Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_PushSealed_TisAnimation_tCFC171459D159DDEC6500B55543A76219D49BB9C_m2A01F2AE7A28AE434141FCB8ABD9A2693233F669((intptr_t)L_3, L_4, /*hidden argument*/ToLua_PushSealed_TisAnimation_tCFC171459D159DDEC6500B55543A76219D49BB9C_m2A01F2AE7A28AE434141FCB8ABD9A2693233F669_RuntimeMethod_var);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: UnityEngine.Animation.New");
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_5, _stringLiteralB871410476BF4FC63FBFD7E352476EEDB0BA6BDF, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
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_0027;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0027:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_7 = ___L0;
|
|
Exception_t * L_8 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::_get_this(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * 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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
// UnityEngine.AnimationState o = obj[arg0];
|
|
String_t* L_7 = V_0;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_8 = Animation_get_Item_mA50F89B91D6170D6824B0B562790470586445AB9(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_10 = V_1;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_9, L_10, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
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_0037;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0037:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::_this(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap__this_mFF715530A81BDBB0FD797F7D73FB3D045E264B83_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_pushvalue(L, 1);
|
|
intptr_t L_0 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushvalue_m713DDDB9414ED15F1F823B50C1B5C58E56A82498((intptr_t)L_0, 1, /*hidden argument*/NULL);
|
|
// LuaDLL.tolua_bindthis(L, _get_this, null);
|
|
intptr_t 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_AnimationWrap__get_this_mAFDE7F3FE0D8A70D574B1EEB68C593F9B0F330AE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaDLL_tolua_bindthis_mE37C9C593B8DEED6C501BF6B585A980D324F98D8((intptr_t)L_1, L_2, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_0 = 1;
|
|
goto IL_0029;
|
|
} // 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_001e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001e:
|
|
{ // 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_0029;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0029:
|
|
{
|
|
// }
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::Stop(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_Stop_m0719F2C6FC6B7C64FFEEA40B7619AF5A370EF8E4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
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) * 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_002a;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// obj.Stop();
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Stop_mDEEBC36F3D8E57380C0161D8A744AE7019282B36(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_7 = V_0;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_8 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_11 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_8, 1, L_10, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_12 = ___L0;
|
|
String_t* L_13 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_12, 2, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
// obj.Stop(arg0);
|
|
String_t* L_14 = V_2;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_11, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Stop_m91C96AFB0DE13B6B26A7A047D1B7B1A936CA0784(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_11, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.Stop");
|
|
intptr_t L_15 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_16 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_15, _stringLiteralE267E7FBD2F716730BE3262EFB7704522308F5D9, /*hidden argument*/NULL);
|
|
V_1 = L_16;
|
|
goto IL_006f;
|
|
}
|
|
} // 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_0064;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0064:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_17 = ___L0;
|
|
Exception_t * L_18 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_19 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
V_1 = L_19;
|
|
goto IL_006f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_006f:
|
|
{
|
|
// }
|
|
int32_t L_20 = V_1;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::Rewind(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_Rewind_m890DDA38AFA4B6EE24BA43629CA94A91B735C3A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
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) * 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_002a;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// obj.Rewind();
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Rewind_m5CF607FB602ECA56B225EAC9FFC80454638677BE(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_7 = V_0;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_8 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_11 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_8, 1, L_10, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_12 = ___L0;
|
|
String_t* L_13 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_12, 2, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
// obj.Rewind(arg0);
|
|
String_t* L_14 = V_2;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_11, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Rewind_mC507D039CEFF4F256AB7535FBBF689DF33292084(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_11, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.Rewind");
|
|
intptr_t L_15 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_16 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_15, _stringLiteral7A5F18C08132A6CA110C43A8D805CCD48C6503D7, /*hidden argument*/NULL);
|
|
V_1 = L_16;
|
|
goto IL_006f;
|
|
}
|
|
} // 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_0064;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0064:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_17 = ___L0;
|
|
Exception_t * L_18 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_19 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_17, L_18, /*hidden argument*/NULL);
|
|
V_1 = L_19;
|
|
goto IL_006f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_006f:
|
|
{
|
|
// }
|
|
int32_t L_20 = V_1;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::Sample(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_Sample_mF0DF40BCD239F921B8395694CFD2E3865662F3E8_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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// obj.Sample();
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Sample_mACF20C888D7DB129968422C59DE081BCFCBFABEB(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_0 = 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_1 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_5 = ___L0;
|
|
Exception_t * L_6 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_5, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
goto IL_0031;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
int32_t L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::IsPlaying(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_IsPlaying_m4172B288E1FBD8EB9F53C68A149618EEF7F047B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* 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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
// bool o = obj.IsPlaying(arg0);
|
|
String_t* L_7 = V_0;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_8 = Animation_IsPlaying_m7E78EE738A3A1F0B2B0365171EFE2B55B1E421A0(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
bool L_10 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
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_0037;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0037:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::get_Item(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_Item_mF27BFCA97654EFB053CB98CCA927FFFE04C1B89A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * 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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
// UnityEngine.AnimationState o = obj[arg0];
|
|
String_t* L_7 = V_0;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_8 = Animation_get_Item_mA50F89B91D6170D6824B0B562790470586445AB9(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_10 = V_1;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_9, L_10, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
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_0037;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0037:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::Play(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_Play_mD1AE4932630813EAE96F605DF2038A311F9E5C3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
String_t* V_5 = NULL;
|
|
bool V_6 = false;
|
|
String_t* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
bool V_9 = false;
|
|
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_0035;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// bool o = obj.Play();
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_7 = Animation_Play_mEC9F6C1F931E11D4D69043AD44CC71698B776A51(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_8 = ___L0;
|
|
bool L_9 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_8, L_9, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<UnityEngine.PlayMode>(L, 2))
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TypeChecker_CheckTypes_TisPlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_m914AFAE4F8790DCDE7AAFBC808A619306F25BFF0((intptr_t)L_11, 2, /*hidden argument*/TypeChecker_CheckTypes_TisPlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_m914AFAE4F8790DCDE7AAFBC808A619306F25BFF0_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_13 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_16 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_13, 1, L_15, /*hidden argument*/NULL);
|
|
// UnityEngine.PlayMode arg0 = (UnityEngine.PlayMode)ToLua.ToObject(L, 2);
|
|
intptr_t L_17 = ___L0;
|
|
RuntimeObject * L_18 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_17, 2, /*hidden argument*/NULL);
|
|
V_3 = ((*(int32_t*)((int32_t*)UnBox(L_18, PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_il2cpp_TypeInfo_var))));
|
|
// bool o = obj.Play(arg0);
|
|
int32_t L_19 = V_3;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_16, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_20 = Animation_Play_mD134EE8853844F098E4D1F3F734CBE4C47C9B8B4(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_16, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL);
|
|
V_4 = L_20;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_21 = ___L0;
|
|
bool L_22 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_21, L_22, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_23 = V_0;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_25 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_24, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_25)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_26 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_29 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_26, 1, L_28, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_30 = ___L0;
|
|
String_t* L_31 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_30, 2, /*hidden argument*/NULL);
|
|
V_5 = L_31;
|
|
// bool o = obj.Play(arg0);
|
|
String_t* L_32 = V_5;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_29, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_33 = Animation_Play_m743CCCF04B64977460915D9E7007B0859BDF6AE9(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_29, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_32, /*hidden argument*/NULL);
|
|
V_6 = L_33;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_34 = ___L0;
|
|
bool L_35 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_34, L_35, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_36 = V_0;
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)3))))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_37 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_40 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_37, 1, L_39, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_41 = ___L0;
|
|
String_t* L_42 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_41, 2, /*hidden argument*/NULL);
|
|
V_7 = L_42;
|
|
// UnityEngine.PlayMode arg1 = (UnityEngine.PlayMode)ToLua.CheckObject(L, 3, typeof(UnityEngine.PlayMode));
|
|
intptr_t L_43 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast<intptr_t> (PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_0_0_0_var) };
|
|
Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL);
|
|
RuntimeObject * L_46 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_43, 3, L_45, /*hidden argument*/NULL);
|
|
V_8 = ((*(int32_t*)((int32_t*)UnBox(L_46, PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_il2cpp_TypeInfo_var))));
|
|
// bool o = obj.Play(arg0, arg1);
|
|
String_t* L_47 = V_7;
|
|
int32_t L_48 = V_8;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_40, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_49 = Animation_Play_mE08973B841DBC7FAD198F1D2183CA7BA8AD3D331(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_40, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_47, L_48, /*hidden argument*/NULL);
|
|
V_9 = L_49;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_50 = ___L0;
|
|
bool L_51 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_50, L_51, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.Play");
|
|
intptr_t L_52 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_53 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_52, _stringLiteral15DFF0C8070A26AD923389E966430861A5C0D20C, /*hidden argument*/NULL);
|
|
V_2 = L_53;
|
|
goto IL_012a;
|
|
}
|
|
} // 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_011d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_011d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_10 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_54 = ___L0;
|
|
Exception_t * L_55 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_56 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_54, L_55, /*hidden argument*/NULL);
|
|
V_2 = L_56;
|
|
goto IL_012a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_012a:
|
|
{
|
|
// }
|
|
int32_t L_57 = V_2;
|
|
return L_57;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::CrossFade(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_CrossFade_mBCF7BCD81BC0E5678AD7296E13BFBD128F741D75_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
float V_4 = 0.0f;
|
|
String_t* V_5 = NULL;
|
|
float V_6 = 0.0f;
|
|
int32_t V_7 = 0;
|
|
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 == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
String_t* L_8 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// obj.CrossFade(arg0);
|
|
String_t* L_9 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_CrossFade_m74707094D426BF239F6905EDE78D78A74D78FE38(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00dd;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)3))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_11, 1, L_13, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_15, 2, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_18 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_17, 3, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_18)));
|
|
// obj.CrossFade(arg0, arg1);
|
|
String_t* L_19 = V_3;
|
|
float L_20 = V_4;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_14, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_CrossFade_mC00AB685359B01B55AC9B096D73A83D9D21BEBF9(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_14, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_19, L_20, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00dd;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_21 = V_0;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_22 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_25 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_22, 1, L_24, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_26 = ___L0;
|
|
String_t* L_27 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_26, 2, /*hidden argument*/NULL);
|
|
V_5 = L_27;
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_28 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_29 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_28, 3, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_29)));
|
|
// UnityEngine.PlayMode arg2 = (UnityEngine.PlayMode)ToLua.CheckObject(L, 4, typeof(UnityEngine.PlayMode));
|
|
intptr_t L_30 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_0_0_0_var) };
|
|
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
|
|
RuntimeObject * L_33 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_30, 4, L_32, /*hidden argument*/NULL);
|
|
V_7 = ((*(int32_t*)((int32_t*)UnBox(L_33, PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_il2cpp_TypeInfo_var))));
|
|
// obj.CrossFade(arg0, arg1, arg2);
|
|
String_t* L_34 = V_5;
|
|
float L_35 = V_6;
|
|
int32_t L_36 = V_7;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_25, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_CrossFade_mF596DAFB8AE061D03DA3CE7BEEE659CB8FB5D308(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_25, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_34, L_35, L_36, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00dd;
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.CrossFade");
|
|
intptr_t L_37 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_38 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_37, _stringLiteral652CC313D8872689F35CA2560A95885964B293A8, /*hidden argument*/NULL);
|
|
V_2 = L_38;
|
|
goto IL_00dd;
|
|
}
|
|
} // 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_00d0;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00d0:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_39 = ___L0;
|
|
Exception_t * L_40 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_41 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_39, L_40, /*hidden argument*/NULL);
|
|
V_2 = L_41;
|
|
goto IL_00dd;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00dd:
|
|
{
|
|
// }
|
|
int32_t L_42 = V_2;
|
|
return L_42;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::Blend(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_Blend_m7CE9B3DB8AC292BAE3C7A991850241FCC0042A45_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
float V_4 = 0.0f;
|
|
String_t* V_5 = NULL;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
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 == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
String_t* L_8 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// obj.Blend(arg0);
|
|
String_t* L_9 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Blend_m33E12340D2A9E65015C0DFAE91B38C6FD8A73B99(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)3))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_11 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_11, 1, L_13, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_15, 2, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_17 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_18 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_17, 3, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_18)));
|
|
// obj.Blend(arg0, arg1);
|
|
String_t* L_19 = V_3;
|
|
float L_20 = V_4;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_14, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Blend_mFACB2256AA87D83B9BF295F2FD76B1F4473B8BB8(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_14, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_19, L_20, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_21 = V_0;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_22 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_25 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_22, 1, L_24, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_26 = ___L0;
|
|
String_t* L_27 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_26, 2, /*hidden argument*/NULL);
|
|
V_5 = L_27;
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_28 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_29 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_28, 3, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_29)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_30 = ___L0;
|
|
double L_31 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_30, 4, /*hidden argument*/NULL);
|
|
V_7 = (((float)((float)L_31)));
|
|
// obj.Blend(arg0, arg1, arg2);
|
|
String_t* L_32 = V_5;
|
|
float L_33 = V_6;
|
|
float L_34 = V_7;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_25, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_Blend_mEC461952584EED1F4A121FF5DAD84C7C30A04698(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_25, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_32, L_33, L_34, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.Blend");
|
|
intptr_t L_35 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_36 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_35, _stringLiteral3FEF4F041164AB954371E2305C4B03611345C567, /*hidden argument*/NULL);
|
|
V_2 = L_36;
|
|
goto IL_00cf;
|
|
}
|
|
} // 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_00c2;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00c2:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_37 = ___L0;
|
|
Exception_t * L_38 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_39 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_37, L_38, /*hidden argument*/NULL);
|
|
V_2 = L_39;
|
|
goto IL_00cf;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00cf:
|
|
{
|
|
// }
|
|
int32_t L_40 = V_2;
|
|
return L_40;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::CrossFadeQueued(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_CrossFadeQueued_m575DAB65AFA31692B9A93D660A26900D4C4A1C15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
float V_5 = 0.0f;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
float V_8 = 0.0f;
|
|
int32_t V_9 = 0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * V_10 = NULL;
|
|
String_t* V_11 = NULL;
|
|
float V_12 = 0.0f;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * V_15 = NULL;
|
|
Exception_t * V_16 = 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)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
String_t* L_8 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// UnityEngine.AnimationState o = obj.CrossFadeQueued(arg0);
|
|
String_t* L_9 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_10 = Animation_CrossFadeQueued_mD2CA74BA565DA54717C1A4E1DA727A2A5A849412(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_12 = V_2;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_11, L_12, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0179;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_14 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_14, 1, L_16, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_21 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_20, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_21)));
|
|
// UnityEngine.AnimationState o = obj.CrossFadeQueued(arg0, arg1);
|
|
String_t* L_22 = V_4;
|
|
float L_23 = V_5;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_17, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_24 = Animation_CrossFadeQueued_mBCEE6B90F1730CC2C9A3CAF9BA845F942F1F4C4E(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_17, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
|
|
V_6 = L_24;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_25 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_26 = V_6;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_25, L_26, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0179;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_27 = V_0;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_28 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_29 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_30 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_29, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_31 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_28, 1, L_30, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_32 = ___L0;
|
|
String_t* L_33 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_32, 2, /*hidden argument*/NULL);
|
|
V_7 = L_33;
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_34 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_35 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_34, 3, /*hidden argument*/NULL);
|
|
V_8 = (((float)((float)L_35)));
|
|
// UnityEngine.QueueMode arg2 = (UnityEngine.QueueMode)ToLua.CheckObject(L, 4, typeof(UnityEngine.QueueMode));
|
|
intptr_t L_36 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_0_0_0_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_9 = ((*(int32_t*)((int32_t*)UnBox(L_39, QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.AnimationState o = obj.CrossFadeQueued(arg0, arg1, arg2);
|
|
String_t* L_40 = V_7;
|
|
float L_41 = V_8;
|
|
int32_t L_42 = V_9;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_31, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_43 = Animation_CrossFadeQueued_mE6373701C29A74C51883F5CB596744BCD15D3D20(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_31, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_40, L_41, L_42, /*hidden argument*/NULL);
|
|
V_10 = L_43;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_44 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_45 = V_10;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_44, L_45, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0179;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
// else if (count == 5)
|
|
int32_t L_46 = V_0;
|
|
if ((!(((uint32_t)L_46) == ((uint32_t)5))))
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_47 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_50 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_47, 1, L_49, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_51 = ___L0;
|
|
String_t* L_52 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_51, 2, /*hidden argument*/NULL);
|
|
V_11 = L_52;
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_53 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_54 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_53, 3, /*hidden argument*/NULL);
|
|
V_12 = (((float)((float)L_54)));
|
|
// UnityEngine.QueueMode arg2 = (UnityEngine.QueueMode)ToLua.CheckObject(L, 4, typeof(UnityEngine.QueueMode));
|
|
intptr_t L_55 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_56 = { reinterpret_cast<intptr_t> (QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_0_0_0_var) };
|
|
Type_t * L_57 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_56, /*hidden argument*/NULL);
|
|
RuntimeObject * L_58 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_55, 4, L_57, /*hidden argument*/NULL);
|
|
V_13 = ((*(int32_t*)((int32_t*)UnBox(L_58, QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.PlayMode arg3 = (UnityEngine.PlayMode)ToLua.CheckObject(L, 5, typeof(UnityEngine.PlayMode));
|
|
intptr_t L_59 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_60 = { reinterpret_cast<intptr_t> (PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_0_0_0_var) };
|
|
Type_t * L_61 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_60, /*hidden argument*/NULL);
|
|
RuntimeObject * L_62 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_59, 5, L_61, /*hidden argument*/NULL);
|
|
V_14 = ((*(int32_t*)((int32_t*)UnBox(L_62, PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.AnimationState o = obj.CrossFadeQueued(arg0, arg1, arg2, arg3);
|
|
String_t* L_63 = V_11;
|
|
float L_64 = V_12;
|
|
int32_t L_65 = V_13;
|
|
int32_t L_66 = V_14;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_50, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_67 = Animation_CrossFadeQueued_mAADE2E9BF940D749575E7E7B0104D846DEE817EF(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_50, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_63, L_64, L_65, L_66, /*hidden argument*/NULL);
|
|
V_15 = L_67;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_68 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_69 = V_15;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_68, L_69, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_0179;
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.CrossFadeQueued");
|
|
intptr_t L_70 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_71 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_70, _stringLiteral8A39506E502EA72354C2F32A532DDC6C8C5615DF, /*hidden argument*/NULL);
|
|
V_3 = L_71;
|
|
goto IL_0179;
|
|
}
|
|
} // 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_016c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_016c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_16 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_72 = ___L0;
|
|
Exception_t * L_73 = V_16;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_74 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_72, L_73, /*hidden argument*/NULL);
|
|
V_3 = L_74;
|
|
goto IL_0179;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0179:
|
|
{
|
|
// }
|
|
int32_t L_75 = V_3;
|
|
return L_75;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::PlayQueued(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_PlayQueued_mA52BE4A011FB77880510D8F4D3F90781C1762AFF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * V_10 = NULL;
|
|
Exception_t * V_11 = 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 == 2)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_7 = ___L0;
|
|
String_t* L_8 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_7, 2, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// UnityEngine.AnimationState o = obj.PlayQueued(arg0);
|
|
String_t* L_9 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_10 = Animation_PlayQueued_mCE4E05F3A61656E91CB7ADF1DE489477A463F040(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_12 = V_2;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_11, L_12, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_011a;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_14 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_14, 1, L_16, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// UnityEngine.QueueMode arg1 = (UnityEngine.QueueMode)ToLua.CheckObject(L, 3, typeof(UnityEngine.QueueMode));
|
|
intptr_t L_20 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_0_0_0_var) };
|
|
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
|
|
RuntimeObject * L_23 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_20, 3, L_22, /*hidden argument*/NULL);
|
|
V_5 = ((*(int32_t*)((int32_t*)UnBox(L_23, QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.AnimationState o = obj.PlayQueued(arg0, arg1);
|
|
String_t* L_24 = V_4;
|
|
int32_t L_25 = V_5;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_17, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_26 = Animation_PlayQueued_m9137537F7D5541C7202F3A145B58987C88B97212(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_17, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_24, L_25, /*hidden argument*/NULL);
|
|
V_6 = L_26;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_27 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_28 = V_6;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_27, L_28, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_011a;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_30 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_33 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_30, 1, L_32, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_34 = ___L0;
|
|
String_t* L_35 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_34, 2, /*hidden argument*/NULL);
|
|
V_7 = L_35;
|
|
// UnityEngine.QueueMode arg1 = (UnityEngine.QueueMode)ToLua.CheckObject(L, 3, typeof(UnityEngine.QueueMode));
|
|
intptr_t L_36 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_0_0_0_var) };
|
|
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
|
|
RuntimeObject * L_39 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_36, 3, L_38, /*hidden argument*/NULL);
|
|
V_8 = ((*(int32_t*)((int32_t*)UnBox(L_39, QueueMode_tDCE68A36B6B5512E9D21340513C9AA64FDA946DA_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.PlayMode arg2 = (UnityEngine.PlayMode)ToLua.CheckObject(L, 4, typeof(UnityEngine.PlayMode));
|
|
intptr_t L_40 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_41 = { reinterpret_cast<intptr_t> (PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_0_0_0_var) };
|
|
Type_t * L_42 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_41, /*hidden argument*/NULL);
|
|
RuntimeObject * L_43 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_40, 4, L_42, /*hidden argument*/NULL);
|
|
V_9 = ((*(int32_t*)((int32_t*)UnBox(L_43, PlayMode_tE55342CFE774475487030D6B30D815DEF4C509C3_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.AnimationState o = obj.PlayQueued(arg0, arg1, arg2);
|
|
String_t* L_44 = V_7;
|
|
int32_t L_45 = V_8;
|
|
int32_t L_46 = V_9;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_33, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_47 = Animation_PlayQueued_m6A79744E0DC847D392011A19BCDD020EC6B3B347(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_33, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_44, L_45, L_46, /*hidden argument*/NULL);
|
|
V_10 = L_47;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_48 = ___L0;
|
|
AnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386 * L_49 = V_10;
|
|
ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69((intptr_t)L_48, L_49, /*hidden argument*/ToLua_PushSealed_TisAnimationState_t48FF4D41FEF3492F8286100BE3758CE3A4656386_m388629E8515CFF70D4350A7EEE1F923253909A69_RuntimeMethod_var);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_011a;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.PlayQueued");
|
|
intptr_t L_50 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_51 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_50, _stringLiteralE4B46ED4B877C9D46602C176BF62F717F2C41293, /*hidden argument*/NULL);
|
|
V_3 = L_51;
|
|
goto IL_011a;
|
|
}
|
|
} // 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_010d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_010d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_11 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_52 = ___L0;
|
|
Exception_t * L_53 = V_11;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_54 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_52, L_53, /*hidden argument*/NULL);
|
|
V_3 = L_54;
|
|
goto IL_011a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_011a:
|
|
{
|
|
// }
|
|
int32_t L_55 = V_3;
|
|
return L_55;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::AddClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_AddClip_m05F59494E49FA6868F7E00A11EE711D800B869F8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * V_8 = NULL;
|
|
String_t* V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
bool V_12 = false;
|
|
Exception_t * V_13 = 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 == 3)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_3, 1, L_5, /*hidden argument*/NULL);
|
|
// UnityEngine.AnimationClip arg0 = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_7 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
|
|
RuntimeObject * L_10 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_7, 2, L_9, /*hidden argument*/NULL);
|
|
V_1 = ((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_10, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var));
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_11 = ___L0;
|
|
String_t* L_12 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_11, 3, /*hidden argument*/NULL);
|
|
V_2 = L_12;
|
|
// obj.AddClip(arg0, arg1);
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_13 = V_1;
|
|
String_t* L_14 = V_2;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_AddClip_m2576942FA38EC558109C6D81D3CEEA51EE8DEF97(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_6, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_13, L_14, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// else if (count == 5)
|
|
int32_t L_15 = V_0;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)5))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_16 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_19 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_16, 1, L_18, /*hidden argument*/NULL);
|
|
// UnityEngine.AnimationClip arg0 = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_20 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
|
|
RuntimeObject * L_23 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_20, 2, L_22, /*hidden argument*/NULL);
|
|
V_4 = ((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_23, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var));
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_24 = ___L0;
|
|
String_t* L_25 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_24, 3, /*hidden argument*/NULL);
|
|
V_5 = L_25;
|
|
// int arg2 = (int)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_26 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_27 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_26, 4, /*hidden argument*/NULL);
|
|
V_6 = (((int32_t)((int32_t)L_27)));
|
|
// int arg3 = (int)LuaDLL.luaL_checknumber(L, 5);
|
|
intptr_t L_28 = ___L0;
|
|
double L_29 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_28, 5, /*hidden argument*/NULL);
|
|
V_7 = (((int32_t)((int32_t)L_29)));
|
|
// obj.AddClip(arg0, arg1, arg2, arg3);
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_30 = V_4;
|
|
String_t* L_31 = V_5;
|
|
int32_t L_32 = V_6;
|
|
int32_t L_33 = V_7;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_19, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_AddClip_m654E46075C4F216F54C05F7519C15D392211A727(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_19, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_30, L_31, L_32, L_33, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
// else if (count == 6)
|
|
int32_t L_34 = V_0;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)6))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_35 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_38 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_35, 1, L_37, /*hidden argument*/NULL);
|
|
// UnityEngine.AnimationClip arg0 = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_39 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_40 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_0_0_0_var) };
|
|
Type_t * L_41 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_40, /*hidden argument*/NULL);
|
|
RuntimeObject * L_42 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_39, 2, L_41, /*hidden argument*/NULL);
|
|
V_8 = ((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_42, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var));
|
|
// string arg1 = ToLua.CheckString(L, 3);
|
|
intptr_t L_43 = ___L0;
|
|
String_t* L_44 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_43, 3, /*hidden argument*/NULL);
|
|
V_9 = L_44;
|
|
// int arg2 = (int)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_46 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_45, 4, /*hidden argument*/NULL);
|
|
V_10 = (((int32_t)((int32_t)L_46)));
|
|
// int arg3 = (int)LuaDLL.luaL_checknumber(L, 5);
|
|
intptr_t L_47 = ___L0;
|
|
double L_48 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_47, 5, /*hidden argument*/NULL);
|
|
V_11 = (((int32_t)((int32_t)L_48)));
|
|
// bool arg4 = LuaDLL.luaL_checkboolean(L, 6);
|
|
intptr_t L_49 = ___L0;
|
|
bool L_50 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_49, 6, /*hidden argument*/NULL);
|
|
V_12 = L_50;
|
|
// obj.AddClip(arg0, arg1, arg2, arg3, arg4);
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_51 = V_8;
|
|
String_t* L_52 = V_9;
|
|
int32_t L_53 = V_10;
|
|
int32_t L_54 = V_11;
|
|
bool L_55 = V_12;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_38, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_AddClip_m4D305FA97612D44A1EE2A1D8D1BC147B3CE3DD81(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_38, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_51, L_52, L_53, L_54, L_55, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.AddClip");
|
|
intptr_t L_56 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_57 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_56, _stringLiteral001D3749378E4D8584F22B13CC3D2760747DB022, /*hidden argument*/NULL);
|
|
V_3 = L_57;
|
|
goto IL_0137;
|
|
}
|
|
} // 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_012a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_012a:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_13 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_58 = ___L0;
|
|
Exception_t * L_59 = V_13;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_60 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_58, L_59, /*hidden argument*/NULL);
|
|
V_3 = L_60;
|
|
goto IL_0137;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0137:
|
|
{
|
|
// }
|
|
int32_t L_61 = V_3;
|
|
return L_61;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::RemoveClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_RemoveClip_m5DB2987D9673FBE80465F169C5118E1CE251268E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
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) * 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 && TypeChecker.CheckTypes<UnityEngine.AnimationClip>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m195CC27BD4E87A78BD15B0F2F134E3632B0D094D((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m195CC27BD4E87A78BD15B0F2F134E3632B0D094D_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_5 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_8 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_5, 1, L_7, /*hidden argument*/NULL);
|
|
// UnityEngine.AnimationClip arg0 = (UnityEngine.AnimationClip)ToLua.ToObject(L, 2);
|
|
intptr_t L_9 = ___L0;
|
|
RuntimeObject * L_10 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_9, 2, /*hidden argument*/NULL);
|
|
V_1 = ((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_10, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var));
|
|
// obj.RemoveClip(arg0);
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_11 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_8, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_RemoveClip_mCAF86DC0DB854829130C150D26B38155DC8F3906(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_8, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_11, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_12 = V_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_14 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_13, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// UnityEngine.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_15 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_16 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_17 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_18 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_15, 1, L_17, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_19 = ___L0;
|
|
String_t* L_20 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_19, 2, /*hidden argument*/NULL);
|
|
V_3 = L_20;
|
|
// obj.RemoveClip(arg0);
|
|
String_t* L_21 = V_3;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_18, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_RemoveClip_m69424A8DE54C49790BB9BA56936D91F67DA94203(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_18, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_21, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animation.RemoveClip");
|
|
intptr_t L_22 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_23 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_22, _stringLiteral694166C5CADB613707B6EDAC34AAAF9FAEEF764A, /*hidden argument*/NULL);
|
|
V_2 = L_23;
|
|
goto IL_0091;
|
|
}
|
|
} // 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_0084;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0084:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_24 = ___L0;
|
|
Exception_t * L_25 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_26 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
V_2 = L_26;
|
|
goto IL_0091;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0091:
|
|
{
|
|
// }
|
|
int32_t L_27 = V_2;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::GetClipCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_GetClipCount_m7BCFCA6B6BABDEA0A9FE0EFF83BF426281EFC489_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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// int o = obj.GetClipCount();
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
int32_t L_5 = Animation_GetClipCount_mE0FAE290AA3CF1CF80915339876DAAD5485E9C4A(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
int32_t L_7 = V_0;
|
|
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_1 = 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_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_0039;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::SyncLayer(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_SyncLayer_mC3A2858392D6E7DB9C0899F5E1F0226A58AC6D6C_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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((int32_t)L_6)));
|
|
// obj.SyncLayer(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_SyncLayer_m6B0CB662B5E777E26B227FD18E9069493FF5042B(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_003b;
|
|
} // 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_0030;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0030:
|
|
{ // 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_003b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003b:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::GetEnumerator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_GetEnumerator_mC554092199170A2CEFE34E341B45EA86DE5CC859_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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// System.Collections.IEnumerator o = obj.GetEnumerator();
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_5 = Animation_GetEnumerator_m1AA556FBFDF08728D25984E9C3123C187DC76191(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_6 = ___L0;
|
|
RuntimeObject* L_7 = V_0;
|
|
ToLua_Push_m0C5C43A12210CCE2EA2C934C03DDC5A75A1BB4E2((intptr_t)L_6, L_7, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 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_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_0039;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::GetClip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_GetClip_m3869AB3839201CCCC91D688077CEC3AE34B28F5F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * 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.Animation obj = (UnityEngine.Animation)ToLua.CheckObject(L, 1, typeof(UnityEngine.Animation));
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_1, 1, L_3, /*hidden argument*/NULL);
|
|
// string arg0 = ToLua.CheckString(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
String_t* L_6 = ToLua_CheckString_mD7449EF3289C7E6288788CB51A22CF12393ADF1A((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
// UnityEngine.AnimationClip o = obj.GetClip(arg0);
|
|
String_t* L_7 = V_0;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_8 = Animation_GetClip_m969655322B952D724332615B75AAD0092CDD59D1(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_4, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// ToLua.PushSealed(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_10 = V_1;
|
|
ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97((intptr_t)L_9, L_10, /*hidden argument*/ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97_RuntimeMethod_var);
|
|
// return 1;
|
|
V_2 = 1;
|
|
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_0037;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0037:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0042;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimationWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_op_Equality_mB9174A7FDB407BB8B9A7133505691892E501614D_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_AnimationWrap::get_clip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_clip_m07203CFFF58BF7731243ACD32CF13501452FEFC8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * 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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationClip ret = obj.clip;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_3 = Animation_get_clip_m7E1F846B79C143FC538A143503B0BF025560F02F(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushSealed(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_5 = V_1;
|
|
ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushSealed_TisAnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_m0FBE092E7E3D9613EAFAED6C495F1F45C6E57D97_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 clip 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, _stringLiteralC69046A0638D883DE059BD8DE92E1F8E04921222, /*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_AnimationWrap::get_playAutomatically(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_playAutomatically_m6FFE3C862A48CD38D192E5BEA39D710D5B8D628B_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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.playAutomatically;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animation_get_playAutomatically_m610636CAC8FE5ED11625AF1296FC40F5B56FA85E(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 playAutomatically 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, _stringLiteralB0DF875615308CE2B47A6A3625097CA5CCD6ED44, /*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_AnimationWrap::get_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_wrapMode_m021FC14E0ABDB44F9E346CC0FAA7C07D44099203_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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.WrapMode ret = obj.wrapMode;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Animation_get_wrapMode_mEF788CA2DB020A082719E93F29BC4B297E7889CD(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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(WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_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_AnimationWrap::get_isPlaying(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_isPlaying_mEFB00E8A3D722B19EDB26815547C94911E143230_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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.isPlaying;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animation_get_isPlaying_m3091CFE1195B480F55212EE4128FF4452ACAC8AC(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 isPlaying 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, _stringLiteral9860CA2EE094BA43DDE93330224950760893A36B, /*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_AnimationWrap::get_animatePhysics(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_animatePhysics_m0F0421A6630A479B8C840CAF58A85CD5B4078DE9_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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.animatePhysics;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animation_get_animatePhysics_m923EC44ADFB100AAD3EE72A9F7C24A479958256E(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 animatePhysics 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, _stringLiteral74B0EEE4173E6ADB054DF482352A71B117FCC14D, /*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_AnimationWrap::get_cullingType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_cullingType_m9BAB5FB7CEE4A1BABC4B07DB93396233D3C25246_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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationCullingType ret = obj.cullingType;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Animation_get_cullingType_m8D6141CFEA7E913CEE58A2652071C9390D1E447D(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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(AnimationCullingType_tA919F6AFDDBDCB81BED4A3F03448F744A8FECD0C_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 cullingType 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, _stringLiteral04B1EC04589FEEF67B378ABB47AC8BC1DD9DE8D7, /*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_AnimationWrap::get_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_get_localBounds_m9E7FF3C47904C62DB7FAFB61AD8A7523078D2A06_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Bounds ret = obj.localBounds;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_3 = Animation_get_localBounds_mD384DFBADB2EB74C1E04D26DBC216E4740BD3227(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_5 = V_1;
|
|
ToLua_Push_m7E2B6F75D43082CA7E21F189B2EB5271E85CFC7E((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 localBounds 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, _stringLiteral07E70204A51D10AF65C58CD7AB39B14E75AD0805, /*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_AnimationWrap::set_clip(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_set_clip_m71A2136B9B5D2A9F9B8B442F8762B700D41E19F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * 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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationClip arg0 = (UnityEngine.AnimationClip)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimationClip));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_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 = ((AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE *)CastclassSealed((RuntimeObject*)L_6, AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE_il2cpp_TypeInfo_var));
|
|
// obj.clip = arg0;
|
|
AnimationClip_t336CFC94F6275526DC0B9BEEF833D4D89D6DEDDE * L_7 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_set_clip_m06FE7EA35E27FC7797B271B7F3CB30B8A668E8AF(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 clip 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, _stringLiteralC69046A0638D883DE059BD8DE92E1F8E04921222, /*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_AnimationWrap::set_playAutomatically(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_set_playAutomatically_mD07E5FB4857502B54ADC5BBEA06D29212E97359C_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.Animation obj = (UnityEngine.Animation)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.playAutomatically = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_set_playAutomatically_mCDD868E1071E64C036871FF4E842FB982B3FD780(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 playAutomatically 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, _stringLiteralB0DF875615308CE2B47A6A3625097CA5CCD6ED44, /*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_AnimationWrap::set_wrapMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_set_wrapMode_m41D488CCFE3C64686C10C7CE32C71C0882178CD1_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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.WrapMode arg0 = (UnityEngine.WrapMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.WrapMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_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, WrapMode_t3704F0388A4F801D2F54B1EA1EE8DC014D667AFD_il2cpp_TypeInfo_var))));
|
|
// obj.wrapMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_set_wrapMode_mA415B14FC56EE193C1C59CFAD02B2BA0F9549F48(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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_AnimationWrap::set_animatePhysics(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_set_animatePhysics_m75E715F36C6AD1845608BB133A9C86CB40E80E81_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.Animation obj = (UnityEngine.Animation)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.animatePhysics = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_set_animatePhysics_m420F6751AE842725DDA4D742CE53CF534D0BADA4(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 animatePhysics 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, _stringLiteral74B0EEE4173E6ADB054DF482352A71B117FCC14D, /*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_AnimationWrap::set_cullingType(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_set_cullingType_m5B251EC7BBC31A5B1D2F9D828534B095F05927E4_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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimationCullingType arg0 = (UnityEngine.AnimationCullingType)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimationCullingType));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AnimationCullingType_tA919F6AFDDBDCB81BED4A3F03448F744A8FECD0C_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, AnimationCullingType_tA919F6AFDDBDCB81BED4A3F03448F744A8FECD0C_il2cpp_TypeInfo_var))));
|
|
// obj.cullingType = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_set_cullingType_m57AF53973E8751532BD09F564895C292CB20E1B5(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 cullingType 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, _stringLiteral04B1EC04589FEEF67B378ABB47AC8BC1DD9DE8D7, /*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_AnimationWrap::set_localBounds(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimationWrap_set_localBounds_m5CA12E17D125E3CDE22976EE2EBB7A4C0C61A9A0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 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.Animation obj = (UnityEngine.Animation)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Bounds arg0 = ToLua.ToBounds(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_4 = ToLua_ToBounds_mF6AC41931D2B16703DB78E1A0618B3D7A5DB9DCE((intptr_t)L_3, 2, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
// obj.localBounds = arg0;
|
|
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 L_5 = V_1;
|
|
NullCheck(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_il2cpp_TypeInfo_var)));
|
|
Animation_set_localBounds_mB5C8DF67DF84DC6A5F0BF194C6D45A4FB4AE7C26(((Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C *)CastclassSealed((RuntimeObject*)L_2, Animation_tCFC171459D159DDEC6500B55543A76219D49BB9C_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 localBounds 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, _stringLiteral07E70204A51D10AF65C58CD7AB39B14E75AD0805, /*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.Void UnityEngine_AnimationWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimationWrap__ctor_m379FCC609F0164A68A014F8DC00884824DDF6584 (UnityEngine_AnimationWrap_tEF127ED8819EA908E11D1F3F2F849D3178D77AD4 * __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_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF(intptr_t ___L0)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
// Managed method invocation
|
|
int32_t returnValue = UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF(___L0, NULL);
|
|
|
|
return returnValue;
|
|
}
|
|
// System.Void UnityEngine_AnimatorWrap::Register(LuaInterface.LuaState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimatorWrap_Register_m6E8FCC228F3B3185D4685B3676488633707B6961 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_Register_m6E8FCC228F3B3185D4685B3676488633707B6961_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// L.BeginClass(typeof(UnityEngine.Animator), typeof(UnityEngine.Behaviour));
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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> (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8_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("GetFloat", GetFloat);
|
|
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_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral909750526A6FC2FFDBC70B2761467BCB8C414A31, L_6, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetFloat", SetFloat);
|
|
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_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral47A3CD3009E094CDAEDE521AC37598CE62531DBC, L_8, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetBool", GetBool);
|
|
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_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral588BBD44DAE1D29CDD0AF6A4FDC960F1FC881E22, L_10, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetBool", SetBool);
|
|
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_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_11, _stringLiteral1146AB87A406AD29995C6E61F7C30D8E7FCA65D4, L_12, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetInteger", GetInteger);
|
|
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_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_13, _stringLiteral695466B5544AC3005E8FB70711EE4570291B46B4, L_14, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetInteger", SetInteger);
|
|
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_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_15, _stringLiteral6000BF346A9433128E1578C95FD5D2C18B938B8D, L_16, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetTrigger", SetTrigger);
|
|
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_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_17, _stringLiteral9ABC658E0379563859C367CC15299654AB609CA2, L_18, /*hidden argument*/NULL);
|
|
// L.RegFunction("ResetTrigger", ResetTrigger);
|
|
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_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_19, _stringLiteral9EB52EB6041370BF44076B9D6C3CB756795C60AB, L_20, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsParameterControlledByCurve", IsParameterControlledByCurve);
|
|
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_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_21, _stringLiteral3C9E12506D993E342A2A7481CA04766A57129039, L_22, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetIKPosition", GetIKPosition);
|
|
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_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_23, _stringLiteralAD7028732EBD409CE3BC4B2BA2A29CB81C2EEEC7, L_24, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetIKPosition", SetIKPosition);
|
|
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_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_25, _stringLiteralA6B47042F63DC4C460837EC939644A1FB206C81C, L_26, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetIKRotation", GetIKRotation);
|
|
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_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_27, _stringLiteral2A3CF6BBB6FDDDDBF4811E55EBC686F84245DDAA, L_28, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetIKRotation", SetIKRotation);
|
|
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_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_29, _stringLiteral92214F403C278061389B82C9FA44059D0F103251, L_30, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetIKPositionWeight", GetIKPositionWeight);
|
|
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_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_31, _stringLiteral8507F4CE0031EF7082EE944E5E1059590D92825C, L_32, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetIKPositionWeight", SetIKPositionWeight);
|
|
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_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_33, _stringLiteral5908DAFB0D7B8C7D31AAD561F78D84B767BAA164, L_34, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetIKRotationWeight", GetIKRotationWeight);
|
|
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_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_35, _stringLiteralFAE4C785ED346AAB1A9FC827E4557FB4A41C25A1, L_36, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetIKRotationWeight", SetIKRotationWeight);
|
|
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_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_37, _stringLiteralCD0922BB322E2108D3E852EFE528251C31DD804C, L_38, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetIKHintPosition", GetIKHintPosition);
|
|
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_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_39, _stringLiteral2C0B15F8FBEB21FBBD27FE7EAAA78C63AD3221AB, L_40, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetIKHintPosition", SetIKHintPosition);
|
|
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_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_41);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_41, _stringLiteralF6D9CBF82B111CAD42BAB75334A3DA67AF2D8745, L_42, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetIKHintPositionWeight", GetIKHintPositionWeight);
|
|
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_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_43, _stringLiteral895EE7973FE12A6A6468AC7BF866DDA9CF2F208C, L_44, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetIKHintPositionWeight", SetIKHintPositionWeight);
|
|
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_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_45, _stringLiteral3EEF418AA9B1F8E5A986F0094EAD0B759B1B871E, L_46, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetLookAtPosition", SetLookAtPosition);
|
|
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_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_47);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_47, _stringLiteralF12C6ED92DBAD08D4CDA7A756120D7C5BD89A439, L_48, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetLookAtWeight", SetLookAtWeight);
|
|
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_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_49);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_49, _stringLiteralC13B6D1103A7D70EF67E0FF097F5B1065D534DA1, L_50, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetBoneLocalRotation", SetBoneLocalRotation);
|
|
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_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_51);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_51, _stringLiteralFA10F071C182676224204AC9956D02F1DD1552CA, L_52, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetBehaviours", GetBehaviours);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_53 = ___L0;
|
|
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_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_53);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_53, _stringLiteral070960F5C90F4C34EB2D02B420ABA842EB090777, L_54, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetLayerName", GetLayerName);
|
|
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_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_55);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_55, _stringLiteralC8E58C51F3981BA8E4A9ECBF98D3B9F9FC2DE617, L_56, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetLayerIndex", GetLayerIndex);
|
|
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_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_57);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_57, _stringLiteral908F7D8675743BF22BA5448BCD98A83CCD9F73E8, L_58, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetLayerWeight", GetLayerWeight);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_59 = ___L0;
|
|
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_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_59, _stringLiteral7F42D7F36A4ED455E84E85DA82FDD28F66F679B6, L_60, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetLayerWeight", SetLayerWeight);
|
|
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_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_61);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_61, _stringLiteral3715AB0BDCB8CA478DBCEEFA388DA17CEDC0B74B, L_62, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetCurrentAnimatorStateInfo", GetCurrentAnimatorStateInfo);
|
|
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_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_63, _stringLiteral79A3D406422C491C7069479332DA99FEB2679140, L_64, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetNextAnimatorStateInfo", GetNextAnimatorStateInfo);
|
|
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_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_65);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_65, _stringLiteral2B2FCD4DF10666A40EA5A1B4D90803ACD1C84A82, L_66, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetAnimatorTransitionInfo", GetAnimatorTransitionInfo);
|
|
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_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_67);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_67, _stringLiteral73B0EF3D457EA588E56CDE3465F120EC480D0D34, L_68, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetCurrentAnimatorClipInfoCount", GetCurrentAnimatorClipInfoCount);
|
|
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_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_69);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_69, _stringLiteralC7A53F28556923952BE8002A0FDC6D502714AB8E, L_70, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetNextAnimatorClipInfoCount", GetNextAnimatorClipInfoCount);
|
|
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_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_71);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_71, _stringLiteral4BFBDFBB9E68149B07ED9CA97ACD859205B93E57, L_72, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetCurrentAnimatorClipInfo", GetCurrentAnimatorClipInfo);
|
|
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_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_73);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_73, _stringLiteral45C3E31B5400F474A5271433057D0EA2DAC64C13, L_74, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetNextAnimatorClipInfo", GetNextAnimatorClipInfo);
|
|
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_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_75);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_75, _stringLiteral62172ACC958FA898466CF7759B3C3C546A49EC04, L_76, /*hidden argument*/NULL);
|
|
// L.RegFunction("IsInTransition", IsInTransition);
|
|
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_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_77);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_77, _stringLiteralCC678CBA8D7E969C33BB6F124F953876B4848291, L_78, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetParameter", GetParameter);
|
|
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_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_79);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_79, _stringLiteral899BA16B232783819B10F25388D656C07ADC0EEA, L_80, /*hidden argument*/NULL);
|
|
// L.RegFunction("MatchTarget", MatchTarget);
|
|
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_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_81);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_81, _stringLiteral83365FC59E4A448949FC2038615FF6CAF59D5E17, L_82, /*hidden argument*/NULL);
|
|
// L.RegFunction("InterruptMatchTarget", InterruptMatchTarget);
|
|
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_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_83);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_83, _stringLiteral89FD0D585C65DB8E9DA4F13BC069B1E0635C90D5, L_84, /*hidden argument*/NULL);
|
|
// L.RegFunction("CrossFadeInFixedTime", CrossFadeInFixedTime);
|
|
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_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_85);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_85, _stringLiteral07AF705731A9B7340948E7B028868F1547C1EDEE, L_86, /*hidden argument*/NULL);
|
|
// L.RegFunction("WriteDefaultValues", WriteDefaultValues);
|
|
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_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_87);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_87, _stringLiteral0D5514667060C269CB280228F9F6963A9B527A78, L_88, /*hidden argument*/NULL);
|
|
// L.RegFunction("CrossFade", CrossFade);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_89 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_90 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_90, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_89);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_89, _stringLiteral8EBE619C78E135CFCED313403754AE224CD22415, L_90, /*hidden argument*/NULL);
|
|
// L.RegFunction("PlayInFixedTime", PlayInFixedTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_91 = ___L0;
|
|
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_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_91);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_91, _stringLiteralE3AAD9FE3ED334C60824905A1C2CCFB1F830FAE2, L_92, /*hidden argument*/NULL);
|
|
// L.RegFunction("Play", Play);
|
|
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_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_93);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_93, _stringLiteral5D12BD53552CAFC41CA6146C04870DF2E1574E13, L_94, /*hidden argument*/NULL);
|
|
// L.RegFunction("SetTarget", SetTarget);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_95 = ___L0;
|
|
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_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_95);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_95, _stringLiteral6AC5DD775419A9A96C0ECE696C9D071F472FF6D8, L_96, /*hidden argument*/NULL);
|
|
// L.RegFunction("GetBoneTransform", GetBoneTransform);
|
|
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_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_97);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_97, _stringLiteral03BE2704D48FB42ED05D3954AD3AB557B09086BE, L_98, /*hidden argument*/NULL);
|
|
// L.RegFunction("StartPlayback", StartPlayback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_99 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_100 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_100, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_99);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_99, _stringLiteralD769BB98215328DD61B0C577B574DAB9CFF2EF9C, L_100, /*hidden argument*/NULL);
|
|
// L.RegFunction("StopPlayback", StopPlayback);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_101 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_102 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_102, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_101);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_101, _stringLiteralC2BDB05AB63BF536896867AFE2584826BA9BB4E5, L_102, /*hidden argument*/NULL);
|
|
// L.RegFunction("StartRecording", StartRecording);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_103 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_104 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_104, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_103);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_103, _stringLiteralA675C5AAE09D010616C633B09E7657D670F88A9F, L_104, /*hidden argument*/NULL);
|
|
// L.RegFunction("StopRecording", StopRecording);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_105 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_106 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_106, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_105);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_105, _stringLiteral107200060670102A8696767B3B85E07FA3A6DC62, L_106, /*hidden argument*/NULL);
|
|
// L.RegFunction("HasState", HasState);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_107 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_108 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_108, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_107);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_107, _stringLiteral8EEBED7C21610691297A8D0A2DB61540F5AB6089, L_108, /*hidden argument*/NULL);
|
|
// L.RegFunction("StringToHash", StringToHash);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_109 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_110 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_110, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_109);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_109, _stringLiteralCF7AE3E3961E536A772E91FF294B59CC285CDC25, L_110, /*hidden argument*/NULL);
|
|
// L.RegFunction("Update", Update);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_111 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_112 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_112, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_111);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_111, _stringLiteralFB91E24FA52D8D2B32937BF04D843F730319A902, L_112, /*hidden argument*/NULL);
|
|
// L.RegFunction("Rebind", Rebind);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_113 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_114 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_114, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_113);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_113, _stringLiteralED4DAB6731ED46D5EB18309FEB0DAC84B796C36E, L_114, /*hidden argument*/NULL);
|
|
// L.RegFunction("ApplyBuiltinRootMotion", ApplyBuiltinRootMotion);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_115 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_116 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_116, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_115);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_115, _stringLiteralDF3DC5C963C8BED6E117D85F28CFFD16F1D9BFA6, L_116, /*hidden argument*/NULL);
|
|
// L.RegFunction("New", _CreateUnityEngine_Animator);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_117 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_118 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_118, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_117);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_117, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_118, /*hidden argument*/NULL);
|
|
// L.RegFunction("__eq", op_Equality);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_119 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_120 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_120, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_119);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_119, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_120, /*hidden argument*/NULL);
|
|
// L.RegFunction("__tostring", ToLua.op_ToString);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_121 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_122 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_122, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_121);
|
|
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_121, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_122, /*hidden argument*/NULL);
|
|
// L.RegVar("isOptimizable", get_isOptimizable, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_123 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_124 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_124, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_123);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_123, _stringLiteralDE94E5382C1F33B6E39AB4A31698371675DAFA14, L_124, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("isHuman", get_isHuman, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_125 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_126 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_126, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_125);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_125, _stringLiteralE4A788B87449D835BC79F5E326D8E5F1E5FA8B46, L_126, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("hasRootMotion", get_hasRootMotion, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_127 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_128 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_128, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_127);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_127, _stringLiteral526887485EFA1913767CD2DC3C087247C8D21E88, L_128, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("humanScale", get_humanScale, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_129 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_130 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_130, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_129);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_129, _stringLiteral21371E1CCBB5E9C995940FE517AA7538D5D34E5C, L_130, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("isInitialized", get_isInitialized, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_131 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_132 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_132, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_131);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_131, _stringLiteral4F4518EDCEAF24AD7F5AD075D074F88B1D9893DF, L_132, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("deltaPosition", get_deltaPosition, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_133 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_134 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_134, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_133);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_133, _stringLiteral0FEF2B25F7BD060367727EC2BAB9113108E9790F, L_134, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("deltaRotation", get_deltaRotation, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_135 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_136 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_136, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_135);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_135, _stringLiteralD0E35D3BD796A047533BF5E2AC10DD4C11DD908F, L_136, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("velocity", get_velocity, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_137 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_138 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_138, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_137);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_137, _stringLiteralCAF83E3E0DF47D3979B0C885CE75B6CD84C9FACD, L_138, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("angularVelocity", get_angularVelocity, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_139 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_140 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_140, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_139);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_139, _stringLiteral73735AC97775D969F8AD813EA144B503CA1E9BEE, L_140, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("rootPosition", get_rootPosition, set_rootPosition);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_141 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_142 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_142, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_143 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_143, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_141);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_141, _stringLiteral7AA52A8DD55D4A845D7E917E768AE0D47F0EE92D, L_142, L_143, /*hidden argument*/NULL);
|
|
// L.RegVar("rootRotation", get_rootRotation, set_rootRotation);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_144 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_145 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_145, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_146 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_146, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_144);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_144, _stringLiteral4282FDE649CB5B5D1DC298ABC54ADD0540B84240, L_145, L_146, /*hidden argument*/NULL);
|
|
// L.RegVar("applyRootMotion", get_applyRootMotion, set_applyRootMotion);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_147 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_148 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_148, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_149 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_149, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_147);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_147, _stringLiteral42EB8EF03B72828B71541C5FDB3FA2299A43FD7F, L_148, L_149, /*hidden argument*/NULL);
|
|
// L.RegVar("updateMode", get_updateMode, set_updateMode);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_150 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_151 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_151, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_152 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_152, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_150);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_150, _stringLiteral84DCE7374845992A6D62FF71B4D710ED9AC4B1A8, L_151, L_152, /*hidden argument*/NULL);
|
|
// L.RegVar("hasTransformHierarchy", get_hasTransformHierarchy, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_153 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_154 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_154, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_153);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_153, _stringLiteralFAD9393AF0B32D03EF2DF818FFA25BDB22C0B098, L_154, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("gravityWeight", get_gravityWeight, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_155 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_156 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_156, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_155);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_155, _stringLiteral30A0B3308EE2BDF92CE1EB56532F575241AD6A7C, L_156, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("bodyPosition", get_bodyPosition, set_bodyPosition);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_157 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_158 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_158, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_159 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_159, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_157);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_157, _stringLiteralEF5F46C6D820EC036788A72012C85F62ACF705E5, L_158, L_159, /*hidden argument*/NULL);
|
|
// L.RegVar("bodyRotation", get_bodyRotation, set_bodyRotation);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_160 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_161 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_161, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_162 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_162, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_160);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_160, _stringLiteral6C49A016FEFD95467884BB669A576AECE9F2857F, L_161, L_162, /*hidden argument*/NULL);
|
|
// L.RegVar("stabilizeFeet", get_stabilizeFeet, set_stabilizeFeet);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_163 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_164 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_164, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_165 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_165, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_163);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_163, _stringLiteral8D62E6649F457A50E9051842C8B873232592B35F, L_164, L_165, /*hidden argument*/NULL);
|
|
// L.RegVar("layerCount", get_layerCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_166 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_167 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_167, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_166);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_166, _stringLiteral775E6793D0F5096F02CCEAB09FC939DC5629ADE1, L_167, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("parameters", get_parameters, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_168 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_169 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_169, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_168);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_168, _stringLiteralF1F1425B65E5770C87BE308DD6BFEE4B3FA1B113, L_169, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("parameterCount", get_parameterCount, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_170 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_171 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_171, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_170);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_170, _stringLiteral12056EB8B94A23D7DC0499445A7CB94ED8F2D910, L_171, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("feetPivotActive", get_feetPivotActive, set_feetPivotActive);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_172 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_173 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_173, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_174 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_174, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_172);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_172, _stringLiteral69C19DD2FA40ECFFC68027363BF51C7949A7E2F0, L_173, L_174, /*hidden argument*/NULL);
|
|
// L.RegVar("pivotWeight", get_pivotWeight, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_175 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_176 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_176, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_175);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_175, _stringLiteralD3933E8BA95DD5A43480553960E139FCFA0E94C9, L_176, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("pivotPosition", get_pivotPosition, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_177 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_178 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_178, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_177);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_177, _stringLiteral5F4DAF3F0326C2E457C5A0C63DA6DA5F19CF77DA, L_178, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("isMatchingTarget", get_isMatchingTarget, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_179 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_180 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_180, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_179);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_179, _stringLiteral2865F919C4EDFA1EFC88235BF0EE4B196CF80B74, L_180, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("speed", get_speed, set_speed);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_181 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_182 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_182, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_183 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_183, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_181);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_181, _stringLiteral92B6320812D86ABE48E76FBFBBE8BDE7170BF036, L_182, L_183, /*hidden argument*/NULL);
|
|
// L.RegVar("targetPosition", get_targetPosition, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_184 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_185 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_185, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_184);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_184, _stringLiteral2B54976661BFB8831F10E1CC2D15AA08FA826913, L_185, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("targetRotation", get_targetRotation, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_186 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_187 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_187, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_186);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_186, _stringLiteral9C2D5FC7A017D04F865879A64BB5D1F1EB9C7BC4, L_187, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("cullingMode", get_cullingMode, set_cullingMode);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_188 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_189 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_189, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_190 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_190, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_188);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_188, _stringLiteral8F574B48163E55B5227DF46BABF34134C70AC93B, L_189, L_190, /*hidden argument*/NULL);
|
|
// L.RegVar("playbackTime", get_playbackTime, set_playbackTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_191 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_192 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_192, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_193 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_193, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_191);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_191, _stringLiteralC98F44A251925AB37BDE2D47A605A5CCFEC060A8, L_192, L_193, /*hidden argument*/NULL);
|
|
// L.RegVar("recorderStartTime", get_recorderStartTime, set_recorderStartTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_194 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_195 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_195, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_196 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_196, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_194);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_194, _stringLiteral90B1C7F4F7A035130BB626970F34BA7760FA5DB7, L_195, L_196, /*hidden argument*/NULL);
|
|
// L.RegVar("recorderStopTime", get_recorderStopTime, set_recorderStopTime);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_197 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_198 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_198, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_199 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_199, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_197);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_197, _stringLiteral77B619F423C3EC74640F2FC8242826A26C358E49, L_198, L_199, /*hidden argument*/NULL);
|
|
// L.RegVar("recorderMode", get_recorderMode, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_200 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_201 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_201, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_200);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_200, _stringLiteral38343A2D8CE5BD68ED8855A395C2795893CB006C, L_201, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("runtimeAnimatorController", get_runtimeAnimatorController, set_runtimeAnimatorController);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_202 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_203 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_203, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_204 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_204, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_202);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_202, _stringLiteral503DE1C7E0A228C7F15FED76651D2D354C1F8C5D, L_203, L_204, /*hidden argument*/NULL);
|
|
// L.RegVar("hasBoundPlayables", get_hasBoundPlayables, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_205 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_206 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_206, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_205);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_205, _stringLiteral3658A9DE1D44002166390598615592178C248F7E, L_206, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("avatar", get_avatar, set_avatar);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_207 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_208 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_208, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_209 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_209, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_207);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_207, _stringLiteral9C3BB49FFEA1144231CBE02D904B8D9018744E9D, L_208, L_209, /*hidden argument*/NULL);
|
|
// L.RegVar("playableGraph", get_playableGraph, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_210 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_211 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_211, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_210);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_210, _stringLiteralE27F3E9A64680E9CBB0B74747F839ADE776E08D3, L_211, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("layersAffectMassCenter", get_layersAffectMassCenter, set_layersAffectMassCenter);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_212 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_213 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_213, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_214 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_214, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_212);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_212, _stringLiteral5255CDCD9839980A00A4E3438BCF2D298F7160B4, L_213, L_214, /*hidden argument*/NULL);
|
|
// L.RegVar("leftFeetBottomHeight", get_leftFeetBottomHeight, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_215 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_216 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_216, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_215);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_215, _stringLiteral1D1BF752165FD94416BD8BB10B7B185280C047C6, L_216, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("rightFeetBottomHeight", get_rightFeetBottomHeight, null);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_217 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_218 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_218, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_217);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_217, _stringLiteral8C2FE587BDAB1DCBFCF74E95C1FB57E7905C91E4, L_218, (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)NULL, /*hidden argument*/NULL);
|
|
// L.RegVar("logWarnings", get_logWarnings, set_logWarnings);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_219 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_220 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_220, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_221 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_221, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_219);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_219, _stringLiteral785B09CC2A688DAEC0D6A2A71FAB63B41F1EC09F, L_220, L_221, /*hidden argument*/NULL);
|
|
// L.RegVar("fireEvents", get_fireEvents, set_fireEvents);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_222 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_223 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_223, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_224 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_224, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_222);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_222, _stringLiteral7B4F534C3B2F7C7C7C6CD28A13741E5427941836, L_223, L_224, /*hidden argument*/NULL);
|
|
// L.RegVar("keepAnimatorControllerStateOnDisable", get_keepAnimatorControllerStateOnDisable, set_keepAnimatorControllerStateOnDisable);
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_225 = ___L0;
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_226 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_226, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_227 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
|
|
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_227, NULL, (intptr_t)((intptr_t)UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
NullCheck(L_225);
|
|
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_225, _stringLiteral09DFFA242237DA7EC2EDCE786137EDE350990486, L_226, L_227, /*hidden argument*/NULL);
|
|
// L.EndClass();
|
|
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_228 = ___L0;
|
|
NullCheck(L_228);
|
|
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_228, /*hidden argument*/NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::_CreateUnityEngine_Animator(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap__CreateUnityEngine_Animator_m6B7DB29F33CE6D897923E9343C1FB61F1FD4C4BE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * 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 == 0)
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// UnityEngine.Animator obj = new UnityEngine.Animator();
|
|
Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * L_2 = (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)il2cpp_codegen_object_new(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var);
|
|
Animator__ctor_m4FCF89193629604098F700B0A0D6DA11CD5C766C(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
// ToLua.Push(L, obj);
|
|
intptr_t L_3 = ___L0;
|
|
Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_3, L_4, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_1 = 1;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: UnityEngine.Animator.New");
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_5, _stringLiteral3958129E6A688DDB2DEDE10D9673A21CA40BD44B, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
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_0027;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0027:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_7 = ___L0;
|
|
Exception_t * L_8 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_7, L_8, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
goto IL_0032;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0032:
|
|
{
|
|
// }
|
|
int32_t L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetFloat(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetFloat_m103B7FBD0CFEA9FC26AEAA816C228CFDE5DCAAFD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
float V_5 = 0.0f;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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 && TypeChecker.CheckTypes<int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
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_003c;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// float o = obj.GetFloat(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_10 = Animator_GetFloat_mD81DFC8E86940E023CF5512DC8E7003A5FF63260(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// LuaDLL.lua_pushnumber(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
float L_12 = V_2;
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_11, (((double)((double)L_12))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// float o = obj.GetFloat(arg0);
|
|
String_t* L_20 = V_4;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_21 = Animator_GetFloat_m1C8B853CA82031CE4775FBDCDEDDB3C9E702695F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
// LuaDLL.lua_pushnumber(L, o);
|
|
intptr_t L_22 = ___L0;
|
|
float L_23 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_22, (((double)((double)L_23))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.GetFloat");
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_24, _stringLiteralF705AC57F2D510113B14F0980C6BD12CBEE9C6B1, /*hidden argument*/NULL);
|
|
V_3 = L_25;
|
|
goto IL_008f;
|
|
}
|
|
} // 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_0082;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0082:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_26 = ___L0;
|
|
Exception_t * L_27 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_28 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
goto IL_008f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008f:
|
|
{
|
|
// }
|
|
int32_t L_29 = V_3;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetFloat(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetFloat_mAEF5D69A3EE2095129DF74E93D01611218139381_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
float V_5 = 0.0f;
|
|
int32_t V_6 = 0;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
float V_9 = 0.0f;
|
|
String_t* V_10 = NULL;
|
|
float V_11 = 0.0f;
|
|
float V_12 = 0.0f;
|
|
float V_13 = 0.0f;
|
|
Exception_t * V_14 = 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 == 3 && TypeChecker.CheckTypes<int, float>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
double L_10 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_2 = (((float)((float)L_10)));
|
|
// obj.SetFloat(arg0, arg1);
|
|
int32_t L_11 = V_1;
|
|
float L_12 = V_2;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetFloat_mF9C412D31B389EC3305BB8FC299A09AA95A8A415(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<string, float>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_21 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_20, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_21)));
|
|
// obj.SetFloat(arg0, arg1);
|
|
String_t* L_22 = V_4;
|
|
float L_23 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetFloat_mE4C29F6980EBBBD954637721E6E13A0BE2B13C43(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<int, float, float, float>(L, 2))
|
|
int32_t L_24 = V_0;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)5))))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
intptr_t L_25 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_26 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m1A4D10F31D5A3C3A5F30EB12C1336B7A141AAEA3((intptr_t)L_25, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m1A4D10F31D5A3C3A5F30EB12C1336B7A141AAEA3_RuntimeMethod_var);
|
|
if (!L_26)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_27 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_28 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_27, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_29 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_30 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_29, 2, /*hidden argument*/NULL);
|
|
V_6 = (((int32_t)((int32_t)L_30)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_31 = ___L0;
|
|
double L_32 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_31, 3, /*hidden argument*/NULL);
|
|
V_7 = (((float)((float)L_32)));
|
|
// float arg2 = (float)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_33 = ___L0;
|
|
double L_34 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_33, 4, /*hidden argument*/NULL);
|
|
V_8 = (((float)((float)L_34)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_35 = ___L0;
|
|
double L_36 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_35, 5, /*hidden argument*/NULL);
|
|
V_9 = (((float)((float)L_36)));
|
|
// obj.SetFloat(arg0, arg1, arg2, arg3);
|
|
int32_t L_37 = V_6;
|
|
float L_38 = V_7;
|
|
float L_39 = V_8;
|
|
float L_40 = V_9;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_28, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetFloat_mDB08D164D3B75C6C71B053DCC759ECC606E88FF9(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_28, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_37, L_38, L_39, L_40, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<string, float, float, float>(L, 2))
|
|
int32_t L_41 = V_0;
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)5))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
intptr_t L_42 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_43 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m14014D5B5A99EEEC2CC0CE8A404EDD22B583DA1C((intptr_t)L_42, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m14014D5B5A99EEEC2CC0CE8A404EDD22B583DA1C_RuntimeMethod_var);
|
|
if (!L_43)
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_44 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_45 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_44, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_46 = ___L0;
|
|
String_t* L_47 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_46, 2, /*hidden argument*/NULL);
|
|
V_10 = L_47;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_48 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_49 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_48, 3, /*hidden argument*/NULL);
|
|
V_11 = (((float)((float)L_49)));
|
|
// float arg2 = (float)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_50 = ___L0;
|
|
double L_51 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_50, 4, /*hidden argument*/NULL);
|
|
V_12 = (((float)((float)L_51)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_52 = ___L0;
|
|
double L_53 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_52, 5, /*hidden argument*/NULL);
|
|
V_13 = (((float)((float)L_53)));
|
|
// obj.SetFloat(arg0, arg1, arg2, arg3);
|
|
String_t* L_54 = V_10;
|
|
float L_55 = V_11;
|
|
float L_56 = V_12;
|
|
float L_57 = V_13;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_45, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetFloat_mC260C82EF3FD1DB6B66FE898C595D5F901E59681(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_45, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_54, L_55, L_56, L_57, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.SetFloat");
|
|
intptr_t L_58 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_59 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_58, _stringLiteral06FC5013C22FC812B6B8AF0BDBFCF4508B3589F8, /*hidden argument*/NULL);
|
|
V_3 = L_59;
|
|
goto IL_013a;
|
|
}
|
|
} // 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_012d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_012d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_14 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_60 = ___L0;
|
|
Exception_t * L_61 = V_14;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_62 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_60, L_61, /*hidden argument*/NULL);
|
|
V_3 = L_62;
|
|
goto IL_013a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_013a:
|
|
{
|
|
// }
|
|
int32_t L_63 = V_3;
|
|
return L_63;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetBool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetBool_m4E7567E1EAF827436A7CDE78DFA8CEC1CF0C66FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
bool V_5 = false;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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 && TypeChecker.CheckTypes<int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
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_003b;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// bool o = obj.GetBool(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_10 = Animator_GetBool_m3EF049B6FDEE9452A1F23A4B0710B49F43342A66(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
bool L_12 = V_2;
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// bool o = obj.GetBool(arg0);
|
|
String_t* L_20 = V_4;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_21 = Animator_GetBool_mA8837B3CA5790D26D1FDB51DF5DD9B846B898717(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_22 = ___L0;
|
|
bool L_23 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_22, L_23, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.GetBool");
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_24, _stringLiteral4C71536F6A45D35D3D357A092BED7C18525C7E71, /*hidden argument*/NULL);
|
|
V_3 = L_25;
|
|
goto IL_008d;
|
|
}
|
|
} // 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_0080;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0080:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_26 = ___L0;
|
|
Exception_t * L_27 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_28 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
goto IL_008d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008d:
|
|
{
|
|
// }
|
|
int32_t L_29 = V_3;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetBool(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetBool_mEAC48DA1912A22B06BF75E3277B664A95EEAB14B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
bool V_5 = false;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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 == 3 && TypeChecker.CheckTypes<int, bool>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0ECDFFC5370959094ABCF4E60449263072E62B3F((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m0ECDFFC5370959094ABCF4E60449263072E62B3F_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// bool arg1 = LuaDLL.lua_toboolean(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
bool L_10 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// obj.SetBool(arg0, arg1);
|
|
int32_t L_11 = V_1;
|
|
bool L_12 = V_2;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetBool_m706B7DB1DAED4AE10ECD1BF6876FB0B524082A10(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<string, bool>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1344718D09FD3746DF64858F1567F0F5B306F7F5((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisBoolean_tB53F6830F670160873277339AA58F15CAED4399C_m1344718D09FD3746DF64858F1567F0F5B306F7F5_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// bool arg1 = LuaDLL.lua_toboolean(L, 3);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_21 = LuaDLL_lua_toboolean_mD1040BE41EBA160232137C0852698D2900B29872((intptr_t)L_20, 3, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
// obj.SetBool(arg0, arg1);
|
|
String_t* L_22 = V_4;
|
|
bool L_23 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetBool_m497805BA217139E42808899782FA05C15BC9879E(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.SetBool");
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_24, _stringLiteral12DB167362B9DE487E9C414F29F8DF2D410C6175, /*hidden argument*/NULL);
|
|
V_3 = L_25;
|
|
goto IL_008f;
|
|
}
|
|
} // 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_0082;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0082:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_26 = ___L0;
|
|
Exception_t * L_27 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_28 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
goto IL_008f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008f:
|
|
{
|
|
// }
|
|
int32_t L_29 = V_3;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetInteger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetInteger_mC23441A45DE4EAE3710660C608A1B60F94A92AE7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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 && TypeChecker.CheckTypes<int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
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_003b;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// int o = obj.GetInteger(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_10 = Animator_GetInteger_m1DDF7A3E992C16F0DB2FF02BF37A280181BE90BC(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
int32_t L_12 = V_2;
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// int o = obj.GetInteger(arg0);
|
|
String_t* L_20 = V_4;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_21 = Animator_GetInteger_m16203A9DA336AED55D110B790DC65B0E168D808A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_22 = ___L0;
|
|
int32_t L_23 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((intptr_t)L_22, L_23, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.GetInteger");
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_24, _stringLiteral1116A80DC6A5C0A02C4748C1BDF4CAD674E76B73, /*hidden argument*/NULL);
|
|
V_3 = L_25;
|
|
goto IL_008d;
|
|
}
|
|
} // 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_0080;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0080:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_26 = ___L0;
|
|
Exception_t * L_27 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_28 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
goto IL_008d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008d:
|
|
{
|
|
// }
|
|
int32_t L_29 = V_3;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetInteger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetInteger_mF432B1AE4BB84C0937C158A21074217A6A02FA07_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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 == 3 && TypeChecker.CheckTypes<int, int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
double L_10 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_2 = (((int32_t)((int32_t)L_10)));
|
|
// obj.SetInteger(arg0, arg1);
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = V_2;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetInteger_m89D0F15197F3B4D75E02194B432685F68F458B70(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<string, int>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_21 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_20, 3, /*hidden argument*/NULL);
|
|
V_5 = (((int32_t)((int32_t)L_21)));
|
|
// obj.SetInteger(arg0, arg1);
|
|
String_t* L_22 = V_4;
|
|
int32_t L_23 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetInteger_m1E6D66416F48D6E02E7618A0142D70F5232BCC22(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.SetInteger");
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_24, _stringLiteral57D198D88850E17F9071B3EB4C109F6C0C0018B0, /*hidden argument*/NULL);
|
|
V_3 = L_25;
|
|
goto IL_0091;
|
|
}
|
|
} // 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_0084;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0084:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_26 = ___L0;
|
|
Exception_t * L_27 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_28 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
goto IL_0091;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0091:
|
|
{
|
|
// }
|
|
int32_t L_29 = V_3;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetTrigger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetTrigger_m80915F0D05E06CAD4FC1BAADBFA7255C3AAAB7CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
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) * 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 && TypeChecker.CheckTypes<int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
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_0033;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// obj.SetTrigger(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetTrigger_m2ED217B225743B9C9EB3E7B0B8905FFEEB221002(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_11, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_13, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_15, 2, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
// obj.SetTrigger(arg0);
|
|
String_t* L_17 = V_3;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetTrigger_m68D29B7FA54C2F230F5AD780D462612B18E74245(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.SetTrigger");
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_19 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_18, _stringLiteral8BC04F7F74710454A720AA59A9B342BFFC4DB298, /*hidden argument*/NULL);
|
|
V_2 = L_19;
|
|
goto IL_0079;
|
|
}
|
|
} // 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_006c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_006c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_20 = ___L0;
|
|
Exception_t * L_21 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_20, L_21, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
goto IL_0079;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0079:
|
|
{
|
|
// }
|
|
int32_t L_23 = V_2;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::ResetTrigger(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_ResetTrigger_mAF174EE0F16B039DD87A2093BACC09140C251E48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
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) * 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 && TypeChecker.CheckTypes<int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
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_0033;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// obj.ResetTrigger(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_ResetTrigger_mE0784AD15610BB61C5A59663BD9E11FF73ACDABC(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_11, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_13, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_15, 2, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
// obj.ResetTrigger(arg0);
|
|
String_t* L_17 = V_3;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_ResetTrigger_m70120C9A00EA482BF0880D2C02EC814CE3D71FD1(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.ResetTrigger");
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_19 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_18, _stringLiteral2850C133C861FB5F1EA4E5EF1C58A299B06C06DF, /*hidden argument*/NULL);
|
|
V_2 = L_19;
|
|
goto IL_0079;
|
|
}
|
|
} // 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_006c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_006c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_4 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_20 = ___L0;
|
|
Exception_t * L_21 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_20, L_21, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
goto IL_0079;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0079:
|
|
{
|
|
// }
|
|
int32_t L_23 = V_2;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::IsParameterControlledByCurve(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_IsParameterControlledByCurve_mED7817EBDE749FC723B6552D8E12F6EC0AC86E0F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
bool V_5 = false;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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 && TypeChecker.CheckTypes<int>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
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_003b;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// bool o = obj.IsParameterControlledByCurve(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_10 = Animator_IsParameterControlledByCurve_m9ED3A58307F5928EA276A460BC4EAC6543C5BB28(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_11 = ___L0;
|
|
bool L_12 = V_2;
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// bool o = obj.IsParameterControlledByCurve(arg0);
|
|
String_t* L_20 = V_4;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_21 = Animator_IsParameterControlledByCurve_m82BC703CA3BAF21FBA3C975E2EEC2324430F3340(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
// LuaDLL.lua_pushboolean(L, o);
|
|
intptr_t L_22 = ___L0;
|
|
bool L_23 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_22, L_23, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.IsParameterControlledByCurve");
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_24, _stringLiteral56644EB4CA9162855380F66D06E8B321CC154D3C, /*hidden argument*/NULL);
|
|
V_3 = L_25;
|
|
goto IL_008d;
|
|
}
|
|
} // 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_0080;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0080:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_26 = ___L0;
|
|
Exception_t * L_27 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_28 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_26, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
goto IL_008d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008d:
|
|
{
|
|
// }
|
|
int32_t L_29 = V_3;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetIKPosition_m881388A3A226545187CAF6EDD1A0C812C1C1B0E4_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;
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Vector3 o = obj.GetIKPosition(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Animator_GetIKPosition_mFD78C939315E6B8A337CE99C48621BEF0C163133(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0047;
|
|
} // 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_003c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0047;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetIKPosition_m5B7D4C621E38D0D7B06507796E438157049EDFAA_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;
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Vector3 arg1 = ToLua.ToVector3(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// obj.SetIKPosition(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetIKPosition_m2A57FAB29642C1C7E19F85F0DFD5421DA32598C4(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0048;
|
|
} // 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_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetIKRotation_m2ECB082293195D7A8B58EB35D7BD4632D7A90771_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 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, 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Quaternion o = obj.GetIKRotation(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_8 = Animator_GetIKRotation_mCA2582EAD91AE8E9C0E533EDBAF73C7196B4922A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_10 = V_1;
|
|
ToLua_Push_mAFABD7EE15662A5CDFD403BC135A066A55BBF0DC((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0047;
|
|
} // 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_003c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0047;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetIKRotation_m8B86A0E8257A0FD316F04E3BCFFA21DCBDD14518_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Quaternion arg1 = ToLua.ToQuaternion(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_8 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// obj.SetIKRotation(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetIKRotation_mE871B19486D3E41AF8A361EF1C0393D22F5F0E15(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0048;
|
|
} // 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_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetIKPositionWeight_m6F2C653D20B605F31B1F4F6AA5EFD99283DF30E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// float o = obj.GetIKPositionWeight(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_8 = Animator_GetIKPositionWeight_m280493E1191D8D13291465ADC26BF0EC4444FE49(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// LuaDLL.lua_pushnumber(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
float L_10 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_9, (((double)((double)L_10))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0048;
|
|
} // 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_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetIKPositionWeight_mE3DC816B14111B4C1F98945D6FF13F9E2B540437_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
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, 3, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_8)));
|
|
// obj.SetIKPositionWeight(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
float L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetIKPositionWeight_m443110C146EEBAFFC49C0194A721070A2D9F2D10(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0049;
|
|
} // 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_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0049;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0049:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKRotationWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetIKRotationWeight_m032BAD453285F5E6D5FA8121F2FD8B7BDF3282A0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// float o = obj.GetIKRotationWeight(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_8 = Animator_GetIKRotationWeight_mEE99C7491BA09BF53FAA2BA7FB5C49D7CA1FADAF(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// LuaDLL.lua_pushnumber(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
float L_10 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_9, (((double)((double)L_10))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0048;
|
|
} // 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_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKRotationWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetIKRotationWeight_m5BF39E8D40258A634BFD92444D23A9C28A472F20_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKGoal arg0 = (UnityEngine.AvatarIKGoal)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKGoal));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKGoal_t15BB8118646D4C1217A2A8F4098ACB473B9C4C11_il2cpp_TypeInfo_var))));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
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, 3, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_8)));
|
|
// obj.SetIKRotationWeight(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
float L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetIKRotationWeight_m3730BB1FF4712D6863B7A32AA2096821CEC3A8CE(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0049;
|
|
} // 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_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0049;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0049:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKHintPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetIKHintPosition_mFA0B4C5B3EB85375182EC5E379A07CC20C1CE79E_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;
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKHint arg0 = (UnityEngine.AvatarIKHint)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKHint));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Vector3 o = obj.GetIKHintPosition(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Animator_GetIKHintPosition_mABCA44DFB484059F1CF1EB988465A70DE2A17587(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_1;
|
|
ToLua_Push_m05D670614B4A6D93134F9267FE01A92FE5D965E1((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0047;
|
|
} // 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_003c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0047;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKHintPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetIKHintPosition_m964B9F4C2622CA410F89DEF748E7D1EB5CF53B8B_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;
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKHint arg0 = (UnityEngine.AvatarIKHint)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKHint));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Vector3 arg1 = ToLua.ToVector3(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// obj.SetIKHintPosition(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetIKHintPosition_mFB76758DA8445A766C2F29FCBD7D199DCE54193B(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0048;
|
|
} // 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_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetIKHintPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetIKHintPositionWeight_m67152CCC28A2522B52024F2620CE224678D10BED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKHint arg0 = (UnityEngine.AvatarIKHint)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKHint));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_il2cpp_TypeInfo_var))));
|
|
// float o = obj.GetIKHintPositionWeight(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_8 = Animator_GetIKHintPositionWeight_mD178E65CFE4690EBBDC86419F4321278715BBFD6(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// LuaDLL.lua_pushnumber(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
float L_10 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_9, (((double)((double)L_10))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0048;
|
|
} // 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_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetIKHintPositionWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetIKHintPositionWeight_m2A2AEAD20EEA044C05E0D4EC74FAC07DBDB3E009_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarIKHint arg0 = (UnityEngine.AvatarIKHint)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarIKHint));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarIKHint_t028BCD8BF2C863037216C614C5610AE0BE226E26_il2cpp_TypeInfo_var))));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
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, 3, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_8)));
|
|
// obj.SetIKHintPositionWeight(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
float L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetIKHintPositionWeight_m96A474393FF2F05D2A1B5F631790DEF908FE00CD(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0049;
|
|
} // 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_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0049;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0049:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetLookAtPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetLookAtPosition_m6C2D9B5CE3BDE93D6519D263851989831415B452_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 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, 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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;
|
|
// obj.SetLookAtPosition(arg0);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetLookAtPosition_mDE13BABEC48388F30A268099BBE6E6E9780BA8F8(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_0030;
|
|
} // 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_0025;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0025:
|
|
{ // 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_0030;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0030:
|
|
{
|
|
// }
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetLookAtWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetLookAtWeight_mD423B763044A81C5FC65DFE5AC52D6D29A8C1A9E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
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;
|
|
float V_13 = 0.0f;
|
|
float V_14 = 0.0f;
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
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) * 7);
|
|
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_002d;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_6)));
|
|
// obj.SetLookAtWeight(arg0);
|
|
float L_7 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetLookAtWeight_m2983E7C852140D99418B82A32523F9D4F945C7D0(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_9 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_10 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_9, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// float arg0 = (float)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 = (((float)((float)L_12)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_13 = ___L0;
|
|
double L_14 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_13, 3, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_14)));
|
|
// obj.SetLookAtWeight(arg0, arg1);
|
|
float L_15 = V_3;
|
|
float L_16 = V_4;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_10, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetLookAtWeight_mB1386785E5D4F8B53AD5106A3F34C07CE63C9CDC(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_10, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// else if (count == 4)
|
|
int32_t L_17 = V_0;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)4))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_18 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_19 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_18, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_21 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_20, 2, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_21)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_22 = ___L0;
|
|
double L_23 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_22, 3, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_23)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_24 = ___L0;
|
|
double L_25 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_24, 4, /*hidden argument*/NULL);
|
|
V_7 = (((float)((float)L_25)));
|
|
// obj.SetLookAtWeight(arg0, arg1, arg2);
|
|
float L_26 = V_5;
|
|
float L_27 = V_6;
|
|
float L_28 = V_7;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_19, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetLookAtWeight_mA2896325CE8033D1EEC400544B49A76B95541688(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_19, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_26, L_27, L_28, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// else if (count == 5)
|
|
int32_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)5))))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_31 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_30, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// float arg0 = (float)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_33 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_32, 2, /*hidden argument*/NULL);
|
|
V_8 = (((float)((float)L_33)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_34 = ___L0;
|
|
double L_35 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_34, 3, /*hidden argument*/NULL);
|
|
V_9 = (((float)((float)L_35)));
|
|
// float arg2 = (float)LuaDLL.luaL_checknumber(L, 4);
|
|
intptr_t L_36 = ___L0;
|
|
double L_37 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_36, 4, /*hidden argument*/NULL);
|
|
V_10 = (((float)((float)L_37)));
|
|
// float arg3 = (float)LuaDLL.luaL_checknumber(L, 5);
|
|
intptr_t L_38 = ___L0;
|
|
double L_39 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_38, 5, /*hidden argument*/NULL);
|
|
V_11 = (((float)((float)L_39)));
|
|
// obj.SetLookAtWeight(arg0, arg1, arg2, arg3);
|
|
float L_40 = V_8;
|
|
float L_41 = V_9;
|
|
float L_42 = V_10;
|
|
float L_43 = V_11;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_31, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetLookAtWeight_mF1F1303AB83C5CE55A2E89948CFDE52B009FC50C(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_31, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_40, L_41, L_42, L_43, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
// else if (count == 6)
|
|
int32_t L_44 = V_0;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)6))))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_46 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_45, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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_12 = (((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_13 = (((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_14 = (((float)((float)L_52)));
|
|
// float arg3 = (float)LuaDLL.luaL_checknumber(L, 5);
|
|
intptr_t L_53 = ___L0;
|
|
double L_54 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_53, 5, /*hidden argument*/NULL);
|
|
V_15 = (((float)((float)L_54)));
|
|
// float arg4 = (float)LuaDLL.luaL_checknumber(L, 6);
|
|
intptr_t L_55 = ___L0;
|
|
double L_56 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_55, 6, /*hidden argument*/NULL);
|
|
V_16 = (((float)((float)L_56)));
|
|
// obj.SetLookAtWeight(arg0, arg1, arg2, arg3, arg4);
|
|
float L_57 = V_12;
|
|
float L_58 = V_13;
|
|
float L_59 = V_14;
|
|
float L_60 = V_15;
|
|
float L_61 = V_16;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_46, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetLookAtWeight_m6211EF8CF73CD7747A54A8F749099647921A2730(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_46, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_57, L_58, L_59, L_60, L_61, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.SetLookAtWeight");
|
|
intptr_t L_62 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_63 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_62, _stringLiteral49E5BB414541774C93006460D4066B3B84EC0980, /*hidden argument*/NULL);
|
|
V_2 = L_63;
|
|
goto IL_0158;
|
|
}
|
|
} // 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_014b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_014b:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_17 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_64 = ___L0;
|
|
Exception_t * L_65 = V_17;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_66 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_64, L_65, /*hidden argument*/NULL);
|
|
V_2 = L_66;
|
|
goto IL_0158;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0158:
|
|
{
|
|
// }
|
|
int32_t L_67 = V_2;
|
|
return L_67;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetBoneLocalRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetBoneLocalRotation_m11DB655BF21DC89AD98A47A6E9942E862E9F3742_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.HumanBodyBones arg0 = (UnityEngine.HumanBodyBones)ToLua.CheckObject(L, 2, typeof(UnityEngine.HumanBodyBones));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Quaternion arg1 = ToLua.ToQuaternion(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_8 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// obj.SetBoneLocalRotation(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetBoneLocalRotation_m4449A7E23FA46399630C63ABD72C431C9B28169A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0048;
|
|
} // 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_003d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0048;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetBehaviours(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetBehaviours_m60211789E38D9A161E0EFC9B14891B82427F8CD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
StateMachineBehaviourU5BU5D_tD7944A6A1F662507F17D170ECB320AA56EDEBED3* V_2 = NULL;
|
|
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);
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_6)));
|
|
// UnityEngine.StateMachineBehaviour[] o = obj.GetBehaviours(arg0, arg1);
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
StateMachineBehaviourU5BU5D_tD7944A6A1F662507F17D170ECB320AA56EDEBED3* L_9 = Animator_GetBehaviours_mC759364926B1EF7853444D1731CC54F59F6D0D90(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_10 = ___L0;
|
|
StateMachineBehaviourU5BU5D_tD7944A6A1F662507F17D170ECB320AA56EDEBED3* L_11 = V_2;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_10, (RuntimeArray *)(RuntimeArray *)L_11, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
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_AnimatorWrap::GetLayerName(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetLayerName_m010DD9658071F92F2ECBD9C30952C6847418A2C5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// string o = obj.GetLayerName(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
String_t* L_6 = Animator_GetLayerName_mD62237602E03993FEAFE4DFB3356122DDAC30A87(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushstring(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
String_t* L_8 = V_1;
|
|
LuaDLL_lua_pushstring_m1230CAB85FBD610AAA7D822AD67C9EDE4C1F13D7((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_AnimatorWrap::GetLayerIndex(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetLayerIndex_m73CAA928C665739363582442BC69889F14B2839B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* 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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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;
|
|
// int o = obj.GetLayerIndex(arg0);
|
|
String_t* L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_6 = Animator_GetLayerIndex_mEC89F89066206986412D1CA9AB8C9E0FB242F8C5(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((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_AnimatorWrap::GetLayerWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetLayerWeight_mC4C7CAB722699D75770A3F47F8E8C6FDAB5FF353_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// float o = obj.GetLayerWeight(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_6 = Animator_GetLayerWeight_m3BB4629945E1B7275FC9850F2FFB435015E1ED42(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushnumber(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
float L_8 = V_1;
|
|
LuaDLL_lua_pushnumber_mD621CF251BEC49D5FCA530997B02D08E2C6EC653((intptr_t)L_7, (((double)((double)L_8))), /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
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_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_003a;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetLayerWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetLayerWeight_m0ADFF923E3A7815019A11F404D86A03ECA1CD9D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_6)));
|
|
// obj.SetLayerWeight(arg0, arg1);
|
|
int32_t L_7 = V_0;
|
|
float L_8 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetLayerWeight_mCD79BBDCD7DD47929E00C5EA69DEF2573EAD939F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, L_8, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_003b;
|
|
} // 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_0030;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0030:
|
|
{ // 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_003b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_003b:
|
|
{
|
|
// }
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetCurrentAnimatorStateInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetCurrentAnimatorStateInfo_m03C0B4B471BC4028EEEF24B7C7D10F57FFE6703E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 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, 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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.AnimatorStateInfo o = obj.GetCurrentAnimatorStateInfo(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 L_6 = Animator_GetCurrentAnimatorStateInfo_mBE5ED0D60A6F5CD0EDD40AF1494098D4E7BF84F2(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// ToLua.PushValue(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 L_8 = V_1;
|
|
ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1((intptr_t)L_7, L_8, /*hidden argument*/ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1_RuntimeMethod_var);
|
|
// 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_AnimatorWrap::GetNextAnimatorStateInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetNextAnimatorStateInfo_m8620C93E8EE95D90341BA3CFF48EEF3D199328E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 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, 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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.AnimatorStateInfo o = obj.GetNextAnimatorStateInfo(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 L_6 = Animator_GetNextAnimatorStateInfo_m66A6A93E12C1AB63FDB255483B66A57A0E2D527D(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// ToLua.PushValue(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
AnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2 L_8 = V_1;
|
|
ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1((intptr_t)L_7, L_8, /*hidden argument*/ToLua_PushValue_TisAnimatorStateInfo_tF6D8ADF771CD13DC578AC9A574FD33CC99AD46E2_m29EC6B6AE23A0501B29318880EE13148C22320A1_RuntimeMethod_var);
|
|
// 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_AnimatorWrap::GetAnimatorTransitionInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetAnimatorTransitionInfo_m88A1B30946BC36F95034BC8F1B310D60C522B4F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B 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, 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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.AnimatorTransitionInfo o = obj.GetAnimatorTransitionInfo(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B L_6 = Animator_GetAnimatorTransitionInfo_mF4E216230B82075A0F27113CFD86AFC6290DE941(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// ToLua.PushValue(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
AnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B L_8 = V_1;
|
|
ToLua_PushValue_TisAnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_m4F6CC09D30B120E3E81E68BDFA7BE745993419E6((intptr_t)L_7, L_8, /*hidden argument*/ToLua_PushValue_TisAnimatorTransitionInfo_t66D37578B8898C817BD5A5781B420BF92F60AA6B_m4F6CC09D30B120E3E81E68BDFA7BE745993419E6_RuntimeMethod_var);
|
|
// 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_AnimatorWrap::GetCurrentAnimatorClipInfoCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfoCount_m9616266157697ED121C02D1348AC259441C8F365_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// int o = obj.GetCurrentAnimatorClipInfoCount(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_6 = Animator_GetCurrentAnimatorClipInfoCount_mB68F6F9521716016B3019FC67B7DA54F0A68507B(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = V_1;
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((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_AnimatorWrap::GetNextAnimatorClipInfoCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetNextAnimatorClipInfoCount_m7884215B5B5BC241FF38A3EFF006551185370E6C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// int o = obj.GetNextAnimatorClipInfoCount(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_6 = Animator_GetNextAnimatorClipInfoCount_mCD21740EE411DBC7B1C296D6B714A0D6939BF03A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// LuaDLL.lua_pushinteger(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
int32_t L_8 = V_1;
|
|
LuaDLL_lua_pushinteger_m8203BA6BB26C5BD0E84223531CFCB129352C2D23((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_AnimatorWrap::GetCurrentAnimatorClipInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetCurrentAnimatorClipInfo_m50480C3E5D95DDF28A2E3E0F47998FB4A1ABE365_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B * V_5 = NULL;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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_0032;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_6)));
|
|
// UnityEngine.AnimatorClipInfo[] o = obj.GetCurrentAnimatorClipInfo(arg0);
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* L_8 = Animator_GetCurrentAnimatorClipInfo_m594B9A950ECAD03E8F85A715E49010E967845462(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* L_10 = V_2;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_9, (RuntimeArray *)(RuntimeArray *)L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)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 = (((int32_t)((int32_t)L_15)));
|
|
// System.Collections.Generic.List<UnityEngine.AnimatorClipInfo> arg1 = (System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)ToLua.CheckObject(L, 3, typeof(System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>));
|
|
intptr_t L_16 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
|
|
RuntimeObject * L_19 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_16, 3, L_18, /*hidden argument*/NULL);
|
|
V_5 = ((List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B *)CastclassClass((RuntimeObject*)L_19, List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_il2cpp_TypeInfo_var));
|
|
// obj.GetCurrentAnimatorClipInfo(arg0, arg1);
|
|
int32_t L_20 = V_4;
|
|
List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B * L_21 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_13, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_GetCurrentAnimatorClipInfo_m8625554630FDFEC6AD60E38B2CFD4D5B1DC6036F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_13, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_20, L_21, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.GetCurrentAnimatorClipInfo");
|
|
intptr_t L_22 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_23 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_22, _stringLiteralD9F3FCEB4654246B3C67757A4AB42823E011E093, /*hidden argument*/NULL);
|
|
V_3 = L_23;
|
|
goto IL_008c;
|
|
}
|
|
} // 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_007f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_007f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_24 = ___L0;
|
|
Exception_t * L_25 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_26 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
V_3 = L_26;
|
|
goto IL_008c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008c:
|
|
{
|
|
// }
|
|
int32_t L_27 = V_3;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetNextAnimatorClipInfo(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetNextAnimatorClipInfo_m9B35BAAEFCD69058DE954E40ADC2EA07D3037DD7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B * V_5 = NULL;
|
|
Exception_t * V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 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_0032;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 2, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_6)));
|
|
// UnityEngine.AnimatorClipInfo[] o = obj.GetNextAnimatorClipInfo(arg0);
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* L_8 = Animator_GetNextAnimatorClipInfo_mC12CD69327006906834874F9B559DD0A4878ECCA(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
AnimatorClipInfoU5BU5D_tCAC39F9AE6CEE1EA08285D9D5C44DB3ADD6C1ED6* L_10 = V_2;
|
|
ToLua_Push_m007BBA6FFBB0D3E2A0905FD568FA4A87AD6ADD5F((intptr_t)L_9, (RuntimeArray *)(RuntimeArray *)L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// else if (count == 3)
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_12 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_12, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)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 = (((int32_t)((int32_t)L_15)));
|
|
// System.Collections.Generic.List<UnityEngine.AnimatorClipInfo> arg1 = (System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)ToLua.CheckObject(L, 3, typeof(System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>));
|
|
intptr_t L_16 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
|
|
RuntimeObject * L_19 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_16, 3, L_18, /*hidden argument*/NULL);
|
|
V_5 = ((List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B *)CastclassClass((RuntimeObject*)L_19, List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B_il2cpp_TypeInfo_var));
|
|
// obj.GetNextAnimatorClipInfo(arg0, arg1);
|
|
int32_t L_20 = V_4;
|
|
List_1_t34BD75698B68DE47D684862A345F6F9797CE3F9B * L_21 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_13, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_GetNextAnimatorClipInfo_mA7E644BD404E93AE54AA61BBF9C6925485895A49(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_13, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_20, L_21, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.GetNextAnimatorClipInfo");
|
|
intptr_t L_22 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_23 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_22, _stringLiteral8A820263D16DCFBC7D8833296EC7BA65A35BEA85, /*hidden argument*/NULL);
|
|
V_3 = L_23;
|
|
goto IL_008c;
|
|
}
|
|
} // 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_007f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_007f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_6 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_24 = ___L0;
|
|
Exception_t * L_25 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_26 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_24, L_25, /*hidden argument*/NULL);
|
|
V_3 = L_26;
|
|
goto IL_008c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_008c:
|
|
{
|
|
// }
|
|
int32_t L_27 = V_3;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::IsInTransition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_IsInTransition_m12A13A35307F7225AC761B0226B5E04E0447F622_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// bool o = obj.IsInTransition(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_6 = Animator_IsInTransition_m03E4399EA4D614A08F61AD5295CDFE5E4B43798C(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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;
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((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_AnimatorWrap::GetParameter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetParameter_m776DFC53A369288B5434C66482344D312CA25D7F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * 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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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.AnimatorControllerParameter o = obj.GetParameter(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * L_6 = Animator_GetParameter_m1FB640ED7AE379EC9DAE8E2EA169763EC1609FB6(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
// ToLua.PushObject(L, o);
|
|
intptr_t L_7 = ___L0;
|
|
AnimatorControllerParameter_t63F7756B07B981111CB00490DE84B06BC2A25E68 * L_8 = V_1;
|
|
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((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_AnimatorWrap::MatchTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_MatchTarget_m297353B8740B3BB255251ABC66F710A4E2CB3775_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float V_5 = 0.0f;
|
|
int32_t V_6 = 0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
float V_11 = 0.0f;
|
|
float V_12 = 0.0f;
|
|
Exception_t * V_13 = 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 == 6)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)6))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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.Quaternion arg1 = ToLua.ToQuaternion(L, 3);
|
|
intptr_t L_7 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_8 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_7, 3, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
// UnityEngine.AvatarTarget arg2 = (UnityEngine.AvatarTarget)ToLua.CheckObject(L, 4, typeof(UnityEngine.AvatarTarget));
|
|
intptr_t L_9 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
|
|
RuntimeObject * L_12 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_9, 4, L_11, /*hidden argument*/NULL);
|
|
V_3 = ((*(int32_t*)((int32_t*)UnBox(L_12, AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.MatchTargetWeightMask arg3 = StackTraits<UnityEngine.MatchTargetWeightMask>.Check(L, 5);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_il2cpp_TypeInfo_var);
|
|
Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * L_13 = ((StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_il2cpp_TypeInfo_var))->get_Check_1();
|
|
intptr_t L_14 = ___L0;
|
|
NullCheck(L_13);
|
|
MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B L_15 = Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632(L_13, (intptr_t)L_14, 5, /*hidden argument*/Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632_RuntimeMethod_var);
|
|
V_4 = L_15;
|
|
// float arg4 = (float)LuaDLL.luaL_checknumber(L, 6);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_17 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_16, 6, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_17)));
|
|
// obj.MatchTarget(arg0, arg1, arg2, arg3, arg4);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = V_1;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_19 = V_2;
|
|
int32_t L_20 = V_3;
|
|
MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B L_21 = V_4;
|
|
float L_22 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_MatchTarget_mDA2BEE902BD00E5AC958F466CD649EEC485FB7EA(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_18, L_19, L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_6 = 0;
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// else if (count == 7)
|
|
int32_t L_23 = V_0;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)7))))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_24 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_25 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_24, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
|
|
intptr_t L_26 = ___L0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_27 = ToLua_ToVector3_m0EF90B8D34C19D7437F35138805FE8B923D05682((intptr_t)L_26, 2, /*hidden argument*/NULL);
|
|
V_7 = L_27;
|
|
// UnityEngine.Quaternion arg1 = ToLua.ToQuaternion(L, 3);
|
|
intptr_t L_28 = ___L0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_29 = ToLua_ToQuaternion_mDAD28735F1469F3F350AAD972505DC77E024D902((intptr_t)L_28, 3, /*hidden argument*/NULL);
|
|
V_8 = L_29;
|
|
// UnityEngine.AvatarTarget arg2 = (UnityEngine.AvatarTarget)ToLua.CheckObject(L, 4, typeof(UnityEngine.AvatarTarget));
|
|
intptr_t L_30 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
|
|
RuntimeObject * L_33 = ToLua_CheckObject_m8231674FA0BAE3FD4264BF6BD285F27A020C1B4B((intptr_t)L_30, 4, L_32, /*hidden argument*/NULL);
|
|
V_9 = ((*(int32_t*)((int32_t*)UnBox(L_33, AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.MatchTargetWeightMask arg3 = StackTraits<UnityEngine.MatchTargetWeightMask>.Check(L, 5);
|
|
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_il2cpp_TypeInfo_var);
|
|
Func_3_tA3E010909E2F578C62072A0CB54D27408860CC24 * L_34 = ((StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tA93EEDB4F89A435BE1F0D8C66556780199807EEC_il2cpp_TypeInfo_var))->get_Check_1();
|
|
intptr_t L_35 = ___L0;
|
|
NullCheck(L_34);
|
|
MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B L_36 = Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632(L_34, (intptr_t)L_35, 5, /*hidden argument*/Func_3_Invoke_mDC7E0969E401010FF1D8116B36A729B526B34632_RuntimeMethod_var);
|
|
V_10 = L_36;
|
|
// float arg4 = (float)LuaDLL.luaL_checknumber(L, 6);
|
|
intptr_t L_37 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_38 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_37, 6, /*hidden argument*/NULL);
|
|
V_11 = (((float)((float)L_38)));
|
|
// float arg5 = (float)LuaDLL.luaL_checknumber(L, 7);
|
|
intptr_t L_39 = ___L0;
|
|
double L_40 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_39, 7, /*hidden argument*/NULL);
|
|
V_12 = (((float)((float)L_40)));
|
|
// obj.MatchTarget(arg0, arg1, arg2, arg3, arg4, arg5);
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_41 = V_7;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_42 = V_8;
|
|
int32_t L_43 = V_9;
|
|
MatchTargetWeightMask_tD0E4BC703C9314CF1F7EA5AAFA1826D1133CFF9B L_44 = V_10;
|
|
float L_45 = V_11;
|
|
float L_46 = V_12;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_25, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_MatchTarget_mE386283FE0FC2E5EF16C87C51E9315647E12F6BC(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_25, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_41, L_42, L_43, L_44, L_45, L_46, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_6 = 0;
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.MatchTarget");
|
|
intptr_t L_47 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_48 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_47, _stringLiteralC2BF2458E9C3751FE0EB8E79E389E9E7129C4757, /*hidden argument*/NULL);
|
|
V_6 = L_48;
|
|
goto IL_00f9;
|
|
}
|
|
} // 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_13 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_49 = ___L0;
|
|
Exception_t * L_50 = V_13;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_51 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_49, L_50, /*hidden argument*/NULL);
|
|
V_6 = L_51;
|
|
goto IL_00f9;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00f9:
|
|
{
|
|
// }
|
|
int32_t L_52 = V_6;
|
|
return L_52;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::InterruptMatchTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_InterruptMatchTarget_mD853A01F5688AD3ECBA9CA4C975BD0678FB7D09C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
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) * 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_0020;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_3, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// obj.InterruptMatchTarget();
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_InterruptMatchTarget_mA9050E15F143D59D6BDC98036A93B7656CD76427(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_4, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// else if (count == 2)
|
|
int32_t L_5 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_6 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_7 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_6, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// bool arg0 = LuaDLL.luaL_checkboolean(L, 2);
|
|
intptr_t L_8 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
bool L_9 = LuaDLL_luaL_checkboolean_m8F28B1A574BE19A9735A60537D96B5D359FE7CFE((intptr_t)L_8, 2, /*hidden argument*/NULL);
|
|
V_2 = L_9;
|
|
// obj.InterruptMatchTarget(arg0);
|
|
bool L_10 = V_2;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_7, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_InterruptMatchTarget_mDACB5CE4A57F0B22117DAD8A86825F508F033209(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_7, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_1 = 0;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.InterruptMatchTarget");
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_11, _stringLiteral86DB11AAB88270A0A9238938DC45083F9437FC89, /*hidden argument*/NULL);
|
|
V_1 = L_12;
|
|
goto IL_005b;
|
|
}
|
|
} // 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_0050;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0050:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_13 = ___L0;
|
|
Exception_t * L_14 = V_3;
|
|
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_1 = L_15;
|
|
goto IL_005b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005b:
|
|
{
|
|
// }
|
|
int32_t L_16 = V_1;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::CrossFadeInFixedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_CrossFadeInFixedTime_mA2A6E49877D4A8877F66F00BEBAEDD31F7A18B09_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
float V_5 = 0.0f;
|
|
int32_t V_6 = 0;
|
|
float V_7 = 0.0f;
|
|
int32_t V_8 = 0;
|
|
String_t* V_9 = NULL;
|
|
float V_10 = 0.0f;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
float V_13 = 0.0f;
|
|
int32_t V_14 = 0;
|
|
float V_15 = 0.0f;
|
|
String_t* V_16 = NULL;
|
|
float V_17 = 0.0f;
|
|
int32_t V_18 = 0;
|
|
float V_19 = 0.0f;
|
|
int32_t V_20 = 0;
|
|
float V_21 = 0.0f;
|
|
int32_t V_22 = 0;
|
|
float V_23 = 0.0f;
|
|
float V_24 = 0.0f;
|
|
String_t* V_25 = NULL;
|
|
float V_26 = 0.0f;
|
|
int32_t V_27 = 0;
|
|
float V_28 = 0.0f;
|
|
float V_29 = 0.0f;
|
|
Exception_t * V_30 = 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);
|
|
|
|
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 == 3 && TypeChecker.CheckTypes<int, float>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
double L_10 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_2 = (((float)((float)L_10)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1);
|
|
int32_t L_11 = V_1;
|
|
float L_12 = V_2;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_m21E665D27B52B01DEF505028A89EFB38E24F2F2D(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<string, float>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_21 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_20, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_21)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1);
|
|
String_t* L_22 = V_4;
|
|
float L_23 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_m65BA22AECB97BA6A2795532170EAAE2F2624D344(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<int, float, int>(L, 2))
|
|
int32_t L_24 = V_0;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
intptr_t L_25 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_26 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222((intptr_t)L_25, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222_RuntimeMethod_var);
|
|
if (!L_26)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_27 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_28 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_27, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_29 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_30 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_29, 2, /*hidden argument*/NULL);
|
|
V_6 = (((int32_t)((int32_t)L_30)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_31 = ___L0;
|
|
double L_32 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_31, 3, /*hidden argument*/NULL);
|
|
V_7 = (((float)((float)L_32)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_33 = ___L0;
|
|
double L_34 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_33, 4, /*hidden argument*/NULL);
|
|
V_8 = (((int32_t)((int32_t)L_34)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1, arg2);
|
|
int32_t L_35 = V_6;
|
|
float L_36 = V_7;
|
|
int32_t L_37 = V_8;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_28, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_m7C1EEB98A010B134A1DDE13285A5953EAFF28BC4(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_28, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_35, L_36, L_37, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<string, float, int>(L, 2))
|
|
int32_t L_38 = V_0;
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)4))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
intptr_t L_39 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_40 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mFC5B44A4BBA1DC77BF06B7A61345030DCB7B712A((intptr_t)L_39, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mFC5B44A4BBA1DC77BF06B7A61345030DCB7B712A_RuntimeMethod_var);
|
|
if (!L_40)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_41 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_42 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_41, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_43 = ___L0;
|
|
String_t* L_44 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_43, 2, /*hidden argument*/NULL);
|
|
V_9 = L_44;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_46 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_45, 3, /*hidden argument*/NULL);
|
|
V_10 = (((float)((float)L_46)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_47 = ___L0;
|
|
double L_48 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_47, 4, /*hidden argument*/NULL);
|
|
V_11 = (((int32_t)((int32_t)L_48)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1, arg2);
|
|
String_t* L_49 = V_9;
|
|
float L_50 = V_10;
|
|
int32_t L_51 = V_11;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_42, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_m25D39570F2C6173B0CCC2DFD26D4FC0349FA0D3D(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_42, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_49, L_50, L_51, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<int, float, int, float>(L, 2))
|
|
int32_t L_52 = V_0;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
intptr_t L_53 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_54 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31((intptr_t)L_53, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31_RuntimeMethod_var);
|
|
if (!L_54)
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_55 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_56 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_55, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_57 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_58 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_57, 2, /*hidden argument*/NULL);
|
|
V_12 = (((int32_t)((int32_t)L_58)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_59 = ___L0;
|
|
double L_60 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_59, 3, /*hidden argument*/NULL);
|
|
V_13 = (((float)((float)L_60)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_61 = ___L0;
|
|
double L_62 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_61, 4, /*hidden argument*/NULL);
|
|
V_14 = (((int32_t)((int32_t)L_62)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_63 = ___L0;
|
|
double L_64 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_63, 5, /*hidden argument*/NULL);
|
|
V_15 = (((float)((float)L_64)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1, arg2, arg3);
|
|
int32_t L_65 = V_12;
|
|
float L_66 = V_13;
|
|
int32_t L_67 = V_14;
|
|
float L_68 = V_15;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_56, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_mA778155C34725E1187269329703E7B3D32A9A2BD(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_56, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_65, L_66, L_67, L_68, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<string, float, int, float>(L, 2))
|
|
int32_t L_69 = V_0;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)5))))
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
intptr_t L_70 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_71 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADC4C12DA24429FFC1289FD3040BD806F207DF2B((intptr_t)L_70, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADC4C12DA24429FFC1289FD3040BD806F207DF2B_RuntimeMethod_var);
|
|
if (!L_71)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_72 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_73 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_72, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_74 = ___L0;
|
|
String_t* L_75 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_74, 2, /*hidden argument*/NULL);
|
|
V_16 = L_75;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_76 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_77 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_76, 3, /*hidden argument*/NULL);
|
|
V_17 = (((float)((float)L_77)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_78 = ___L0;
|
|
double L_79 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_78, 4, /*hidden argument*/NULL);
|
|
V_18 = (((int32_t)((int32_t)L_79)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_80 = ___L0;
|
|
double L_81 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_80, 5, /*hidden argument*/NULL);
|
|
V_19 = (((float)((float)L_81)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1, arg2, arg3);
|
|
String_t* L_82 = V_16;
|
|
float L_83 = V_17;
|
|
int32_t L_84 = V_18;
|
|
float L_85 = V_19;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_73, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_m1D7CD08A665231299FD3DB9A04AD1E281223AEE9(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_73, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_82, L_83, L_84, L_85, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
// else if (count == 6 && TypeChecker.CheckTypes<int, float, int, float, float>(L, 2))
|
|
int32_t L_86 = V_0;
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
intptr_t L_87 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_88 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782((intptr_t)L_87, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782_RuntimeMethod_var);
|
|
if (!L_88)
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_89 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_90 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_89, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_91 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_92 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_91, 2, /*hidden argument*/NULL);
|
|
V_20 = (((int32_t)((int32_t)L_92)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_93 = ___L0;
|
|
double L_94 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_93, 3, /*hidden argument*/NULL);
|
|
V_21 = (((float)((float)L_94)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_95 = ___L0;
|
|
double L_96 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_95, 4, /*hidden argument*/NULL);
|
|
V_22 = (((int32_t)((int32_t)L_96)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_97 = ___L0;
|
|
double L_98 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_97, 5, /*hidden argument*/NULL);
|
|
V_23 = (((float)((float)L_98)));
|
|
// float arg4 = (float)LuaDLL.lua_tonumber(L, 6);
|
|
intptr_t L_99 = ___L0;
|
|
double L_100 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_99, 6, /*hidden argument*/NULL);
|
|
V_24 = (((float)((float)L_100)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1, arg2, arg3, arg4);
|
|
int32_t L_101 = V_20;
|
|
float L_102 = V_21;
|
|
int32_t L_103 = V_22;
|
|
float L_104 = V_23;
|
|
float L_105 = V_24;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_90, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_mEB4506D9054E5FD7EA0CC8C55467C1263866F062(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_90, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_101, L_102, L_103, L_104, L_105, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0214:
|
|
{
|
|
// else if (count == 6 && TypeChecker.CheckTypes<string, float, int, float, float>(L, 2))
|
|
int32_t L_106 = V_0;
|
|
if ((!(((uint32_t)L_106) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
|
|
IL_0218:
|
|
{
|
|
intptr_t L_107 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_108 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8B82375078B6D902CB42425D09F46222EF548E96((intptr_t)L_107, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8B82375078B6D902CB42425D09F46222EF548E96_RuntimeMethod_var);
|
|
if (!L_108)
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
|
|
IL_0221:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_109 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_110 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_109, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_111 = ___L0;
|
|
String_t* L_112 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_111, 2, /*hidden argument*/NULL);
|
|
V_25 = L_112;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_113 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_114 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_113, 3, /*hidden argument*/NULL);
|
|
V_26 = (((float)((float)L_114)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_115 = ___L0;
|
|
double L_116 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_115, 4, /*hidden argument*/NULL);
|
|
V_27 = (((int32_t)((int32_t)L_116)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_117 = ___L0;
|
|
double L_118 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_117, 5, /*hidden argument*/NULL);
|
|
V_28 = (((float)((float)L_118)));
|
|
// float arg4 = (float)LuaDLL.lua_tonumber(L, 6);
|
|
intptr_t L_119 = ___L0;
|
|
double L_120 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_119, 6, /*hidden argument*/NULL);
|
|
V_29 = (((float)((float)L_120)));
|
|
// obj.CrossFadeInFixedTime(arg0, arg1, arg2, arg3, arg4);
|
|
String_t* L_121 = V_25;
|
|
float L_122 = V_26;
|
|
int32_t L_123 = V_27;
|
|
float L_124 = V_28;
|
|
float L_125 = V_29;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_110, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFadeInFixedTime_m4CEF8CFF9F21363D27F9F52503742B85B3542575(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_110, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_121, L_122, L_123, L_124, L_125, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0271:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.CrossFadeInFixedTime");
|
|
intptr_t L_126 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_127 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_126, _stringLiteralBF1103611E487BCD25D964104E8820C8614F7FDA, /*hidden argument*/NULL);
|
|
V_3 = L_127;
|
|
goto IL_028c;
|
|
}
|
|
} // 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_027f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_027f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_30 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_128 = ___L0;
|
|
Exception_t * L_129 = V_30;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_130 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_128, L_129, /*hidden argument*/NULL);
|
|
V_3 = L_130;
|
|
goto IL_028c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_028c:
|
|
{
|
|
// }
|
|
int32_t L_131 = V_3;
|
|
return L_131;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::WriteDefaultValues(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_WriteDefaultValues_m812FABCCEC7110DAEB0F730C8B4B66D78FC63EFE_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// obj.WriteDefaultValues();
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_WriteDefaultValues_m7033D8B1F4FC84915E488B86CCFBD1C569E94407(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::CrossFade(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_CrossFade_m5452EE22A397151AE458509E9CA45B8CB2FB4C4B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
float V_5 = 0.0f;
|
|
int32_t V_6 = 0;
|
|
float V_7 = 0.0f;
|
|
int32_t V_8 = 0;
|
|
String_t* V_9 = NULL;
|
|
float V_10 = 0.0f;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
float V_13 = 0.0f;
|
|
int32_t V_14 = 0;
|
|
float V_15 = 0.0f;
|
|
String_t* V_16 = NULL;
|
|
float V_17 = 0.0f;
|
|
int32_t V_18 = 0;
|
|
float V_19 = 0.0f;
|
|
int32_t V_20 = 0;
|
|
float V_21 = 0.0f;
|
|
int32_t V_22 = 0;
|
|
float V_23 = 0.0f;
|
|
float V_24 = 0.0f;
|
|
String_t* V_25 = NULL;
|
|
float V_26 = 0.0f;
|
|
int32_t V_27 = 0;
|
|
float V_28 = 0.0f;
|
|
float V_29 = 0.0f;
|
|
Exception_t * V_30 = 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);
|
|
|
|
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 == 3 && TypeChecker.CheckTypes<int, float>(L, 2))
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
intptr_t L_3 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_4 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA((intptr_t)L_3, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDB558A3642B52CE704AB710194A35E8A0C4558DA_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_9 = ___L0;
|
|
double L_10 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_9, 3, /*hidden argument*/NULL);
|
|
V_2 = (((float)((float)L_10)));
|
|
// obj.CrossFade(arg0, arg1);
|
|
int32_t L_11 = V_1;
|
|
float L_12 = V_2;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_m1C372B696F421B631675B5A98414FE8B4A3EFEEE(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_11, L_12, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<string, float>(L, 2))
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)3))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
intptr_t L_14 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_15 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149((intptr_t)L_14, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m5B645A75CFBE55FA7FB83AFC66B977AC534E8149_RuntimeMethod_var);
|
|
if (!L_15)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_16 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_17 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_16, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_18 = ___L0;
|
|
String_t* L_19 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_18, 2, /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_20 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_21 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_20, 3, /*hidden argument*/NULL);
|
|
V_5 = (((float)((float)L_21)));
|
|
// obj.CrossFade(arg0, arg1);
|
|
String_t* L_22 = V_4;
|
|
float L_23 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_mFA3F611B9EEA8C089A0BCE96AB44596A6E22B61A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_17, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_22, L_23, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<int, float, int>(L, 2))
|
|
int32_t L_24 = V_0;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
intptr_t L_25 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_26 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222((intptr_t)L_25, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m45E71A3AD17C0118BB39027BB4CE464EAB56A222_RuntimeMethod_var);
|
|
if (!L_26)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_27 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_28 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_27, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_29 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_30 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_29, 2, /*hidden argument*/NULL);
|
|
V_6 = (((int32_t)((int32_t)L_30)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_31 = ___L0;
|
|
double L_32 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_31, 3, /*hidden argument*/NULL);
|
|
V_7 = (((float)((float)L_32)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_33 = ___L0;
|
|
double L_34 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_33, 4, /*hidden argument*/NULL);
|
|
V_8 = (((int32_t)((int32_t)L_34)));
|
|
// obj.CrossFade(arg0, arg1, arg2);
|
|
int32_t L_35 = V_6;
|
|
float L_36 = V_7;
|
|
int32_t L_37 = V_8;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_28, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_m1F780D0DA1A16951350661BF235C1ED52C73DDCD(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_28, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_35, L_36, L_37, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<string, float, int>(L, 2))
|
|
int32_t L_38 = V_0;
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)4))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
intptr_t L_39 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_40 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mFC5B44A4BBA1DC77BF06B7A61345030DCB7B712A((intptr_t)L_39, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_mFC5B44A4BBA1DC77BF06B7A61345030DCB7B712A_RuntimeMethod_var);
|
|
if (!L_40)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_41 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_42 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_41, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_43 = ___L0;
|
|
String_t* L_44 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_43, 2, /*hidden argument*/NULL);
|
|
V_9 = L_44;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_46 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_45, 3, /*hidden argument*/NULL);
|
|
V_10 = (((float)((float)L_46)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_47 = ___L0;
|
|
double L_48 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_47, 4, /*hidden argument*/NULL);
|
|
V_11 = (((int32_t)((int32_t)L_48)));
|
|
// obj.CrossFade(arg0, arg1, arg2);
|
|
String_t* L_49 = V_9;
|
|
float L_50 = V_10;
|
|
int32_t L_51 = V_11;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_42, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_m0CA5B115CEDD1B61AB99FD55ACCB0BD19A7414F9(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_42, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_49, L_50, L_51, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<int, float, int, float>(L, 2))
|
|
int32_t L_52 = V_0;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
intptr_t L_53 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_54 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31((intptr_t)L_53, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m507A3F6D1EB33B401D7320829E18A199D7627A31_RuntimeMethod_var);
|
|
if (!L_54)
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_55 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_56 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_55, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_57 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_58 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_57, 2, /*hidden argument*/NULL);
|
|
V_12 = (((int32_t)((int32_t)L_58)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_59 = ___L0;
|
|
double L_60 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_59, 3, /*hidden argument*/NULL);
|
|
V_13 = (((float)((float)L_60)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_61 = ___L0;
|
|
double L_62 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_61, 4, /*hidden argument*/NULL);
|
|
V_14 = (((int32_t)((int32_t)L_62)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_63 = ___L0;
|
|
double L_64 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_63, 5, /*hidden argument*/NULL);
|
|
V_15 = (((float)((float)L_64)));
|
|
// obj.CrossFade(arg0, arg1, arg2, arg3);
|
|
int32_t L_65 = V_12;
|
|
float L_66 = V_13;
|
|
int32_t L_67 = V_14;
|
|
float L_68 = V_15;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_56, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_mCDEE543099E8737621ED1510C3D133EF6EEE062D(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_56, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_65, L_66, L_67, L_68, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
// else if (count == 5 && TypeChecker.CheckTypes<string, float, int, float>(L, 2))
|
|
int32_t L_69 = V_0;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)5))))
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
intptr_t L_70 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_71 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADC4C12DA24429FFC1289FD3040BD806F207DF2B((intptr_t)L_70, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mADC4C12DA24429FFC1289FD3040BD806F207DF2B_RuntimeMethod_var);
|
|
if (!L_71)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_72 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_73 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_72, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_74 = ___L0;
|
|
String_t* L_75 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_74, 2, /*hidden argument*/NULL);
|
|
V_16 = L_75;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_76 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_77 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_76, 3, /*hidden argument*/NULL);
|
|
V_17 = (((float)((float)L_77)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_78 = ___L0;
|
|
double L_79 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_78, 4, /*hidden argument*/NULL);
|
|
V_18 = (((int32_t)((int32_t)L_79)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_80 = ___L0;
|
|
double L_81 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_80, 5, /*hidden argument*/NULL);
|
|
V_19 = (((float)((float)L_81)));
|
|
// obj.CrossFade(arg0, arg1, arg2, arg3);
|
|
String_t* L_82 = V_16;
|
|
float L_83 = V_17;
|
|
int32_t L_84 = V_18;
|
|
float L_85 = V_19;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_73, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_m5DED42029636028ECBB0980C1EEFDC759C820C82(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_73, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_82, L_83, L_84, L_85, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
// else if (count == 6 && TypeChecker.CheckTypes<int, float, int, float, float>(L, 2))
|
|
int32_t L_86 = V_0;
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
intptr_t L_87 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_88 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782((intptr_t)L_87, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m33494223EF1115B54E27B9B6BF9DB535E8D28782_RuntimeMethod_var);
|
|
if (!L_88)
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_89 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_90 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_89, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_91 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_92 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_91, 2, /*hidden argument*/NULL);
|
|
V_20 = (((int32_t)((int32_t)L_92)));
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_93 = ___L0;
|
|
double L_94 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_93, 3, /*hidden argument*/NULL);
|
|
V_21 = (((float)((float)L_94)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_95 = ___L0;
|
|
double L_96 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_95, 4, /*hidden argument*/NULL);
|
|
V_22 = (((int32_t)((int32_t)L_96)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_97 = ___L0;
|
|
double L_98 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_97, 5, /*hidden argument*/NULL);
|
|
V_23 = (((float)((float)L_98)));
|
|
// float arg4 = (float)LuaDLL.lua_tonumber(L, 6);
|
|
intptr_t L_99 = ___L0;
|
|
double L_100 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_99, 6, /*hidden argument*/NULL);
|
|
V_24 = (((float)((float)L_100)));
|
|
// obj.CrossFade(arg0, arg1, arg2, arg3, arg4);
|
|
int32_t L_101 = V_20;
|
|
float L_102 = V_21;
|
|
int32_t L_103 = V_22;
|
|
float L_104 = V_23;
|
|
float L_105 = V_24;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_90, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_m7EA2465E0FFFEF1989F0F7286B6EB09FC0D8BD08(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_90, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_101, L_102, L_103, L_104, L_105, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0214:
|
|
{
|
|
// else if (count == 6 && TypeChecker.CheckTypes<string, float, int, float, float>(L, 2))
|
|
int32_t L_106 = V_0;
|
|
if ((!(((uint32_t)L_106) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
|
|
IL_0218:
|
|
{
|
|
intptr_t L_107 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_108 = TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8B82375078B6D902CB42425D09F46222EF548E96((intptr_t)L_107, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m8B82375078B6D902CB42425D09F46222EF548E96_RuntimeMethod_var);
|
|
if (!L_108)
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
|
|
IL_0221:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_109 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_110 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_109, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_111 = ___L0;
|
|
String_t* L_112 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_111, 2, /*hidden argument*/NULL);
|
|
V_25 = L_112;
|
|
// float arg1 = (float)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_113 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_114 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_113, 3, /*hidden argument*/NULL);
|
|
V_26 = (((float)((float)L_114)));
|
|
// int arg2 = (int)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_115 = ___L0;
|
|
double L_116 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_115, 4, /*hidden argument*/NULL);
|
|
V_27 = (((int32_t)((int32_t)L_116)));
|
|
// float arg3 = (float)LuaDLL.lua_tonumber(L, 5);
|
|
intptr_t L_117 = ___L0;
|
|
double L_118 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_117, 5, /*hidden argument*/NULL);
|
|
V_28 = (((float)((float)L_118)));
|
|
// float arg4 = (float)LuaDLL.lua_tonumber(L, 6);
|
|
intptr_t L_119 = ___L0;
|
|
double L_120 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_119, 6, /*hidden argument*/NULL);
|
|
V_29 = (((float)((float)L_120)));
|
|
// obj.CrossFade(arg0, arg1, arg2, arg3, arg4);
|
|
String_t* L_121 = V_25;
|
|
float L_122 = V_26;
|
|
int32_t L_123 = V_27;
|
|
float L_124 = V_28;
|
|
float L_125 = V_29;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_110, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_CrossFade_mD8D1644B1A474D3B6A0C80EE9457EB1A6CC9A13C(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_110, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_121, L_122, L_123, L_124, L_125, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_3 = 0;
|
|
goto IL_028c;
|
|
}
|
|
|
|
IL_0271:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.CrossFade");
|
|
intptr_t L_126 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_127 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_126, _stringLiteralE806C376EFD971D039FFCBD7332DEBD94773CDB9, /*hidden argument*/NULL);
|
|
V_3 = L_127;
|
|
goto IL_028c;
|
|
}
|
|
} // 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_027f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_027f:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_30 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_128 = ___L0;
|
|
Exception_t * L_129 = V_30;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_130 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_128, L_129, /*hidden argument*/NULL);
|
|
V_3 = L_130;
|
|
goto IL_028c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_028c:
|
|
{
|
|
// }
|
|
int32_t L_131 = V_3;
|
|
return L_131;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::PlayInFixedTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_PlayInFixedTime_mE2335521F4DDD7DF7F765037D8859DAE52F3E944_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
float V_10 = 0.0f;
|
|
String_t* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
float V_13 = 0.0f;
|
|
Exception_t * V_14 = 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_0036;
|
|
}
|
|
}
|
|
|
|
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_0036;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// obj.PlayInFixedTime(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_PlayInFixedTime_mB93FD8FD775AF730F850F7812C054A338CAFFE9A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_11, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_13, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_15, 2, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
// obj.PlayInFixedTime(arg0);
|
|
String_t* L_17 = V_3;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_PlayInFixedTime_m89016494E963FCBDCB4C765015802116CF812A12(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<int, int>(L, 2))
|
|
int32_t L_18 = V_0;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_20 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B((intptr_t)L_19, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B_RuntimeMethod_var);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_21 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_22 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_21, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_24 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_23, 2, /*hidden argument*/NULL);
|
|
V_4 = (((int32_t)((int32_t)L_24)));
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_25 = ___L0;
|
|
double L_26 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_25, 3, /*hidden argument*/NULL);
|
|
V_5 = (((int32_t)((int32_t)L_26)));
|
|
// obj.PlayInFixedTime(arg0, arg1);
|
|
int32_t L_27 = V_4;
|
|
int32_t L_28 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_22, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_PlayInFixedTime_mFBECEE6D4226D2AEA0899D8CB1ED6D0769580559(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_22, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_27, L_28, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<string, int>(L, 2))
|
|
int32_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95((intptr_t)L_30, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95_RuntimeMethod_var);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_33 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_32, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_34 = ___L0;
|
|
String_t* L_35 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_34, 2, /*hidden argument*/NULL);
|
|
V_6 = L_35;
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_36 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_37 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_36, 3, /*hidden argument*/NULL);
|
|
V_7 = (((int32_t)((int32_t)L_37)));
|
|
// obj.PlayInFixedTime(arg0, arg1);
|
|
String_t* L_38 = V_6;
|
|
int32_t L_39 = V_7;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_33, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_PlayInFixedTime_mEE6FEED07D11FDBF24FFB2D525511136E395037C(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_33, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_38, L_39, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<int, int, float>(L, 2))
|
|
int32_t L_40 = V_0;
|
|
if ((!(((uint32_t)L_40) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
intptr_t L_41 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_42 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796((intptr_t)L_41, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796_RuntimeMethod_var);
|
|
if (!L_42)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_43 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_44 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_43, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_46 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_45, 2, /*hidden argument*/NULL);
|
|
V_8 = (((int32_t)((int32_t)L_46)));
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_47 = ___L0;
|
|
double L_48 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_47, 3, /*hidden argument*/NULL);
|
|
V_9 = (((int32_t)((int32_t)L_48)));
|
|
// float arg2 = (float)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_49 = ___L0;
|
|
double L_50 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_49, 4, /*hidden argument*/NULL);
|
|
V_10 = (((float)((float)L_50)));
|
|
// obj.PlayInFixedTime(arg0, arg1, arg2);
|
|
int32_t L_51 = V_8;
|
|
int32_t L_52 = V_9;
|
|
float L_53 = V_10;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_44, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_PlayInFixedTime_m865434CF725839D134EBD716DD4A4A9D0508F605(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_44, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_51, L_52, L_53, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<string, int, float>(L, 2))
|
|
int32_t L_54 = V_0;
|
|
if ((!(((uint32_t)L_54) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
intptr_t L_55 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_56 = TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDAF107E85F56A14BD9D50C0185E739DDAC1A03EB((intptr_t)L_55, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDAF107E85F56A14BD9D50C0185E739DDAC1A03EB_RuntimeMethod_var);
|
|
if (!L_56)
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_57 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_58 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_57, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_59 = ___L0;
|
|
String_t* L_60 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_59, 2, /*hidden argument*/NULL);
|
|
V_11 = L_60;
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_61 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_62 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_61, 3, /*hidden argument*/NULL);
|
|
V_12 = (((int32_t)((int32_t)L_62)));
|
|
// float arg2 = (float)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_63 = ___L0;
|
|
double L_64 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_63, 4, /*hidden argument*/NULL);
|
|
V_13 = (((float)((float)L_64)));
|
|
// obj.PlayInFixedTime(arg0, arg1, arg2);
|
|
String_t* L_65 = V_11;
|
|
int32_t L_66 = V_12;
|
|
float L_67 = V_13;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_58, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_PlayInFixedTime_m3F342CB712406BE5FCB6713CF138487FAB29903E(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_58, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_65, L_66, L_67, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.PlayInFixedTime");
|
|
intptr_t L_68 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_69 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_68, _stringLiteral6D079184BCE450DC36C628893C71D44D1558F8CD, /*hidden argument*/NULL);
|
|
V_2 = L_69;
|
|
goto IL_0183;
|
|
}
|
|
} // 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_0176;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0176:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_14 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_70 = ___L0;
|
|
Exception_t * L_71 = V_14;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_72 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_70, L_71, /*hidden argument*/NULL);
|
|
V_2 = L_72;
|
|
goto IL_0183;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0183:
|
|
{
|
|
// }
|
|
int32_t L_73 = V_2;
|
|
return L_73;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::Play(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_Play_mDB22FC18DBF46F3C1D52032ED59C6BD10A24FDE0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
float V_10 = 0.0f;
|
|
String_t* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
float V_13 = 0.0f;
|
|
Exception_t * V_14 = 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_0036;
|
|
}
|
|
}
|
|
|
|
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_0036;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_5 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_6 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_5, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (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)));
|
|
// obj.Play(arg0);
|
|
int32_t L_9 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Play_m37825C5C965759D2455BCB4B2E7ECFB71502D6C4(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_6, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// else if (count == 2 && TypeChecker.CheckTypes<string>(L, 2))
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
intptr_t L_11 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_12 = TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562((intptr_t)L_11, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_mE02AD68016B3F8FE8B2307298E894AFA79955562_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_13 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_14 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_13, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_15 = ___L0;
|
|
String_t* L_16 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_15, 2, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
// obj.Play(arg0);
|
|
String_t* L_17 = V_3;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Play_m254CA699DF64E86856EC8C54D1A739E3C0A49793(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_14, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<int, int>(L, 2))
|
|
int32_t L_18 = V_0;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
intptr_t L_19 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_20 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B((intptr_t)L_19, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m3FFCA9080FD7718A2103C77B6799A911111DCC9B_RuntimeMethod_var);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_21 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_22 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_21, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_23 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_24 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_23, 2, /*hidden argument*/NULL);
|
|
V_4 = (((int32_t)((int32_t)L_24)));
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_25 = ___L0;
|
|
double L_26 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_25, 3, /*hidden argument*/NULL);
|
|
V_5 = (((int32_t)((int32_t)L_26)));
|
|
// obj.Play(arg0, arg1);
|
|
int32_t L_27 = V_4;
|
|
int32_t L_28 = V_5;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_22, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Play_m97F572DAD265F0665F53FA6975A608239F9AA341(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_22, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_27, L_28, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// else if (count == 3 && TypeChecker.CheckTypes<string, int>(L, 2))
|
|
int32_t L_29 = V_0;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
intptr_t L_30 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_31 = TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95((intptr_t)L_30, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m050FE57BF7F8A7C303494894EDA47466D339DB95_RuntimeMethod_var);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_32 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_33 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_32, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_34 = ___L0;
|
|
String_t* L_35 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_34, 2, /*hidden argument*/NULL);
|
|
V_6 = L_35;
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_36 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_37 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_36, 3, /*hidden argument*/NULL);
|
|
V_7 = (((int32_t)((int32_t)L_37)));
|
|
// obj.Play(arg0, arg1);
|
|
String_t* L_38 = V_6;
|
|
int32_t L_39 = V_7;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_33, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Play_m987807F675789E0ECC8F8B8E32A2F03DF71BD055(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_33, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_38, L_39, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<int, int, float>(L, 2))
|
|
int32_t L_40 = V_0;
|
|
if ((!(((uint32_t)L_40) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
intptr_t L_41 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_42 = TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796((intptr_t)L_41, 2, /*hidden argument*/TypeChecker_CheckTypes_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m7BC39404B65ACA29ACDA6E1D96BC8A7B1A155796_RuntimeMethod_var);
|
|
if (!L_42)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_43 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_44 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_43, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// int arg0 = (int)LuaDLL.lua_tonumber(L, 2);
|
|
intptr_t L_45 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_46 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_45, 2, /*hidden argument*/NULL);
|
|
V_8 = (((int32_t)((int32_t)L_46)));
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_47 = ___L0;
|
|
double L_48 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_47, 3, /*hidden argument*/NULL);
|
|
V_9 = (((int32_t)((int32_t)L_48)));
|
|
// float arg2 = (float)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_49 = ___L0;
|
|
double L_50 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_49, 4, /*hidden argument*/NULL);
|
|
V_10 = (((float)((float)L_50)));
|
|
// obj.Play(arg0, arg1, arg2);
|
|
int32_t L_51 = V_8;
|
|
int32_t L_52 = V_9;
|
|
float L_53 = V_10;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_44, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Play_m20B525F785DA59888E645125DB2DDC071E924F3E(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_44, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_51, L_52, L_53, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// else if (count == 4 && TypeChecker.CheckTypes<string, int, float>(L, 2))
|
|
int32_t L_54 = V_0;
|
|
if ((!(((uint32_t)L_54) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
intptr_t L_55 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
|
|
bool L_56 = TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDAF107E85F56A14BD9D50C0185E739DDAC1A03EB((intptr_t)L_55, 2, /*hidden argument*/TypeChecker_CheckTypes_TisString_t_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_mDAF107E85F56A14BD9D50C0185E739DDAC1A03EB_RuntimeMethod_var);
|
|
if (!L_56)
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_57 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_58 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_57, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// string arg0 = ToLua.ToString(L, 2);
|
|
intptr_t L_59 = ___L0;
|
|
String_t* L_60 = ToLua_ToString_m44653DFD1626DE395107FF5FFDB0D4E7FC268D7D((intptr_t)L_59, 2, /*hidden argument*/NULL);
|
|
V_11 = L_60;
|
|
// int arg1 = (int)LuaDLL.lua_tonumber(L, 3);
|
|
intptr_t L_61 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
double L_62 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_61, 3, /*hidden argument*/NULL);
|
|
V_12 = (((int32_t)((int32_t)L_62)));
|
|
// float arg2 = (float)LuaDLL.lua_tonumber(L, 4);
|
|
intptr_t L_63 = ___L0;
|
|
double L_64 = LuaDLL_lua_tonumber_mBCD22AAA5E8AC078092057FB0B33430AC583BA62((intptr_t)L_63, 4, /*hidden argument*/NULL);
|
|
V_13 = (((float)((float)L_64)));
|
|
// obj.Play(arg0, arg1, arg2);
|
|
String_t* L_65 = V_11;
|
|
int32_t L_66 = V_12;
|
|
float L_67 = V_13;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_58, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Play_m1942D7FB37F84959D2C6A859E11F70791E95FA50(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_58, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_65, L_66, L_67, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
// return LuaDLL.luaL_throw(L, "invalid arguments to method: UnityEngine.Animator.Play");
|
|
intptr_t L_68 = ___L0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_69 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_68, _stringLiteral9E58868BA27EC805E59AE6F4D8B3015CCEEBFF08, /*hidden argument*/NULL);
|
|
V_2 = L_69;
|
|
goto IL_0183;
|
|
}
|
|
} // 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_0176;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0176:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_14 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_70 = ___L0;
|
|
Exception_t * L_71 = V_14;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_72 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_70, L_71, /*hidden argument*/NULL);
|
|
V_2 = L_72;
|
|
goto IL_0183;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0183:
|
|
{
|
|
// }
|
|
int32_t L_73 = V_2;
|
|
return L_73;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::SetTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_SetTarget_m5095E415EE4EE893622B8AA90B61AF2785160AA8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
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);
|
|
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.AvatarTarget arg0 = (UnityEngine.AvatarTarget)ToLua.CheckObject(L, 2, typeof(UnityEngine.AvatarTarget));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, AvatarTarget_t1CC16E1E066BB1C49B8B8662388FD349F5E1976D_il2cpp_TypeInfo_var))));
|
|
// float arg1 = (float)LuaDLL.luaL_checknumber(L, 3);
|
|
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, 3, /*hidden argument*/NULL);
|
|
V_1 = (((float)((float)L_8)));
|
|
// obj.SetTarget(arg0, arg1);
|
|
int32_t L_9 = V_0;
|
|
float L_10 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_SetTarget_m396C340CA7B31C57F8E610CF582F907C7AD5D575(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_9, L_10, /*hidden argument*/NULL);
|
|
// return 0;
|
|
V_2 = 0;
|
|
goto IL_0049;
|
|
} // 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_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0049;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0049:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::GetBoneTransform(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_GetBoneTransform_m073FC5C99472175782D5DD4DAA25D536CE6A7474_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// UnityEngine.HumanBodyBones arg0 = (UnityEngine.HumanBodyBones)ToLua.CheckObject(L, 2, typeof(UnityEngine.HumanBodyBones));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892_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 = ((*(int32_t*)((int32_t*)UnBox(L_6, HumanBodyBones_t84CDC0803F451E10186E589016F33D8404227892_il2cpp_TypeInfo_var))));
|
|
// UnityEngine.Transform o = obj.GetBoneTransform(arg0);
|
|
int32_t L_7 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = Animator_GetBoneTransform_m44760610785563E713D82AC1FC0771B38CDBB16F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
// ToLua.Push(L, o);
|
|
intptr_t L_9 = ___L0;
|
|
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = V_1;
|
|
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_9, L_10, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_2 = 1;
|
|
goto IL_0047;
|
|
} // 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_003c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003c:
|
|
{ // begin catch(System.Exception)
|
|
// catch (Exception e)
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
// return LuaDLL.toluaL_exception(L, e);
|
|
intptr_t L_11 = ___L0;
|
|
Exception_t * L_12 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_11, L_12, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_0047;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0047:
|
|
{
|
|
// }
|
|
int32_t L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine_AnimatorWrap::StartPlayback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_StartPlayback_m4F5D1E793813B040E8ACECCABD6BE37E703D817A_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// obj.StartPlayback();
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_StartPlayback_mCBD620E0104BC6F3EBA745D0C647D64DDA7DB090(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::StopPlayback(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_StopPlayback_m4B4518BD6785006BDF0B15A3D36A1C67C2ACDE8D_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// obj.StopPlayback();
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_StopPlayback_m394F31A53B1336C488E5558E4648EF3795BE98F7(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::StartRecording(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_StartRecording_m88C87DF800532A686D1CA2862A310B102730ABD9_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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.StartRecording(arg0);
|
|
int32_t L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_StartRecording_m8089F922AEAFDA6D474A15BFE18DD349B47B86D4(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::StopRecording(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_StopRecording_m93E1F67AD2D2B00F0723A4435E24DF041BDECB82_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// obj.StopRecording();
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_StopRecording_m6EEFB210A883664106E869214262DC6851B88219(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::HasState(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_HasState_m8ED2D93659AEFE06CB80E213900926A6A4B5CF2D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
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);
|
|
// UnityEngine.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_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)));
|
|
// int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
|
|
intptr_t L_5 = ___L0;
|
|
double L_6 = LuaDLL_luaL_checknumber_m7A77683D131BE59F2D1261688CBEF7892643E8E7((intptr_t)L_5, 3, /*hidden argument*/NULL);
|
|
V_1 = (((int32_t)((int32_t)L_6)));
|
|
// bool o = obj.HasState(arg0, arg1);
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_9 = Animator_HasState_mF2AF64FC485EB4767F8546FAE9B1C5409D5EB1ED(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), 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;
|
|
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_10, L_11, /*hidden argument*/NULL);
|
|
// return 1;
|
|
V_3 = 1;
|
|
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_AnimatorWrap::StringToHash(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_StringToHash_m870F2F952F022D312B3BFCF10140FEF7285B3128_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);
|
|
// 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 = UnityEngine.Animator.StringToHash(arg0);
|
|
int32_t L_3 = Animator_StringToHash_m80E4CCCB84AAD032A5D84EF5832B7F35C1E5AE3F(L_2, /*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_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 UnityEngine_AnimatorWrap::Update(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_Update_mD7084B8DB21E0C629C1B805F3F7292E0681DE2B4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// 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_0 = (((float)((float)L_4)));
|
|
// obj.Update(arg0);
|
|
float L_5 = V_0;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Update_mAE0FB9CE2845E7FDB38EF44037BAD857E2ADC79B(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::Rebind(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_Rebind_m2C5CD67BC817E4D5300A4B7BD8FF708E85552E91_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// obj.Rebind();
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_Rebind_m8B1703BF1EE6583BA63D1CB811CFAF058CA2507E(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::ApplyBuiltinRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_ApplyBuiltinRootMotion_mA87DFC170263A8701062409917F0DF49C30F4E60_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.Animator obj = (UnityEngine.Animator)ToLua.CheckObject<UnityEngine.Animator>(L, 1);
|
|
intptr_t L_1 = ___L0;
|
|
RuntimeObject * L_2 = ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0((intptr_t)L_1, 1, /*hidden argument*/ToLua_CheckObject_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m0545FC1ABC50D392E843A13484D99261328151F0_RuntimeMethod_var);
|
|
// obj.ApplyBuiltinRootMotion();
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_ApplyBuiltinRootMotion_mE4EF4BF803A797B0E18F7D8A809EC72D4CFC18CE(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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_AnimatorWrap::op_Equality(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_op_Equality_m52CD1A2121985661B1564BD32D980479CD59DA4E_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_AnimatorWrap::get_isOptimizable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_isOptimizable_mFB257D679E6C73ECC59EF8A15B35A4175B1F80C2_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.isOptimizable;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_isOptimizable_mD6CA0D573A848FB25F0664F1FA346BC5A7304484(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 isOptimizable 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, _stringLiteral9494770E162DE07663929C81F951139F5DB88B83, /*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_AnimatorWrap::get_isHuman(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_isHuman_mBC6BC8A7CB895AB46281805AD7432D1DBF1D7A69_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.isHuman;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_isHuman_mFD0E2CDDB50DE69A6048B2D7575EE1E9F4E22AE9(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 isHuman 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, _stringLiteral654DF33F982BE508D3CD6C672A6E2BA2CD78D7F5, /*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_AnimatorWrap::get_hasRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_hasRootMotion_m7D05E24F6953FB487E2BEB0DA34F514EA8E72E78_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasRootMotion;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_hasRootMotion_mD77AF741113D388C6AB56C463F66C2AA25E4377A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 hasRootMotion 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, _stringLiteralF213C1522DBEDFC12312E04CF2077C7AD0A3CC1A, /*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_AnimatorWrap::get_humanScale(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_humanScale_m4F4A233D8768B0BBE78DE2F39210719E201AC0DE_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.humanScale;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_humanScale_m3D0BCB1800320DB76758593AD60D433937E5D352(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 humanScale 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, _stringLiteral5355FBB1BA5C63A4A5110EDE707DB4816FDDF48F, /*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_AnimatorWrap::get_isInitialized(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_isInitialized_mAE98709E459A6F78B916040C12DD58E194488EE3_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.isInitialized;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_isInitialized_mC4B380F4376B55D1D019C2A9650AA31C6090CA9F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 isInitialized 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, _stringLiteralABDB1DC20737CB0D3A63AAF77D2609385ED1185D, /*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_AnimatorWrap::get_deltaPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_deltaPosition_mEC237BF6B65720E605787A5DC998E265E0160045_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.deltaPosition;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Animator_get_deltaPosition_m85287AA699C50B6AA7489CD313F8CFED5D998533(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 deltaPosition 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, _stringLiteral1E63F42890A8C96740B646FF6E645DE698F194C7, /*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_AnimatorWrap::get_deltaRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_deltaRotation_m29D8E10FFC6E0222ABD635B4A22B0D7E065B63EF_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion ret = obj.deltaRotation;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = Animator_get_deltaRotation_m933C75B70C9BB65406836F97FDE973EAA6E1F7A3(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 deltaRotation 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, _stringLiteral73198077AFBE6CA92124D286981A8338013AB60C, /*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_AnimatorWrap::get_velocity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_velocity_mBBE8849BB293E139F0B4CE811D5EA0E604104E1D_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.velocity;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Animator_get_velocity_m9AD156A57EEBC07FEDF54DABE02115539DC4D3A7(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 velocity 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, _stringLiteralC7921A5E5EC94D3D41AFA3758E74B7E1C688C5FE, /*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_AnimatorWrap::get_angularVelocity(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_angularVelocity_m32F44C3E58BB2C654BC4118F72355E9F95492C77_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.angularVelocity;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Animator_get_angularVelocity_m0BDC5AAAF2D45A47DF06C3CDEA2AD30811581AE0(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 angularVelocity 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, _stringLiteralBFC2F3FD5BD39E007E48557C4A9DEF5B46508BD4, /*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_AnimatorWrap::get_rootPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_rootPosition_m10620081AAE1E08EAEB885CFC11D47D6068E5F5A_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.rootPosition;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Animator_get_rootPosition_m13E24EA82E61F8EE2454C899C30FFA3A7247F298(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 rootPosition 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, _stringLiteralEC85B16923BF3BC0ED82B1CA59468D0A09A7FA62, /*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_AnimatorWrap::get_rootRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_rootRotation_m63EAD37210547B9201E6A904D6525933D1078506_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion ret = obj.rootRotation;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = Animator_get_rootRotation_m68969AC7E749C182149EF6A05307930613FAB6B0(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 rootRotation 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, _stringLiteral64628AA4346034D6602F889876D42573A7CB79F0, /*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_AnimatorWrap::get_applyRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_applyRootMotion_m39B871B2EA0A8ACDA0612BBE0DD341052C5C6369_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.applyRootMotion;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_applyRootMotion_mD07C6372485DDF19274F1C70CE1540549F91EA2F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 applyRootMotion 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, _stringLiteral4E28CBF796F80379F4DD1B5D0A5650715D6A7DBC, /*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_AnimatorWrap::get_updateMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_updateMode_m82BAF4DDD4DA2DE7C801B026A3011735AE79AF6D_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimatorUpdateMode ret = obj.updateMode;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Animator_get_updateMode_m0116C4E46BD6837B24F75012D7FF8ECEA9525017(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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(AnimatorUpdateMode_tDD2D2D131F4E5D2D2A5AF9EFDE368B1C1548EEA0_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 updateMode 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, _stringLiteral3BA48953CB50B9CB03424B0D07505C7FC0F5808F, /*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_AnimatorWrap::get_hasTransformHierarchy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_hasTransformHierarchy_m4FD37160E1EF1CEE09FB48FC892BEC89B33C708F_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasTransformHierarchy;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_hasTransformHierarchy_m5BD42C4CB5F13AF56A3071C0D9921852AB1CB230(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 hasTransformHierarchy 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, _stringLiteralB7D0DB1F73AEAD2F39770847C74BAB1755AF54A3, /*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_AnimatorWrap::get_gravityWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_gravityWeight_m95120413838070A708026375CAE862CEF89439ED_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.gravityWeight;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_gravityWeight_mA6208FEAB09B698B0624B1D1AAAB7F44D9FE2E53(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 gravityWeight 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, _stringLiteralAEC69DC730255B573FF930A6511A8C9EB58F9584, /*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_AnimatorWrap::get_bodyPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_bodyPosition_m4CB1C4FE60945DCA550EC293CCF5DF5C5059C945_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.bodyPosition;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Animator_get_bodyPosition_m4594168CE51A9DD05E8A51FB27C0F81A3775B770(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 bodyPosition 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, _stringLiteral4D65C6DA4CAD6B442BA05F62036B45D63D4BCDF6, /*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_AnimatorWrap::get_bodyRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_bodyRotation_mD9FE85178F93FDE554186FFB2BA1323007680EA2_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion ret = obj.bodyRotation;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = Animator_get_bodyRotation_mB4CBBBA2BC15DE87005412E34C134B023D16DE4F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 bodyRotation 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, _stringLiteral4E3C5DC11BCD4A3A6A0745DE9722D2FBD7A5C730, /*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_AnimatorWrap::get_stabilizeFeet(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_stabilizeFeet_mC760EF9A5B8B4FDD25A7F01467A51E8A0095D4A7_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.stabilizeFeet;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_stabilizeFeet_m7FCD67A778730DECE959EF483A6A3DD8B55E8042(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 stabilizeFeet 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, _stringLiteralACE06B44ABBF83A0A01651367F8AA91D10C10296, /*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_AnimatorWrap::get_layerCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_layerCount_m62AF753CC169F80F6CEECB8A127D8B749B565639_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.layerCount;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Animator_get_layerCount_m2360A8B027C5DC4BC1CAE571A46929539C799B9B(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 layerCount 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, _stringLiteral686F7FEE1C91EE654AF4A6356247695AA06E7E6B, /*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_AnimatorWrap::get_parameters(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_parameters_mC7878D7E52B3464BCA62D3C441132B8051E06EAE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
AnimatorControllerParameterU5BU5D_t7B886A2A1648ECF218447ED1DE8D241652F863FD* 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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimatorControllerParameter[] ret = obj.parameters;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
AnimatorControllerParameterU5BU5D_t7B886A2A1648ECF218447ED1DE8D241652F863FD* L_3 = Animator_get_parameters_m1BD5F40B26D17498C0DD24E7720A2788953542FA(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
AnimatorControllerParameterU5BU5D_t7B886A2A1648ECF218447ED1DE8D241652F863FD* 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 parameters 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, _stringLiteral40440E15797BF228C3E298F9091885032F0EAA82, /*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_AnimatorWrap::get_parameterCount(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_parameterCount_mB7E2CDC330C096B7F9DDC9784F5A0D64B3FB2C4D_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// int ret = obj.parameterCount;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Animator_get_parameterCount_m0AB5E182B18E60C50822D6227E9112EA6846942A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 parameterCount 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, _stringLiteral850B21D3FBB3DE96E45BD01F225C836F2F598214, /*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_AnimatorWrap::get_feetPivotActive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_feetPivotActive_m820BD54AED764A1E1E9A7BD431300AEAB8DBAD0C_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.feetPivotActive;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_feetPivotActive_mE8173AAA450001BA63387ECD31A39117B0BF79BF(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 feetPivotActive 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, _stringLiteralD9303412301499EE018D27CED23CC264F8223C5C, /*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_AnimatorWrap::get_pivotWeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_pivotWeight_m2B1C0C3372B170E4774B6BE75661C9DF54B45D8D_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.pivotWeight;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_pivotWeight_m8E7B5A1429EF3502C6B20C9085C4BB4959C0A420(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 pivotWeight 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, _stringLiteral9175E6D470B16F067AEB059182DA9E4555D23FA1, /*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_AnimatorWrap::get_pivotPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_pivotPosition_m5FB3585201438C23DD93207474A9DB43EAE5949F_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.pivotPosition;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Animator_get_pivotPosition_mD3E0AFD85D3DC0B1F14335F8AEDD3C2BA0FC2EF7(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 pivotPosition 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, _stringLiteral2FB2489C3618EBC7660304267C0C9AF0729DB8F7, /*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_AnimatorWrap::get_isMatchingTarget(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_isMatchingTarget_mEEF424829C9B391DA59BEA6EA9FF3EA798FCD606_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.isMatchingTarget;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_isMatchingTarget_mD42DD9B3302152752B21D401ED763D6AD9B38434(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 isMatchingTarget 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, _stringLiteral175D2DD9EEBA819351EB7B18A0CCE113214E57E2, /*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_AnimatorWrap::get_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_speed_mBC0428E5C9184E59F078F501A4E91D9D3350FC14_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.speed;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_speed_mCDF58C7C373B9B449A902B9F0974CF5D10806D08(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 speed 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, _stringLiteralAD556B39C29D851B96F5E64CAA61EA86D1D4B40D, /*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_AnimatorWrap::get_targetPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_targetPosition_m6915BB0B14D947D9BA8C162BF583C2B9A22FEC2A_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Vector3 ret = obj.targetPosition;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Animator_get_targetPosition_mF071072E0756B405AA7BF41620E6B0934363E348(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 targetPosition 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, _stringLiteral42418EE6A7E5397A1627B5BB664BFCE4A790C7E3, /*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_AnimatorWrap::get_targetRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_targetRotation_mF7625CCD2342717E14E4EDB40985E45B770C0C2A_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Quaternion ret = obj.targetRotation;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_3 = Animator_get_targetRotation_m5EF7707F477F396D98D09B409A2C21CD6E27A1F9(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 targetRotation 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, _stringLiteral2034B67EE50DBB57EBC048158EDB770096559649, /*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_AnimatorWrap::get_cullingMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_cullingMode_m9F56A3C551A4B1B07DAD54F6363ECA74911EB488_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimatorCullingMode ret = obj.cullingMode;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Animator_get_cullingMode_m8FA8362E52D24D4E51B89274E768A25992C774C8(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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(AnimatorCullingMode_t9E72A730F46CAED8736352678469610F391D22C9_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 cullingMode 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, _stringLiteralE30195DFFD3EC62E9355153FE0735D0220B710DF, /*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_AnimatorWrap::get_playbackTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_playbackTime_m9B6425F9B382A6512A97141D4C44EFDD5580D4B4_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.playbackTime;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_playbackTime_m0850EF55DEFF356E5EA8E033604DFBA418D69B43(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 playbackTime 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, _stringLiteral3D841372572470291878F40DD894DA8CF4F890D3, /*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_AnimatorWrap::get_recorderStartTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_recorderStartTime_mF6E494AD150729333032A7B1B094D0E1EE6BCF7A_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.recorderStartTime;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_recorderStartTime_m928E63095DEB87885E425700E6B9EBBE19FC9116(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 recorderStartTime 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, _stringLiteral9BDB5FBD7B5DC0410B69ACF727DA3190CC4A16D2, /*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_AnimatorWrap::get_recorderStopTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_recorderStopTime_m9F47B6B87D0BA657C57D841A36CB73FC8F5EB4AF_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.recorderStopTime;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_recorderStopTime_m10EEC0256C01C13F05C72EB758543D2F4A9798C9(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 recorderStopTime 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, _stringLiteral156C69705F28632404DB060C1C7F057576FE1CBD, /*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_AnimatorWrap::get_recorderMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_recorderMode_m9B1AD46EAB499CCD897EA065B8F43CAC0F52622D_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimatorRecorderMode ret = obj.recorderMode;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = Animator_get_recorderMode_mA22639C3F6E0E153A56FD9F5FA75B1BBC4A1328A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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(AnimatorRecorderMode_t01A6A766010DB418514F48BEB2A7CABCFFCB74A8_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 recorderMode 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, _stringLiteral555E000DE3C0FE29D6A06238F5575C631BF4806E, /*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_AnimatorWrap::get_runtimeAnimatorController(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_runtimeAnimatorController_mA6A711A350D5F2BE6F7587A509C78A67617F67DA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD * 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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.RuntimeAnimatorController ret = obj.runtimeAnimatorController;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD * L_3 = Animator_get_runtimeAnimatorController_m68C657899041D4CEF8958BBBDD39941647C2B53E(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD * 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 runtimeAnimatorController 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, _stringLiteralFD7D98A0E499C9FB278BFACA280399F47BEE9122, /*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_AnimatorWrap::get_hasBoundPlayables(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_hasBoundPlayables_mE1D9FE6FF2E966E633F8B9AC45B2DCCA3810A5FB_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.hasBoundPlayables;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_hasBoundPlayables_m283AF0BA9B841E3FD1ADC5541C41B936A9D1EB05(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 hasBoundPlayables 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, _stringLiteral9B62660DEE21D3CCA01EF320CB7C4611033F0768, /*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_AnimatorWrap::get_avatar(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_avatar_m72AD84FF1A5C76CAF2769D26670404593EDD2C0F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B * 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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Avatar ret = obj.avatar;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B * L_3 = Animator_get_avatar_mA5262FC4CE3DB7CAC1F3977B5FD1539107B469D1(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.Push(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B * 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 avatar 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, _stringLiteral1C220313FF82AEAAE7186B9D5878AC1832EDF271, /*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_AnimatorWrap::get_playableGraph(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_playableGraph_m76883D1624EEC995B707F6F1EF205C2E0C13C6C2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA 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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Playables.PlayableGraph ret = obj.playableGraph;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA L_3 = Animator_get_playableGraph_m92B144545CB11E45EDE4797B0AEB7CEE15E12A26(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
// ToLua.PushValue(L, ret);
|
|
intptr_t L_4 = ___L0;
|
|
PlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA L_5 = V_1;
|
|
ToLua_PushValue_TisPlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA_m71EFF718DCD5791F8EBD3AD307C7868BCC08F7A3((intptr_t)L_4, L_5, /*hidden argument*/ToLua_PushValue_TisPlayableGraph_tEC38BBCA59BDD496F75037F220984D41339AB8BA_m71EFF718DCD5791F8EBD3AD307C7868BCC08F7A3_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 playableGraph 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, _stringLiteral3041AF635610641997FA60DD278533BB75E6F81D, /*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_AnimatorWrap::get_layersAffectMassCenter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_layersAffectMassCenter_m1B834E5A0BC264FBB2B7AEDAEC0AE311A9294DE3_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.layersAffectMassCenter;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_layersAffectMassCenter_mA5921DBCF196C4C679769592488FA1DEE7833156(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 layersAffectMassCenter 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, _stringLiteral5CEB299AE4AB762FA8F60A419AFB126FCDD10F3A, /*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_AnimatorWrap::get_leftFeetBottomHeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_leftFeetBottomHeight_mEA525B32E7B45282DCD7373611E731A28728C6A9_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.leftFeetBottomHeight;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_leftFeetBottomHeight_m8461F0EB7FE9BCD8E1530913C4348800E34DF0E7(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 leftFeetBottomHeight 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, _stringLiteralA930D939B1B368990D0F70D85544A990D617DB34, /*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_AnimatorWrap::get_rightFeetBottomHeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_rightFeetBottomHeight_m5E6EB9AAC11F74BB70B0B5C32B7243C0C6D8868C_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// float ret = obj.rightFeetBottomHeight;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
float L_3 = Animator_get_rightFeetBottomHeight_m112F060DC88BE0E848319D9BA0BAEB206FFB2DA3(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 rightFeetBottomHeight 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, _stringLiteral40B18F6449286F2C7C6AE5A1FA55900F5F4469E0, /*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_AnimatorWrap::get_logWarnings(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_logWarnings_m6D62ABEE5C28BB0397BFEE32EA6D36D7A6CB490D_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.logWarnings;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_logWarnings_mE755494196C56C22909C97125F48EC6A7CFED617(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 logWarnings 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, _stringLiteralF3E00917168BAECCC39350FD93DA706F594EA0D4, /*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_AnimatorWrap::get_fireEvents(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_fireEvents_m008AD36F60AFB566F5FF8CE68DF76960ADD5ABC3_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.fireEvents;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_fireEvents_mF807481E0A905B48FFC28938FC0CA600E2B7F0A9(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 fireEvents 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, _stringLiteral0411F30ABF65105FFB94580ADAE7B7AAD7E27563, /*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_AnimatorWrap::get_keepAnimatorControllerStateOnDisable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_get_keepAnimatorControllerStateOnDisable_m275F4730895E99F573F8679DA60B2AD17F8D4DCC_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// bool ret = obj.keepAnimatorControllerStateOnDisable;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
bool L_3 = Animator_get_keepAnimatorControllerStateOnDisable_mC51AE601A0B4B89616C84ABC67809FF2324404BF(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 keepAnimatorControllerStateOnDisable 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, _stringLiteralD4B6058D6A566526CD8A643DE80BCC108367CFFE, /*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_AnimatorWrap::set_rootPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_rootPosition_m046712C319E4715DF0BED05184E019D016E8B980_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.Animator obj = (UnityEngine.Animator)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.rootPosition = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_rootPosition_m946DB4E102AE031F1D25EF49AAA25F85C5BED5FB(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 rootPosition 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, _stringLiteralEC85B16923BF3BC0ED82B1CA59468D0A09A7FA62, /*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_AnimatorWrap::set_rootRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_rootRotation_m782E58098046A486ACB98FEEB7670F9CE3FC8678_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.Animator obj = (UnityEngine.Animator)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.rootRotation = arg0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_rootRotation_m8CA6095289815E6248C6F16F48D2BB385E18245D(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 rootRotation 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, _stringLiteral64628AA4346034D6602F889876D42573A7CB79F0, /*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_AnimatorWrap::set_applyRootMotion(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_applyRootMotion_m79DA99DF69E23EA364811E26B3816F5FA3CBE15B_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.Animator obj = (UnityEngine.Animator)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.applyRootMotion = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_applyRootMotion_mD25B7FCFCDAD7C5D107E860D2E46AB765271A982(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 applyRootMotion 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, _stringLiteral4E28CBF796F80379F4DD1B5D0A5650715D6A7DBC, /*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_AnimatorWrap::set_updateMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_updateMode_mCA026C5D6F046B58288FDBBE5C36EDFCA4BA4B7D_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimatorUpdateMode arg0 = (UnityEngine.AnimatorUpdateMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimatorUpdateMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AnimatorUpdateMode_tDD2D2D131F4E5D2D2A5AF9EFDE368B1C1548EEA0_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, AnimatorUpdateMode_tDD2D2D131F4E5D2D2A5AF9EFDE368B1C1548EEA0_il2cpp_TypeInfo_var))));
|
|
// obj.updateMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_updateMode_mE9B6BEDF6F0684E86ED34A0C748A759C218EA96B(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 updateMode 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, _stringLiteral3BA48953CB50B9CB03424B0D07505C7FC0F5808F, /*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_AnimatorWrap::set_bodyPosition(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_bodyPosition_m2B80A1E29C952A742D93092E80DEC8EA520C8002_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.Animator obj = (UnityEngine.Animator)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.bodyPosition = arg0;
|
|
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_bodyPosition_mD270AAECA3037B2795B5C8DC8F5BA1EA18E90F3A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 bodyPosition 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, _stringLiteral4D65C6DA4CAD6B442BA05F62036B45D63D4BCDF6, /*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_AnimatorWrap::set_bodyRotation(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_bodyRotation_m2728782EFEDD7023AE06139C54C8FD3F74DECC7C_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.Animator obj = (UnityEngine.Animator)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.bodyRotation = arg0;
|
|
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_bodyRotation_mB51FBE97714BF4A8BE2A79AFFCBFC71B23232D48(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 bodyRotation 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, _stringLiteral4E3C5DC11BCD4A3A6A0745DE9722D2FBD7A5C730, /*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_AnimatorWrap::set_stabilizeFeet(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_stabilizeFeet_m0653560351057B8F454D841FF4E056D1EDB30083_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.Animator obj = (UnityEngine.Animator)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.stabilizeFeet = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_stabilizeFeet_m6CCE35F0EC668A77BE1BAB4F58B9C7924D21AE34(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 stabilizeFeet 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, _stringLiteralACE06B44ABBF83A0A01651367F8AA91D10C10296, /*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_AnimatorWrap::set_feetPivotActive(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_feetPivotActive_mF7B682812E2F2C8E38FA66A2135E10E970A91F82_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.Animator obj = (UnityEngine.Animator)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.feetPivotActive = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_feetPivotActive_m6E32D992901B2C9C6FBA351849FCF10CE732BD3A(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 feetPivotActive 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, _stringLiteralD9303412301499EE018D27CED23CC264F8223C5C, /*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_AnimatorWrap::set_speed(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_speed_m51F3D9AE48178754BCBBE59F126CF5CEBACA7386_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.Animator obj = (UnityEngine.Animator)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.speed = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_speed_mEA558D196D84684744A642A56AFBF22F16448813(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 speed 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, _stringLiteralAD556B39C29D851B96F5E64CAA61EA86D1D4B40D, /*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_AnimatorWrap::set_cullingMode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_cullingMode_m1A1B724002513C9D0709B1B32B2303785B724D3C_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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.AnimatorCullingMode arg0 = (UnityEngine.AnimatorCullingMode)ToLua.CheckObject(L, 2, typeof(UnityEngine.AnimatorCullingMode));
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (AnimatorCullingMode_t9E72A730F46CAED8736352678469610F391D22C9_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, AnimatorCullingMode_t9E72A730F46CAED8736352678469610F391D22C9_il2cpp_TypeInfo_var))));
|
|
// obj.cullingMode = arg0;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_cullingMode_mE863324107A9723E49D300D42847D2B8B2280D0C(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 cullingMode 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, _stringLiteralE30195DFFD3EC62E9355153FE0735D0220B710DF, /*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_AnimatorWrap::set_playbackTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_playbackTime_m8EFF4D38EC020DF167218A847C9D1D854696072F_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.Animator obj = (UnityEngine.Animator)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.playbackTime = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_playbackTime_mCF07F720D406B02F987DAFA8BD813482491DA34F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 playbackTime 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, _stringLiteral3D841372572470291878F40DD894DA8CF4F890D3, /*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_AnimatorWrap::set_recorderStartTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_recorderStartTime_mCCE88C879A617CE006F2103860AE25B1CCFC4FEE_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.Animator obj = (UnityEngine.Animator)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.recorderStartTime = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_recorderStartTime_m151ED310065383A8D121B94548C6E05A006049C8(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 recorderStartTime 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, _stringLiteral9BDB5FBD7B5DC0410B69ACF727DA3190CC4A16D2, /*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_AnimatorWrap::set_recorderStopTime(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_recorderStopTime_m4C5B1E2D0D4CA5416AD0AC5CBF3E0C5545E1719C_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.Animator obj = (UnityEngine.Animator)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.recorderStopTime = arg0;
|
|
float L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_recorderStopTime_mFF48C4820DC3CA70A042A791AEE33ABF85578448(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 recorderStopTime 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, _stringLiteral156C69705F28632404DB060C1C7F057576FE1CBD, /*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_AnimatorWrap::set_runtimeAnimatorController(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_runtimeAnimatorController_mAC95451E331907DCB0FBD2FDA2BB59C5BBEE7A05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD * 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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.RuntimeAnimatorController arg0 = (UnityEngine.RuntimeAnimatorController)ToLua.CheckObject<UnityEngine.RuntimeAnimatorController>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisRuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD_mD6E3A7DC721B46CBEDA9209A64C8D28D1BB12F18((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisRuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD_mD6E3A7DC721B46CBEDA9209A64C8D28D1BB12F18_RuntimeMethod_var);
|
|
V_1 = ((RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD *)CastclassClass((RuntimeObject*)L_4, RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD_il2cpp_TypeInfo_var));
|
|
// obj.runtimeAnimatorController = arg0;
|
|
RuntimeAnimatorController_tDA6672C8194522C2F60F8F2F241657E57C3520BD * L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_runtimeAnimatorController_mE5D0038029047B06727775438D1A32ADD677A36D(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 runtimeAnimatorController 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, _stringLiteralFD7D98A0E499C9FB278BFACA280399F47BEE9122, /*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_AnimatorWrap::set_avatar(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_avatar_m48B9FADA77BFD550C0099681360C9C831EC21DA2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B * 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.Animator obj = (UnityEngine.Animator)o;
|
|
RuntimeObject * L_2 = V_0;
|
|
// UnityEngine.Avatar arg0 = (UnityEngine.Avatar)ToLua.CheckObject<UnityEngine.Avatar>(L, 2);
|
|
intptr_t L_3 = ___L0;
|
|
RuntimeObject * L_4 = ToLua_CheckObject_TisAvatar_t14B515893D5504566D487FFE046DCB8C8C50D02B_mFA5DC70545443A0280961CA5B9CAD0ADCBE09A54((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisAvatar_t14B515893D5504566D487FFE046DCB8C8C50D02B_mFA5DC70545443A0280961CA5B9CAD0ADCBE09A54_RuntimeMethod_var);
|
|
V_1 = ((Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B *)CastclassClass((RuntimeObject*)L_4, Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B_il2cpp_TypeInfo_var));
|
|
// obj.avatar = arg0;
|
|
Avatar_t14B515893D5504566D487FFE046DCB8C8C50D02B * L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_avatar_mF47007049EEB9158A347C9D520D37F284C902B24(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 avatar 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, _stringLiteral1C220313FF82AEAAE7186B9D5878AC1832EDF271, /*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_AnimatorWrap::set_layersAffectMassCenter(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87 (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_layersAffectMassCenter_mF5274982F7FB59652FFC5B399CD0700C91060D87_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.Animator obj = (UnityEngine.Animator)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.layersAffectMassCenter = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_layersAffectMassCenter_m8708F75887FA105ADF3C44ED7EA354446F00441F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 layersAffectMassCenter 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, _stringLiteral5CEB299AE4AB762FA8F60A419AFB126FCDD10F3A, /*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_AnimatorWrap::set_logWarnings(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_logWarnings_m71570737D9146D27A17206ACFB4EDD5E1C912FDF_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.Animator obj = (UnityEngine.Animator)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.logWarnings = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_logWarnings_m0BFC4E26DF5D9A01E79715C0A85AE9DC5E2BDB8F(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 logWarnings 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, _stringLiteralF3E00917168BAECCC39350FD93DA706F594EA0D4, /*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_AnimatorWrap::set_fireEvents(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_fireEvents_mA93F0481BCCC9925A38EA774B752149E502F313D_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.Animator obj = (UnityEngine.Animator)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.fireEvents = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_fireEvents_mB1767CE278820A9C5DCEEB8497B5C8B7BA0D8A58(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 fireEvents 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, _stringLiteral0411F30ABF65105FFB94580ADAE7B7AAD7E27563, /*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_AnimatorWrap::set_keepAnimatorControllerStateOnDisable(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF (intptr_t ___L0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (UnityEngine_AnimatorWrap_set_keepAnimatorControllerStateOnDisable_m71F7E75E6813B8882FE0BA9DD6C4DA14C6FFACAF_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.Animator obj = (UnityEngine.Animator)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.keepAnimatorControllerStateOnDisable = arg0;
|
|
bool L_5 = V_1;
|
|
NullCheck(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_il2cpp_TypeInfo_var)));
|
|
Animator_set_keepAnimatorControllerStateOnDisable_m94E816054D292EACDD360B6930009EFC4C2F41BE(((Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A *)CastclassClass((RuntimeObject*)L_2, Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_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 keepAnimatorControllerStateOnDisable 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, _stringLiteralD4B6058D6A566526CD8A643DE80BCC108367CFFE, /*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.Void UnityEngine_AnimatorWrap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AnimatorWrap__ctor_mC341089733DCBB9F2C7C8AE5B57B1AAB22E324D8 (UnityEngine_AnimatorWrap_t0013E0693E65B3E39C1E65DCED4CE2F2DCE33AA5 * __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 RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|